Shades of Chocolate #E5561F
Tints of Chocolate #E5561F
RGB
CMYK
RGB Variations
Color information
#E5561F (or 0xE5561F) is known color: Chocolate. HEX triplet: E5, 56 and 1F. RGB value is (229,86,31). Sum of RGB (Red+Green+Blue) = 229+86+31=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E5561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5561F is #1AA9E0. Grayscale: #7A7A7A. Windows color (decimal): -1747425 or 2053861. OLE color: 2053861.
HSL color Cylindrical-coordinate representation of color #E5561F: hue angle of 16.67º 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 #E5561F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 31 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.10 |
| HSL | 16.67º | 0.79% | 0.51% | - |
| HSV(B) | 16.67º | 0.86% | 0.9% | - |
| XYZ | 35.89 | 23.41 | 3.92 | - |
| YUV | 122.49 | 76.38 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 31 | 0 | 0.62 | 0.86 | 0.10 | 16.67 | 0.79 | 0.51 |
| Hex | E5 | 56 | 1F | 0 | 3E | 56 | A | 11 | 4F | 33 |
| Octal | 345 | 126 | 37 | 0 | 76 | 126 | 12 | 21 | 117 | 63 |
| Binary | 11100101 | 1010110 | 11111 | 0 | 111110 | 1010110 | 1010 | 10001 | 1001111 | 110011 |
Color Harmonies of #E5561F
Complementary color
Monochromatic Colors of #E5561F
Black with #E5561F
Text Example
Text Example
White with #E5561F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5561F; }
p { color: rgb(229,86,31); }
H1.HeaderClassName
{
color: #E5561F;
}
.AnyTagClassName
{
color: #E5561F;
}
</style>
background-color css
<style>
a { background-color: #E5561F; }
a { background-color: rgb(229,86,31); }
div.DivClassName
{
background-color: #E5561F;
}
.BgClassName
{
background-color: #E5561F;
}
</style>
border-color css
<style>
span { border-color: #E5561F; }
span { border-color: rgb(229,86,31); }
td.TdClassName
{
border-color: #E5561F;
}
.TagClassName
{
border-color: #E5561F;
}
</style>