Shades of Chocolate #E66F16
Tints of Chocolate #E66F16
RGB
CMYK
RGB Variations
Color information
#E66F16 (or 0xE66F16) is known color: Chocolate. HEX triplet: E6, 6F and 16. RGB value is (230,111,22). Sum of RGB (Red+Green+Blue) = 230+111+22=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66F16 is #1990E9. Grayscale: #888888. Windows color (decimal): -1675498 or 1470438. OLE color: 1470438.
HSL color Cylindrical-coordinate representation of color #E66F16: hue angle of 25.67º 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 #E66F16 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 22 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.10 |
| HSL | 25.67º | 0.83% | 0.49% | - |
| HSV(B) | 25.67º | 0.9% | 0.9% | - |
| XYZ | 38.46 | 28.25 | 4.18 | - |
| YUV | 136.44 | 63.42 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 22 | 0 | 0.52 | 0.90 | 0.10 | 25.67 | 0.83 | 0.49 |
| Hex | E6 | 6F | 16 | 0 | 34 | 5A | A | 1A | 53 | 31 |
| Octal | 346 | 157 | 26 | 0 | 64 | 132 | 12 | 32 | 123 | 61 |
| Binary | 11100110 | 1101111 | 10110 | 0 | 110100 | 1011010 | 1010 | 11010 | 1010011 | 110001 |
Color Harmonies of #E66F16
Complementary color
Monochromatic Colors of #E66F16
Black with #E66F16
Text Example
Text Example
White with #E66F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F16; }
p { color: rgb(230,111,22); }
H1.HeaderClassName
{
color: #E66F16;
}
.AnyTagClassName
{
color: #E66F16;
}
</style>
background-color css
<style>
a { background-color: #E66F16; }
a { background-color: rgb(230,111,22); }
div.DivClassName
{
background-color: #E66F16;
}
.BgClassName
{
background-color: #E66F16;
}
</style>
border-color css
<style>
span { border-color: #E66F16; }
span { border-color: rgb(230,111,22); }
td.TdClassName
{
border-color: #E66F16;
}
.TagClassName
{
border-color: #E66F16;
}
</style>