#E15B20

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

Shades of Chocolate #E15B20

Tints of Chocolate #E15B20

Color information

#E15B20 (or 0xE15B20) is unknown color: approx Chocolate. HEX triplet: E1, 5B and 20. RGB value is (225,91,32). Sum of RGB (Red+Green+Blue) = 225+91+32=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15B20 is #1EA4DF. Grayscale: #7C7C7C. Windows color (decimal): -2008288 or 2120673. OLE color: 2120673.

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

Color convert

RGB2259132-
CMYK00.600.860.12
HSL18.34º76.28%50.39%-
HSV(B)18.34º85.78%88.24%-
XYZ35.0523.594.07-
YUV124.3475.89199.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.66%
GREEN value IS 91 (35.94% from 255) = 26.15%
BLUE value IS 32 (12.89% from 255) = 9.20%
R=64.66%
G=26.15%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225913200.600.860.1218.3476.2850.39
HexE15B2003C56C124c32
Octal34113340074126142211462
Binary111000011011011100000011110010101101100100101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15B20; }

 p { color: rgb(225,91,32); }

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

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

 a { background-color: rgb(225,91,32); }

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

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

 span { border-color: rgb(225,91,32); }

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