Shades of Chocolate #E46914
Tints of Chocolate #E46914
RGB
CMYK
RGB Variations
Color information
#E46914 (or 0xE46914) is known color: Chocolate. HEX triplet: E4, 69 and 14. RGB value is (228,105,20). Sum of RGB (Red+Green+Blue) = 228+105+20=353 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.59% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 228 - color contains mainly: red. Hex color #E46914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46914 is #1B96EB. Grayscale: #848484. Windows color (decimal): -1808108 or 1337828. OLE color: 1337828.
HSL color Cylindrical-coordinate representation of color #E46914: hue angle of 24.52º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E46914 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 105 | 20 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.11 |
| HSL | 24.52º | 0.84% | 0.49% | - |
| HSV(B) | 24.52º | 0.91% | 0.89% | - |
| XYZ | 37.17 | 26.65 | 3.85 | - |
| YUV | 132.09 | 64.75 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 105 | 20 | 0 | 0.54 | 0.91 | 0.11 | 24.52 | 0.84 | 0.49 |
| Hex | E4 | 69 | 14 | 0 | 36 | 5B | B | 19 | 54 | 31 |
| Octal | 344 | 151 | 24 | 0 | 66 | 133 | 13 | 31 | 124 | 61 |
| Binary | 11100100 | 1101001 | 10100 | 0 | 110110 | 1011011 | 1011 | 11001 | 1010100 | 110001 |
Color Harmonies of #E46914
Complementary color
Monochromatic Colors of #E46914
Black with #E46914
Text Example
Text Example
White with #E46914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46914; }
p { color: rgb(228,105,20); }
H1.HeaderClassName
{
color: #E46914;
}
.AnyTagClassName
{
color: #E46914;
}
</style>
background-color css
<style>
a { background-color: #E46914; }
a { background-color: rgb(228,105,20); }
div.DivClassName
{
background-color: #E46914;
}
.BgClassName
{
background-color: #E46914;
}
</style>
border-color css
<style>
span { border-color: #E46914; }
span { border-color: rgb(228,105,20); }
td.TdClassName
{
border-color: #E46914;
}
.TagClassName
{
border-color: #E46914;
}
</style>