#E16022

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

Shades of Chocolate #E16022

Tints of Chocolate #E16022

Color information

#E16022 (or 0xE16022) is unknown color: approx Chocolate. HEX triplet: E1, 60 and 22. RGB value is (225,96,34). Sum of RGB (Red+Green+Blue) = 225+96+34=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E16022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16022 is #1E9FDD. Grayscale: #7F7F7F. Windows color (decimal): -2007006 or 2253025. OLE color: 2253025.

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

Color convert

RGB2259634-
CMYK00.570.850.12
HSL19.48º76.1%50.78%-
HSV(B)19.48º84.89%88.24%-
XYZ35.5224.494.37-
YUV127.575.24197.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 63.38%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 34 (13.67% from 255) = 9.58%
R=63.38%
G=27.04%
B=9.58%

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
Decimal225963400.570.850.1219.4876.150.78
HexE1602203955C134c33
Octal34114042071125142311463
Binary111000011100000100010011100110101011100100111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16022; }

 p { color: rgb(225,96,34); }

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

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

 a { background-color: rgb(225,96,34); }

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

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

 span { border-color: rgb(225,96,34); }

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