Html Css Color HEX #E08C16 Carrot Orange

📋 copy color: '#E08C16'

red 224 ◦ green 140 ◦ blue 22

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

Shades of Carrot Orange #E08C16

Tints of Carrot Orange #E08C16

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

 BLUE value IS 22 (8.98% from 255) = 5.7%

R = 58.03%
G = 36.27%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E08C16 (or 0xE08C16) is known color: Carrot Orange. HEX triplet: E0, 8C and 16. RGB value is (224,140,22). Sum of RGB (Red+Green+Blue) = 224+140+22=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08C16 is #1F73E9. Grayscale: #989898. Windows color (decimal): -2061290 or 1477856. OLE color: 1477856.

HSL color Cylindrical-coordinate representation of color #E08C16: hue angle of 35.05º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E08C16 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 140 22 -
CMYK 0 0.38 0.90 0.12
HSL 35.05º 0.82% 0.48% -
HSV(B) 35.05º 0.9% 0.88% -
XYZ 40.26 34.66 5.33 -
YUV 151.66 54.83 179.59 -
System Red Green Blue C M Y K H S L
Decimal 224 140 22 0 0.38 0.90 0.12 35.05 0.82 0.48
Hex E0 8C 16 0 26 5A C 23 52 30
Octal 340 214 26 0 46 132 14 43 122 60
Binary 11100000 10001100 10110 0 100110 1011010 1100 100011 1010010 110000

Color Harmonies of #E08C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C16

Black with #E08C16

Text Example


Text Example

White with #E08C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C16; }

 p { color: rgb(224,140,22); }

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

background-color css

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

 a { background-color: rgb(224,140,22); }

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

border-color css

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

 span { border-color: rgb(224,140,22); }

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