#E07019

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

Shades of Chocolate #E07019

Tints of Chocolate #E07019

Color information

#E07019 (or 0xE07019) is unknown color: approx Chocolate. HEX triplet: E0, 70 and 19. RGB value is (224,112,25). Sum of RGB (Red+Green+Blue) = 224+112+25=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E07019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07019 is #1F8FE6. Grayscale: #888888. Windows color (decimal): -2068455 or 1667296. OLE color: 1667296.

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

Color convert

RGB22411225-
CMYK00.500.890.12
HSL26.23º79.92%48.82%-
HSV(B)26.23º88.84%87.84%-
XYZ36.7127.514.29-
YUV135.5765.61191.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.05%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 25 (10.16% from 255) = 6.93%
R=62.05%
G=31.02%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241122500.500.890.1226.2379.9248.82
HexE0701903259C1a5031
Octal34016031062131143212061
Binary11100000111000011001011001010110011100110101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07019; }

 p { color: rgb(224,112,25); }

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

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

 a { background-color: rgb(224,112,25); }

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

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

 span { border-color: rgb(224,112,25); }

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