Shades of Chocolate #E06D19
Tints of Chocolate #E06D19
RGB
CMYK
RGB Variations
Color information
#E06D19 (or 0xE06D19) is known color: Chocolate. HEX triplet: E0, 6D and 19. RGB value is (224,109,25). Sum of RGB (Red+Green+Blue) = 224+109+25=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06D19 is #1F92E6. Grayscale: #868686. Windows color (decimal): -2069223 or 1666528. OLE color: 1666528.
HSL color Cylindrical-coordinate representation of color #E06D19: hue angle of 25.33º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E06D19 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 25 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.12 |
| HSL | 25.33º | 0.8% | 0.49% | - |
| HSV(B) | 25.33º | 0.89% | 0.88% | - |
| XYZ | 36.38 | 26.85 | 4.19 | - |
| YUV | 133.81 | 66.6 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 25 | 0 | 0.51 | 0.89 | 0.12 | 25.33 | 0.8 | 0.49 |
| Hex | E0 | 6D | 19 | 0 | 33 | 59 | C | 19 | 50 | 31 |
| Octal | 340 | 155 | 31 | 0 | 63 | 131 | 14 | 31 | 120 | 61 |
| Binary | 11100000 | 1101101 | 11001 | 0 | 110011 | 1011001 | 1100 | 11001 | 1010000 | 110001 |
Color Harmonies of #E06D19
Complementary color
Monochromatic Colors of #E06D19
Black with #E06D19
Text Example
Text Example
White with #E06D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D19; }
p { color: rgb(224,109,25); }
H1.HeaderClassName
{
color: #E06D19;
}
.AnyTagClassName
{
color: #E06D19;
}
</style>
background-color css
<style>
a { background-color: #E06D19; }
a { background-color: rgb(224,109,25); }
div.DivClassName
{
background-color: #E06D19;
}
.BgClassName
{
background-color: #E06D19;
}
</style>
border-color css
<style>
span { border-color: #E06D19; }
span { border-color: rgb(224,109,25); }
td.TdClassName
{
border-color: #E06D19;
}
.TagClassName
{
border-color: #E06D19;
}
</style>