Shades of Chocolate #E66D15
Tints of Chocolate #E66D15
RGB
CMYK
RGB Variations
Color information
#E66D15 (or 0xE66D15) is known color: Chocolate. HEX triplet: E6, 6D and 15. RGB value is (230,109,21). Sum of RGB (Red+Green+Blue) = 230+109+21=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66D15 is #1992EA. Grayscale: #878787. Windows color (decimal): -1676011 or 1404390. OLE color: 1404390.
HSL color Cylindrical-coordinate representation of color #E66D15: hue angle of 25.26º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E66D15 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 21 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.10 |
| HSL | 25.26º | 0.83% | 0.49% | - |
| HSV(B) | 25.26º | 0.91% | 0.9% | - |
| XYZ | 38.24 | 27.81 | 4.06 | - |
| YUV | 135.15 | 63.59 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 21 | 0 | 0.53 | 0.91 | 0.10 | 25.26 | 0.83 | 0.49 |
| Hex | E6 | 6D | 15 | 0 | 35 | 5B | A | 19 | 53 | 31 |
| Octal | 346 | 155 | 25 | 0 | 65 | 133 | 12 | 31 | 123 | 61 |
| Binary | 11100110 | 1101101 | 10101 | 0 | 110101 | 1011011 | 1010 | 11001 | 1010011 | 110001 |
Color Harmonies of #E66D15
Complementary color
Monochromatic Colors of #E66D15
Black with #E66D15
Text Example
Text Example
White with #E66D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D15; }
p { color: rgb(230,109,21); }
H1.HeaderClassName
{
color: #E66D15;
}
.AnyTagClassName
{
color: #E66D15;
}
</style>
background-color css
<style>
a { background-color: #E66D15; }
a { background-color: rgb(230,109,21); }
div.DivClassName
{
background-color: #E66D15;
}
.BgClassName
{
background-color: #E66D15;
}
</style>
border-color css
<style>
span { border-color: #E66D15; }
span { border-color: rgb(230,109,21); }
td.TdClassName
{
border-color: #E66D15;
}
.TagClassName
{
border-color: #E66D15;
}
</style>