#E16013

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

Shades of Chocolate #E16013

Tints of Chocolate #E16013

Color information

#E16013 (or 0xE16013) is unknown color: approx Chocolate. HEX triplet: E1, 60 and 13. RGB value is (225,96,19). Sum of RGB (Red+Green+Blue) = 225+96+19=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E16013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16013 is #1E9FEC. Grayscale: #7E7E7E. Windows color (decimal): -2007021 or 1269985. OLE color: 1269985.

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

Color convert

RGB2259619-
CMYK00.570.920.12
HSL22.43º84.43%47.84%-
HSV(B)22.43º91.56%88.24%-
XYZ35.3524.423.47-
YUV125.7967.74198.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.18%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 19 (7.81% from 255) = 5.59%
R=66.18%
G=28.24%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225961900.570.920.1222.4384.4347.84
HexE160130395CC165430
Octal34114023071134142612460
Binary11100001110000010011011100110111001100101101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16013; }

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

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

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

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

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

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

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

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