#E17214

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

Shades of Chocolate #E17214

Tints of Chocolate #E17214

Color information

#E17214 (or 0xE17214) is unknown color: approx Chocolate. HEX triplet: E1, 72 and 14. RGB value is (225,114,20). Sum of RGB (Red+Green+Blue) = 225+114+20=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E17214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17214 is #1E8DEB. Grayscale: #888888. Windows color (decimal): -2002412 or 1340129. OLE color: 1340129.

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

Color convert

RGB22511420-
CMYK00.490.910.12
HSL27.51º83.67%48.04%-
HSV(B)27.51º91.11%88.24%-
XYZ37.1928.094.12-
YUV136.4762.27191.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.67%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 20 (8.20% from 255) = 5.57%
R=62.67%
G=31.75%
B=5.57%

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
Decimal2251142000.490.910.1227.5183.6748.04
HexE172140315BC1c5430
Octal34116224061133143412460
Binary11100001111001010100011000110110111100111001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17214; }

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

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

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

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

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

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

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

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