Home · Branding · EquipmentShare

EquipmentShare Brand Identity

A complete profile of EquipmentShare's visual system — colors, typography, components, and personality — extracted from https://www.equipmentshare.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#F16622
Accent
#F16622
Body Font
Trade Gothic Next
Heading
Trade Gothic Next

Color Palette

Brand palette extracted from https://www.equipmentshare.com.

primary
#F16622
rgb(241, 102, 34)
secondary
#FCE0D3
rgb(252, 224, 211)
accent
#F16622
rgb(241, 102, 34)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#24242D
rgb(36, 36, 45)
link
#FD6600
rgb(253, 102, 0)

Typography

Each font links to its Google Fonts page where available.

primary
Trade Gothic Next
Trade Gothic Next Google Fonts →
heading
Trade Gothic Next
Trade Gothic Next Google Fonts →
trade-gothic-next, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

EquipmentShare logo
Logo
EquipmentShare favicon
Favicon
EquipmentShare social image
Social Card

UI Components

Live previews rendered using EquipmentShare's actual button styles.

input
background transparent textColor #24242D borderColor null borderRadius 0px shadow none
buttonPrimary
background #F16622 textColor #FFFFFF borderRadius 5px shadow none
buttonSecondary
background transparent textColor #24242D borderColor #F16622 borderRadius 5px shadow none

Brand Personality

Tone: professional Energy: medium Audience: construction industry professionals

EquipmentShare Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is EquipmentShare's primary brand color?

EquipmentShare's primary brand color is #F16622. It anchors the visual identity across their website, product UI, and marketing materials.

What font does EquipmentShare use?

EquipmentShare uses Trade Gothic Next as the primary typeface across body and headings.

Does EquipmentShare use a light or dark theme?

EquipmentShare's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find EquipmentShare's logo?

EquipmentShare's logo is available directly on their site (https://www.equipmentshare.com). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.equipmentshare.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by EquipmentShare.

Methodology

Brand data on this page was extracted from https://www.equipmentshare.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by EquipmentShare.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Trade Gothic Next",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#F16622",
    "secondary": "#FCE0D3",
    "accent": "#F16622",
    "background": "#FFFFFF",
    "textPrimary": "#24242D",
    "link": "#FD6600"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Trade Gothic Next",
      "heading": "Trade Gothic Next"
    },
    "fontStacks": {
      "heading": [
        "trade-gothic-next",
        "sans-serif"
      ],
      "body": [
        "trade-gothic-next",
        "sans-serif"
      ],
      "paragraph": [
        "trade-gothic-next-condensed",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "64px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#24242D",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F16622",
      "textColor": "#FFFFFF",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#24242D",
      "borderColor": "#F16622",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/60cb2013a506c737cfeddf74/6904da9e57a68f97541e5b62_ES%20Logo.svg",
    "favicon": "https://cdn.prod.website-files.com/60cb2013a506c737cfeddf74/615b728bc86ddc3555605abc_EquipmentShare-Favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/60cb2013a506c737cfeddf74/620bbc52f1de86cc1ff1e219_Company%20Page-100.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Selected #2 because it is visible, located in the header, and links to the homepage. It matches the brand name 'EquipmentShare' and is the most prominent logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 5,
      "text": "Apply Now",
      "reasoning": "Button #10 'Apply Now' uses the vibrant brand color #F16622, which is a strong indicator of a primary CTA. The text 'Apply Now' is action-oriented, making it a clear primary call-to-action."
    },
    "secondary": {
      "index": 4,
      "text": "GET STARTED",
      "reasoning": "Button #3 'GET STARTED' has a transparent background with a border color matching the brand, making it a suitable secondary CTA. It contrasts with the primary button's solid color."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "construction industry professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 2,
        "selectedLogoReasoning": "Selected #2 because it is visible, located in the header, and links to the homepage. It matches the brand name 'EquipmentShare' and is the most prominent logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles