Shades of Chocolate #E46D16
Tints of Chocolate #E46D16
RGB
CMYK
RGB Variations
Color information
#E46D16 (or 0xE46D16) is known color: Chocolate. HEX triplet: E4, 6D and 16. RGB value is (228,109,22). Sum of RGB (Red+Green+Blue) = 228+109+22=359 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.51% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 228 - color contains mainly: red. Hex color #E46D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46D16 is #1B92E9. Grayscale: #878787. Windows color (decimal): -1807082 or 1469924. OLE color: 1469924.
HSL color Cylindrical-coordinate representation of color #E46D16: hue angle of 25.34º 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 #E46D16 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 109 | 22 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.11 |
| HSL | 25.34º | 0.82% | 0.49% | - |
| HSV(B) | 25.34º | 0.9% | 0.89% | - |
| XYZ | 37.61 | 27.49 | 4.08 | - |
| YUV | 134.66 | 64.42 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 109 | 22 | 0 | 0.52 | 0.90 | 0.11 | 25.34 | 0.82 | 0.49 |
| Hex | E4 | 6D | 16 | 0 | 34 | 5A | B | 19 | 52 | 31 |
| Octal | 344 | 155 | 26 | 0 | 64 | 132 | 13 | 31 | 122 | 61 |
| Binary | 11100100 | 1101101 | 10110 | 0 | 110100 | 1011010 | 1011 | 11001 | 1010010 | 110001 |
Color Harmonies of #E46D16
Complementary color
Monochromatic Colors of #E46D16
Black with #E46D16
Text Example
Text Example
White with #E46D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46D16; }
p { color: rgb(228,109,22); }
H1.HeaderClassName
{
color: #E46D16;
}
.AnyTagClassName
{
color: #E46D16;
}
</style>
background-color css
<style>
a { background-color: #E46D16; }
a { background-color: rgb(228,109,22); }
div.DivClassName
{
background-color: #E46D16;
}
.BgClassName
{
background-color: #E46D16;
}
</style>
border-color css
<style>
span { border-color: #E46D16; }
span { border-color: rgb(228,109,22); }
td.TdClassName
{
border-color: #E46D16;
}
.TagClassName
{
border-color: #E46D16;
}
</style>