Shades of Chocolate #E45F17
Tints of Chocolate #E45F17
RGB
CMYK
RGB Variations
Color information
#E45F17 (or 0xE45F17) is known color: Chocolate. HEX triplet: E4, 5F and 17. RGB value is (228,95,23). Sum of RGB (Red+Green+Blue) = 228+95+23=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45F17 is #1BA0E8. Grayscale: #7E7E7E. Windows color (decimal): -1810665 or 1531876. OLE color: 1531876.
HSL color Cylindrical-coordinate representation of color #E45F17: hue angle of 21.07º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E45F17 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 23 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.11 |
| HSL | 21.07º | 0.82% | 0.49% | - |
| HSV(B) | 21.07º | 0.9% | 0.89% | - |
| XYZ | 36.24 | 24.74 | 3.68 | - |
| YUV | 126.56 | 69.56 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 23 | 0 | 0.58 | 0.90 | 0.11 | 21.07 | 0.82 | 0.49 |
| Hex | E4 | 5F | 17 | 0 | 3A | 5A | B | 15 | 52 | 31 |
| Octal | 344 | 137 | 27 | 0 | 72 | 132 | 13 | 25 | 122 | 61 |
| Binary | 11100100 | 1011111 | 10111 | 0 | 111010 | 1011010 | 1011 | 10101 | 1010010 | 110001 |
Color Harmonies of #E45F17
Complementary color
Monochromatic Colors of #E45F17
Black with #E45F17
Text Example
Text Example
White with #E45F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45F17; }
p { color: rgb(228,95,23); }
H1.HeaderClassName
{
color: #E45F17;
}
.AnyTagClassName
{
color: #E45F17;
}
</style>
background-color css
<style>
a { background-color: #E45F17; }
a { background-color: rgb(228,95,23); }
div.DivClassName
{
background-color: #E45F17;
}
.BgClassName
{
background-color: #E45F17;
}
</style>
border-color css
<style>
span { border-color: #E45F17; }
span { border-color: rgb(228,95,23); }
td.TdClassName
{
border-color: #E45F17;
}
.TagClassName
{
border-color: #E45F17;
}
</style>