#E06121

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

Shades of Chocolate #E06121

Tints of Chocolate #E06121

Color information

#E06121 (or 0xE06121) is unknown color: approx Chocolate. HEX triplet: E0, 61 and 21. RGB value is (224,97,33). Sum of RGB (Red+Green+Blue) = 224+97+33=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E06121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06121 is #1F9EDE. Grayscale: #808080. Windows color (decimal): -2072287 or 2187744. OLE color: 2187744.

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

Color convert

RGB2249733-
CMYK00.570.850.12
HSL20.1º75.49%50.39%-
HSV(B)20.1º85.27%87.84%-
XYZ35.2924.514.31-
YUV127.6874.58196.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.28%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 33 (13.28% from 255) = 9.32%
R=63.28%
G=27.40%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224973300.570.850.1220.175.4950.39
HexE0612103955C144b32
Octal34014141071125142411362
Binary111000001100001100001011100110101011100101001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06121; }

 p { color: rgb(224,97,33); }

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

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

 a { background-color: rgb(224,97,33); }

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

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

 span { border-color: rgb(224,97,33); }

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