Shades of Chocolate #E66D16
Tints of Chocolate #E66D16
RGB
CMYK
RGB Variations
Color information
#E66D16 (or 0xE66D16) is known color: Chocolate. HEX triplet: E6, 6D and 16. RGB value is (230,109,22). Sum of RGB (Red+Green+Blue) = 230+109+22=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66D16 is #1992E9. Grayscale: #878787. Windows color (decimal): -1676010 or 1469926. OLE color: 1469926.
HSL color Cylindrical-coordinate representation of color #E66D16: hue angle of 25.1º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E66D16 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 22 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.10 |
| HSL | 25.1º | 0.83% | 0.49% | - |
| HSV(B) | 25.1º | 0.9% | 0.9% | - |
| XYZ | 38.25 | 27.82 | 4.11 | - |
| YUV | 135.26 | 64.09 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 22 | 0 | 0.53 | 0.90 | 0.10 | 25.1 | 0.83 | 0.49 |
| Hex | E6 | 6D | 16 | 0 | 35 | 5A | A | 19 | 53 | 31 |
| Octal | 346 | 155 | 26 | 0 | 65 | 132 | 12 | 31 | 123 | 61 |
| Binary | 11100110 | 1101101 | 10110 | 0 | 110101 | 1011010 | 1010 | 11001 | 1010011 | 110001 |
Color Harmonies of #E66D16
Complementary color
Monochromatic Colors of #E66D16
Black with #E66D16
Text Example
Text Example
White with #E66D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D16; }
p { color: rgb(230,109,22); }
H1.HeaderClassName
{
color: #E66D16;
}
.AnyTagClassName
{
color: #E66D16;
}
</style>
background-color css
<style>
a { background-color: #E66D16; }
a { background-color: rgb(230,109,22); }
div.DivClassName
{
background-color: #E66D16;
}
.BgClassName
{
background-color: #E66D16;
}
</style>
border-color css
<style>
span { border-color: #E66D16; }
span { border-color: rgb(230,109,22); }
td.TdClassName
{
border-color: #E66D16;
}
.TagClassName
{
border-color: #E66D16;
}
</style>