Shades of Chocolate #E5601F
Tints of Chocolate #E5601F
RGB
CMYK
RGB Variations
Color information
#E5601F (or 0xE5601F) is known color: Chocolate. HEX triplet: E5, 60 and 1F. RGB value is (229,96,31). Sum of RGB (Red+Green+Blue) = 229+96+31=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5601F is #1A9FE0. Grayscale: #808080. Windows color (decimal): -1744865 or 2056421. OLE color: 2056421.
HSL color Cylindrical-coordinate representation of color #E5601F: hue angle of 19.7º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5601F is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 31 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.10 |
| HSL | 19.7º | 0.79% | 0.51% | - |
| HSV(B) | 19.7º | 0.86% | 0.9% | - |
| XYZ | 36.74 | 25.12 | 4.21 | - |
| YUV | 128.36 | 73.06 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 31 | 0 | 0.58 | 0.86 | 0.10 | 19.7 | 0.79 | 0.51 |
| Hex | E5 | 60 | 1F | 0 | 3A | 56 | A | 14 | 4F | 33 |
| Octal | 345 | 140 | 37 | 0 | 72 | 126 | 12 | 24 | 117 | 63 |
| Binary | 11100101 | 1100000 | 11111 | 0 | 111010 | 1010110 | 1010 | 10100 | 1001111 | 110011 |
Color Harmonies of #E5601F
Complementary color
Monochromatic Colors of #E5601F
Black with #E5601F
Text Example
Text Example
White with #E5601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5601F; }
p { color: rgb(229,96,31); }
H1.HeaderClassName
{
color: #E5601F;
}
.AnyTagClassName
{
color: #E5601F;
}
</style>
background-color css
<style>
a { background-color: #E5601F; }
a { background-color: rgb(229,96,31); }
div.DivClassName
{
background-color: #E5601F;
}
.BgClassName
{
background-color: #E5601F;
}
</style>
border-color css
<style>
span { border-color: #E5601F; }
span { border-color: rgb(229,96,31); }
td.TdClassName
{
border-color: #E5601F;
}
.TagClassName
{
border-color: #E5601F;
}
</style>