Html Css Color HEX #E08F1B Carrot Orange

📋 copy color: '#E08F1B'

red 224 ◦ green 143 ◦ blue 27

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

Shades of Carrot Orange #E08F1B

Tints of Carrot Orange #E08F1B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.29%

 BLUE value IS 27 (10.94% from 255) = 6.85%

R = 56.85%
G = 36.29%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E08F1B (or 0xE08F1B) is known color: Carrot Orange. HEX triplet: E0, 8F and 1B. RGB value is (224,143,27). Sum of RGB (Red+Green+Blue) = 224+143+27=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08F1B is #1F70E4. Grayscale: #9A9A9A. Windows color (decimal): -2060517 or 1806304. OLE color: 1806304.

HSL color Cylindrical-coordinate representation of color #E08F1B: hue angle of 35.33º 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 #E08F1B is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 143 27 -
CMYK 0 0.36 0.88 0.12
HSL 35.33º 0.78% 0.49% -
HSV(B) 35.33º 0.88% 0.88% -
XYZ 40.76 35.57 5.75 -
YUV 154 56.34 177.93 -
System Red Green Blue C M Y K H S L
Decimal 224 143 27 0 0.36 0.88 0.12 35.33 0.78 0.49
Hex E0 8F 1B 0 24 58 C 23 4E 31
Octal 340 217 33 0 44 130 14 43 116 61
Binary 11100000 10001111 11011 0 100100 1011000 1100 100011 1001110 110001

Color Harmonies of #E08F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F1B

Black with #E08F1B

Text Example


Text Example

White with #E08F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08F1B; }

 p { color: rgb(224,143,27); }

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

background-color css

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

 a { background-color: rgb(224,143,27); }

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

border-color css

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

 span { border-color: rgb(224,143,27); }

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