Shades of Chocolate #E66A16
Tints of Chocolate #E66A16
RGB
CMYK
RGB Variations
Color information
#E66A16 (or 0xE66A16) is known color: Chocolate. HEX triplet: E6, 6A and 16. RGB value is (230,106,22). Sum of RGB (Red+Green+Blue) = 230+106+22=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66A16 is #1995E9. Grayscale: #858585. Windows color (decimal): -1676778 or 1469158. OLE color: 1469158.
HSL color Cylindrical-coordinate representation of color #E66A16: hue angle of 24.23º 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 #E66A16 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 22 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.10 |
| HSL | 24.23º | 0.83% | 0.49% | - |
| HSV(B) | 24.23º | 0.9% | 0.9% | - |
| XYZ | 37.93 | 27.19 | 4.01 | - |
| YUV | 133.5 | 65.08 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 22 | 0 | 0.54 | 0.90 | 0.10 | 24.23 | 0.83 | 0.49 |
| Hex | E6 | 6A | 16 | 0 | 36 | 5A | A | 18 | 53 | 31 |
| Octal | 346 | 152 | 26 | 0 | 66 | 132 | 12 | 30 | 123 | 61 |
| Binary | 11100110 | 1101010 | 10110 | 0 | 110110 | 1011010 | 1010 | 11000 | 1010011 | 110001 |
Color Harmonies of #E66A16
Complementary color
Monochromatic Colors of #E66A16
Black with #E66A16
Text Example
Text Example
White with #E66A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A16; }
p { color: rgb(230,106,22); }
H1.HeaderClassName
{
color: #E66A16;
}
.AnyTagClassName
{
color: #E66A16;
}
</style>
background-color css
<style>
a { background-color: #E66A16; }
a { background-color: rgb(230,106,22); }
div.DivClassName
{
background-color: #E66A16;
}
.BgClassName
{
background-color: #E66A16;
}
</style>
border-color css
<style>
span { border-color: #E66A16; }
span { border-color: rgb(230,106,22); }
td.TdClassName
{
border-color: #E66A16;
}
.TagClassName
{
border-color: #E66A16;
}
</style>