#E17314

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

Shades of Chocolate #E17314

Tints of Chocolate #E17314

Color information

#E17314 (or 0xE17314) is unknown color: approx Chocolate. HEX triplet: E1, 73 and 14. RGB value is (225,115,20). Sum of RGB (Red+Green+Blue) = 225+115+20=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E17314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17314 is #1E8CEB. Grayscale: #898989. Windows color (decimal): -2002156 or 1340385. OLE color: 1340385.

HSL color Cylindrical-coordinate representation of color #E17314: hue angle of 27.8º 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 #E17314 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB22511520-
CMYK00.490.910.12
HSL27.8º83.67%48.04%-
HSV(B)27.8º91.11%88.24%-
XYZ37.3128.324.16-
YUV137.0661.94190.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.5%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 20 (8.20% from 255) = 5.56%
R=62.5%
G=31.94%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251152000.490.910.1227.883.6748.04
HexE173140315BC1c5430
Octal34116324061133143412460
Binary11100001111001110100011000110110111100111001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17314; }

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

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

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

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

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

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

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

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