Shades of Chocolate #E46F16
Tints of Chocolate #E46F16
RGB
CMYK
RGB Variations
Color information
#E46F16 (or 0xE46F16) is known color: Chocolate. HEX triplet: E4, 6F and 16. RGB value is (228,111,22). Sum of RGB (Red+Green+Blue) = 228+111+22=361 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.16% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46F16 is #1B90E9. Grayscale: #888888. Windows color (decimal): -1806570 or 1470436. OLE color: 1470436.
HSL color Cylindrical-coordinate representation of color #E46F16: hue angle of 25.92º 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 #E46F16 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 111 | 22 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.11 |
| HSL | 25.92º | 0.82% | 0.49% | - |
| HSV(B) | 25.92º | 0.9% | 0.89% | - |
| XYZ | 37.82 | 27.92 | 4.15 | - |
| YUV | 135.84 | 63.76 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 22 | 0 | 0.51 | 0.90 | 0.11 | 25.92 | 0.82 | 0.49 |
| Hex | E4 | 6F | 16 | 0 | 33 | 5A | B | 1A | 52 | 31 |
| Octal | 344 | 157 | 26 | 0 | 63 | 132 | 13 | 32 | 122 | 61 |
| Binary | 11100100 | 1101111 | 10110 | 0 | 110011 | 1011010 | 1011 | 11010 | 1010010 | 110001 |
Color Harmonies of #E46F16
Complementary color
Monochromatic Colors of #E46F16
Black with #E46F16
Text Example
Text Example
White with #E46F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46F16; }
p { color: rgb(228,111,22); }
H1.HeaderClassName
{
color: #E46F16;
}
.AnyTagClassName
{
color: #E46F16;
}
</style>
background-color css
<style>
a { background-color: #E46F16; }
a { background-color: rgb(228,111,22); }
div.DivClassName
{
background-color: #E46F16;
}
.BgClassName
{
background-color: #E46F16;
}
</style>
border-color css
<style>
span { border-color: #E46F16; }
span { border-color: rgb(228,111,22); }
td.TdClassName
{
border-color: #E46F16;
}
.TagClassName
{
border-color: #E46F16;
}
</style>