Shades of Chocolate #E46D14
Tints of Chocolate #E46D14
RGB
CMYK
RGB Variations
Color information
#E46D14 (or 0xE46D14) is known color: Chocolate. HEX triplet: E4, 6D and 14. RGB value is (228,109,20). Sum of RGB (Red+Green+Blue) = 228+109+20=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E46D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46D14 is #1B92EB. Grayscale: #868686. Windows color (decimal): -1807084 or 1338852. OLE color: 1338852.
HSL color Cylindrical-coordinate representation of color #E46D14: hue angle of 25.67º 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 #E46D14 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 109 | 20 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.11 |
| HSL | 25.67º | 0.84% | 0.49% | - |
| HSV(B) | 25.67º | 0.91% | 0.89% | - |
| XYZ | 37.59 | 27.48 | 3.99 | - |
| YUV | 134.44 | 63.42 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 109 | 20 | 0 | 0.52 | 0.91 | 0.11 | 25.67 | 0.84 | 0.49 |
| Hex | E4 | 6D | 14 | 0 | 34 | 5B | B | 1A | 54 | 31 |
| Octal | 344 | 155 | 24 | 0 | 64 | 133 | 13 | 32 | 124 | 61 |
| Binary | 11100100 | 1101101 | 10100 | 0 | 110100 | 1011011 | 1011 | 11010 | 1010100 | 110001 |
Color Harmonies of #E46D14
Complementary color
Monochromatic Colors of #E46D14
Black with #E46D14
Text Example
Text Example
White with #E46D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46D14; }
p { color: rgb(228,109,20); }
H1.HeaderClassName
{
color: #E46D14;
}
.AnyTagClassName
{
color: #E46D14;
}
</style>
background-color css
<style>
a { background-color: #E46D14; }
a { background-color: rgb(228,109,20); }
div.DivClassName
{
background-color: #E46D14;
}
.BgClassName
{
background-color: #E46D14;
}
</style>
border-color css
<style>
span { border-color: #E46D14; }
span { border-color: rgb(228,109,20); }
td.TdClassName
{
border-color: #E46D14;
}
.TagClassName
{
border-color: #E46D14;
}
</style>