Shades of Chocolate #E66C16
Tints of Chocolate #E66C16
RGB
CMYK
RGB Variations
Color information
#E66C16 (or 0xE66C16) is known color: Chocolate. HEX triplet: E6, 6C and 16. RGB value is (230,108,22). Sum of RGB (Red+Green+Blue) = 230+108+22=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66C16 is #1993E9. Grayscale: #878787. Windows color (decimal): -1676266 or 1469670. OLE color: 1469670.
HSL color Cylindrical-coordinate representation of color #E66C16: hue angle of 24.81º 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 #E66C16 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 22 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.10 |
| HSL | 24.81º | 0.83% | 0.49% | - |
| HSV(B) | 24.81º | 0.9% | 0.9% | - |
| XYZ | 38.14 | 27.61 | 4.08 | - |
| YUV | 134.67 | 64.42 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 22 | 0 | 0.53 | 0.90 | 0.10 | 24.81 | 0.83 | 0.49 |
| Hex | E6 | 6C | 16 | 0 | 35 | 5A | A | 19 | 53 | 31 |
| Octal | 346 | 154 | 26 | 0 | 65 | 132 | 12 | 31 | 123 | 61 |
| Binary | 11100110 | 1101100 | 10110 | 0 | 110101 | 1011010 | 1010 | 11001 | 1010011 | 110001 |
Color Harmonies of #E66C16
Complementary color
Monochromatic Colors of #E66C16
Black with #E66C16
Text Example
Text Example
White with #E66C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C16; }
p { color: rgb(230,108,22); }
H1.HeaderClassName
{
color: #E66C16;
}
.AnyTagClassName
{
color: #E66C16;
}
</style>
background-color css
<style>
a { background-color: #E66C16; }
a { background-color: rgb(230,108,22); }
div.DivClassName
{
background-color: #E66C16;
}
.BgClassName
{
background-color: #E66C16;
}
</style>
border-color css
<style>
span { border-color: #E66C16; }
span { border-color: rgb(230,108,22); }
td.TdClassName
{
border-color: #E66C16;
}
.TagClassName
{
border-color: #E66C16;
}
</style>