#E16614

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

Shades of Chocolate #E16614

Tints of Chocolate #E16614

Color information

#E16614 (or 0xE16614) is unknown color: approx Chocolate. HEX triplet: E1, 66 and 14. RGB value is (225,102,20). Sum of RGB (Red+Green+Blue) = 225+102+20=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E16614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16614 is #1E99EB. Grayscale: #818181. Windows color (decimal): -2005484 or 1337057. OLE color: 1337057.

HSL color Cylindrical-coordinate representation of color #E16614: hue angle of 24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E16614 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB22510220-
CMYK00.550.910.12
HSL24º83.67%48.04%-
HSV(B)24º91.11%88.24%-
XYZ35.9325.563.7-
YUV129.4366.25196.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.84%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 20 (8.20% from 255) = 5.76%
R=64.84%
G=29.39%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251022000.550.910.122483.6748.04
HexE166140375BC185430
Octal34114624067133143012460
Binary11100001110011010100011011110110111100110001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16614; }

 p { color: rgb(225,102,20); }

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

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

 a { background-color: rgb(225,102,20); }

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

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

 span { border-color: rgb(225,102,20); }

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