Shades of Chocolate #E55D17
Tints of Chocolate #E55D17
RGB
CMYK
RGB Variations
Color information
#E55D17 (or 0xE55D17) is known color: Chocolate. HEX triplet: E5, 5D and 17. RGB value is (229,93,23). Sum of RGB (Red+Green+Blue) = 229+93+23=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55D17 is #1AA2E8. Grayscale: #7E7E7E. Windows color (decimal): -1745641 or 1531365. OLE color: 1531365.
HSL color Cylindrical-coordinate representation of color #E55D17: hue angle of 20.39º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E55D17 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 23 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.10 |
| HSL | 20.39º | 0.82% | 0.49% | - |
| HSV(B) | 20.39º | 0.9% | 0.9% | - |
| XYZ | 36.38 | 24.55 | 3.63 | - |
| YUV | 125.68 | 70.06 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 23 | 0 | 0.59 | 0.90 | 0.10 | 20.39 | 0.82 | 0.49 |
| Hex | E5 | 5D | 17 | 0 | 3B | 5A | A | 14 | 52 | 31 |
| Octal | 345 | 135 | 27 | 0 | 73 | 132 | 12 | 24 | 122 | 61 |
| Binary | 11100101 | 1011101 | 10111 | 0 | 111011 | 1011010 | 1010 | 10100 | 1010010 | 110001 |
Color Harmonies of #E55D17
Complementary color
Monochromatic Colors of #E55D17
Black with #E55D17
Text Example
Text Example
White with #E55D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55D17; }
p { color: rgb(229,93,23); }
H1.HeaderClassName
{
color: #E55D17;
}
.AnyTagClassName
{
color: #E55D17;
}
</style>
background-color css
<style>
a { background-color: #E55D17; }
a { background-color: rgb(229,93,23); }
div.DivClassName
{
background-color: #E55D17;
}
.BgClassName
{
background-color: #E55D17;
}
</style>
border-color css
<style>
span { border-color: #E55D17; }
span { border-color: rgb(229,93,23); }
td.TdClassName
{
border-color: #E55D17;
}
.TagClassName
{
border-color: #E55D17;
}
</style>