Html Css Color HEX #E08E1C Carrot Orange

📋 copy color: '#E08E1C'

red 224 ◦ green 142 ◦ blue 28

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

Shades of Carrot Orange #E08E1C

Tints of Carrot Orange #E08E1C

RGB

 RED value IS 224 (87.89% from 255) = 56.85%

 GREEN value IS 142 (55.86% from 255) = 36.04%

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

R = 56.85%
G = 36.04%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E08E1C (or 0xE08E1C) is known color: Carrot Orange. HEX triplet: E0, 8E and 1C. RGB value is (224,142,28). Sum of RGB (Red+Green+Blue) = 224+142+28=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08E1C is #1F71E3. Grayscale: #9A9A9A. Windows color (decimal): -2060772 or 1871584. OLE color: 1871584.

HSL color Cylindrical-coordinate representation of color #E08E1C: hue angle of 34.9º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E08E1C is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 142 28 -
CMYK 0 0.37 0.88 0.12
HSL 34.9º 0.78% 0.49% -
HSV(B) 34.9º 0.88% 0.88% -
XYZ 40.62 35.28 5.77 -
YUV 153.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 224 142 28 0 0.37 0.88 0.12 34.9 0.78 0.49
Hex E0 8E 1C 0 25 58 C 23 4E 31
Octal 340 216 34 0 45 130 14 43 116 61
Binary 11100000 10001110 11100 0 100101 1011000 1100 100011 1001110 110001

Color Harmonies of #E08E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E1C

Black with #E08E1C

Text Example


Text Example

White with #E08E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E1C; }

 p { color: rgb(224,142,28); }

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

background-color css

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

 a { background-color: rgb(224,142,28); }

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

border-color css

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

 span { border-color: rgb(224,142,28); }

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