Shades of Chocolate #E45D16
Tints of Chocolate #E45D16
RGB
CMYK
RGB Variations
Color information
#E45D16 (or 0xE45D16) is known color: Chocolate. HEX triplet: E4, 5D and 16. RGB value is (228,93,22). Sum of RGB (Red+Green+Blue) = 228+93+22=343 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.47% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45D16 is #1BA2E9. Grayscale: #7D7D7D. Windows color (decimal): -1811178 or 1465828. OLE color: 1465828.
HSL color Cylindrical-coordinate representation of color #E45D16: hue angle of 20.68º 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 #E45D16 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 22 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.11 |
| HSL | 20.68º | 0.82% | 0.49% | - |
| HSV(B) | 20.68º | 0.9% | 0.89% | - |
| XYZ | 36.05 | 24.38 | 3.56 | - |
| YUV | 125.27 | 69.73 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 22 | 0 | 0.59 | 0.90 | 0.11 | 20.68 | 0.82 | 0.49 |
| Hex | E4 | 5D | 16 | 0 | 3B | 5A | B | 15 | 52 | 31 |
| Octal | 344 | 135 | 26 | 0 | 73 | 132 | 13 | 25 | 122 | 61 |
| Binary | 11100100 | 1011101 | 10110 | 0 | 111011 | 1011010 | 1011 | 10101 | 1010010 | 110001 |
Color Harmonies of #E45D16
Complementary color
Monochromatic Colors of #E45D16
Black with #E45D16
Text Example
Text Example
White with #E45D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45D16; }
p { color: rgb(228,93,22); }
H1.HeaderClassName
{
color: #E45D16;
}
.AnyTagClassName
{
color: #E45D16;
}
</style>
background-color css
<style>
a { background-color: #E45D16; }
a { background-color: rgb(228,93,22); }
div.DivClassName
{
background-color: #E45D16;
}
.BgClassName
{
background-color: #E45D16;
}
</style>
border-color css
<style>
span { border-color: #E45D16; }
span { border-color: rgb(228,93,22); }
td.TdClassName
{
border-color: #E45D16;
}
.TagClassName
{
border-color: #E45D16;
}
</style>