Shades of Chocolate #E05A17
Tints of Chocolate #E05A17
RGB
CMYK
RGB Variations
Color information
#E05A17 (or 0xE05A17) is known color: Chocolate. HEX triplet: E0, 5A and 17. RGB value is (224,90,23). Sum of RGB (Red+Green+Blue) = 224+90+23=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05A17 is #1FA5E8. Grayscale: #7A7A7A. Windows color (decimal): -2074089 or 1530592. OLE color: 1530592.
HSL color Cylindrical-coordinate representation of color #E05A17: hue angle of 20º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E05A17 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 23 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.12 |
| HSL | 20º | 0.81% | 0.48% | - |
| HSV(B) | 20º | 0.9% | 0.88% | - |
| XYZ | 34.55 | 23.22 | 3.47 | - |
| YUV | 122.43 | 71.89 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 23 | 0 | 0.60 | 0.90 | 0.12 | 20 | 0.81 | 0.48 |
| Hex | E0 | 5A | 17 | 0 | 3C | 5A | C | 14 | 51 | 30 |
| Octal | 340 | 132 | 27 | 0 | 74 | 132 | 14 | 24 | 121 | 60 |
| Binary | 11100000 | 1011010 | 10111 | 0 | 111100 | 1011010 | 1100 | 10100 | 1010001 | 110000 |
Color Harmonies of #E05A17
Complementary color
Monochromatic Colors of #E05A17
Black with #E05A17
Text Example
Text Example
White with #E05A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05A17; }
p { color: rgb(224,90,23); }
H1.HeaderClassName
{
color: #E05A17;
}
.AnyTagClassName
{
color: #E05A17;
}
</style>
background-color css
<style>
a { background-color: #E05A17; }
a { background-color: rgb(224,90,23); }
div.DivClassName
{
background-color: #E05A17;
}
.BgClassName
{
background-color: #E05A17;
}
</style>
border-color css
<style>
span { border-color: #E05A17; }
span { border-color: rgb(224,90,23); }
td.TdClassName
{
border-color: #E05A17;
}
.TagClassName
{
border-color: #E05A17;
}
</style>