#E05F11

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

Shades of Chocolate #E05F11

Tints of Chocolate #E05F11

Color information

#E05F11 (or 0xE05F11) is unknown color: approx Chocolate. HEX triplet: E0, 5F and 11. RGB value is (224,95,17). Sum of RGB (Red+Green+Blue) = 224+95+17=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05F11 is #1FA0EE. Grayscale: #7D7D7D. Windows color (decimal): -2072815 or 1138656. OLE color: 1138656.

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

Color convert

RGB2249517-
CMYK00.580.920.12
HSL22.61º85.89%47.25%-
HSV(B)22.61º92.41%87.84%-
XYZ34.9324.073.34-
YUV124.6867.24198.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 66.67%
GREEN value IS 95 (37.5% from 255) = 28.27%
BLUE value IS 17 (7.03% from 255) = 5.06%
R=66.67%
G=28.27%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224951700.580.920.1222.6185.8947.25
HexE05F1103A5CC17562f
Octal34013721072134142712657
Binary11100000101111110001011101010111001100101111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05F11; }

 p { color: rgb(224,95,17); }

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

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

 a { background-color: rgb(224,95,17); }

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

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

 span { border-color: rgb(224,95,17); }

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