Shades of Chocolate #E66B16
Tints of Chocolate #E66B16
RGB
CMYK
RGB Variations
Color information
#E66B16 (or 0xE66B16) is known color: Chocolate. HEX triplet: E6, 6B and 16. RGB value is (230,107,22). Sum of RGB (Red+Green+Blue) = 230+107+22=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E66B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66B16 is #1994E9. Grayscale: #868686. Windows color (decimal): -1676522 or 1469414. OLE color: 1469414.
HSL color Cylindrical-coordinate representation of color #E66B16: hue angle of 24.52º 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 #E66B16 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 22 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.10 |
| HSL | 24.52º | 0.83% | 0.49% | - |
| HSV(B) | 24.52º | 0.9% | 0.9% | - |
| XYZ | 38.04 | 27.4 | 4.04 | - |
| YUV | 134.09 | 64.75 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 22 | 0 | 0.53 | 0.90 | 0.10 | 24.52 | 0.83 | 0.49 |
| Hex | E6 | 6B | 16 | 0 | 35 | 5A | A | 19 | 53 | 31 |
| Octal | 346 | 153 | 26 | 0 | 65 | 132 | 12 | 31 | 123 | 61 |
| Binary | 11100110 | 1101011 | 10110 | 0 | 110101 | 1011010 | 1010 | 11001 | 1010011 | 110001 |
Color Harmonies of #E66B16
Complementary color
Monochromatic Colors of #E66B16
Black with #E66B16
Text Example
Text Example
White with #E66B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66B16; }
p { color: rgb(230,107,22); }
H1.HeaderClassName
{
color: #E66B16;
}
.AnyTagClassName
{
color: #E66B16;
}
</style>
background-color css
<style>
a { background-color: #E66B16; }
a { background-color: rgb(230,107,22); }
div.DivClassName
{
background-color: #E66B16;
}
.BgClassName
{
background-color: #E66B16;
}
</style>
border-color css
<style>
span { border-color: #E66B16; }
span { border-color: rgb(230,107,22); }
td.TdClassName
{
border-color: #E66B16;
}
.TagClassName
{
border-color: #E66B16;
}
</style>