#E08620

Color #E08620 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #E08620

Tints of Carrot Orange #E08620

Color information

#E08620 (or 0xE08620) is unknown color: approx Carrot Orange. HEX triplet: E0, 86 and 20. RGB value is (224,134,32). Sum of RGB (Red+Green+Blue) = 224+134+32=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E08620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08620 is #1F79DF. Grayscale: #959595. Windows color (decimal): -2062816 or 2131680. OLE color: 2131680.

HSL color Cylindrical-coordinate representation of color #E08620: hue angle of 31.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E08620 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22413432-
CMYK00.400.860.12
HSL31.88º75.59%50.2%-
HSV(B)31.88º85.71%87.84%-
XYZ39.53335.65-
YUV149.2861.82181.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.44%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 32 (12.89% from 255) = 8.21%
R=57.44%
G=34.36%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241343200.400.860.1231.8875.5950.2
HexE0862002856C204c32
Octal34020640050126144011462
Binary11100000100001101000000101000101011011001000001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08620; }

 p { color: rgb(224,134,32); }

 H1.HeaderClassName
 {
   color: #E08620;
 }
 .AnyTagClassName
 {
   color: #E08620;
 }
</style>
background-color css

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

 a { background-color: rgb(224,134,32); }

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

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

 span { border-color: rgb(224,134,32); }

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