Html Css Color HEX #E2941C Carrot Orange

📋 copy color: '#E2941C'

red 226 ◦ green 148 ◦ blue 28

#E2941C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #E2941C

Tints of Carrot Orange #E2941C

RGB

 RED value IS 226 (88.67% from 255) = 56.22%

 GREEN value IS 148 (58.2% from 255) = 36.82%

 BLUE value IS 28 (11.33% from 255) = 6.97%

R = 56.22%
G = 36.82%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E2941C (or 0xE2941C) is known color: Carrot Orange. HEX triplet: E2, 94 and 1C. RGB value is (226,148,28). Sum of RGB (Red+Green+Blue) = 226+148+28=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2941C is #1D6BE3. Grayscale: #9E9E9E. Windows color (decimal): -1928164 or 1873122. OLE color: 1873122.

HSL color Cylindrical-coordinate representation of color #E2941C: hue angle of 36.36º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2941C is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 148 28 -
CMYK 0 0.35 0.88 0.11
HSL 36.36º 0.78% 0.5% -
HSV(B) 36.36º 0.88% 0.89% -
XYZ 42.16 37.43 6.1 -
YUV 157.64 54.84 176.76 -
System Red Green Blue C M Y K H S L
Decimal 226 148 28 0 0.35 0.88 0.11 36.36 0.78 0.5
Hex E2 94 1C 0 23 58 B 24 4E 32
Octal 342 224 34 0 43 130 13 44 116 62
Binary 11100010 10010100 11100 0 100011 1011000 1011 100100 1001110 110010

Color Harmonies of #E2941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2941C

Black with #E2941C

Text Example


Text Example

White with #E2941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2941C; }

 p { color: rgb(226,148,28); }

 H1.HeaderClassName
 {
   color: #E2941C;
 }
 .AnyTagClassName
 {
   color: #E2941C;
 }
</style>

background-color css

<style>
 a { background-color: #E2941C; }

 a { background-color: rgb(226,148,28); }

 div.DivClassName
 {
   background-color: #E2941C;
 }
 .BgClassName
 {
   background-color: #E2941C;
 }
</style>

border-color css

<style>
 span { border-color: #E2941C; }

 span { border-color: rgb(226,148,28); }

 td.TdClassName
 {
   border-color: #E2941C;
 }
 .TagClassName
 {
   border-color: #E2941C;
 }
</style>