Shades of Chocolate #E06F19
Tints of Chocolate #E06F19
RGB
CMYK
RGB Variations
Color information
#E06F19 (or 0xE06F19) is known color: Chocolate. HEX triplet: E0, 6F and 19. RGB value is (224,111,25). Sum of RGB (Red+Green+Blue) = 224+111+25=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06F19 is #1F90E6. Grayscale: #878787. Windows color (decimal): -2068711 or 1667040. OLE color: 1667040.
HSL color Cylindrical-coordinate representation of color #E06F19: hue angle of 25.93º 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 #E06F19 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 25 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.12 |
| HSL | 25.93º | 0.8% | 0.49% | - |
| HSV(B) | 25.93º | 0.89% | 0.88% | - |
| XYZ | 36.6 | 27.29 | 4.26 | - |
| YUV | 134.98 | 65.94 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 25 | 0 | 0.50 | 0.89 | 0.12 | 25.93 | 0.8 | 0.49 |
| Hex | E0 | 6F | 19 | 0 | 32 | 59 | C | 1A | 50 | 31 |
| Octal | 340 | 157 | 31 | 0 | 62 | 131 | 14 | 32 | 120 | 61 |
| Binary | 11100000 | 1101111 | 11001 | 0 | 110010 | 1011001 | 1100 | 11010 | 1010000 | 110001 |
Color Harmonies of #E06F19
Complementary color
Monochromatic Colors of #E06F19
Black with #E06F19
Text Example
Text Example
White with #E06F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F19; }
p { color: rgb(224,111,25); }
H1.HeaderClassName
{
color: #E06F19;
}
.AnyTagClassName
{
color: #E06F19;
}
</style>
background-color css
<style>
a { background-color: #E06F19; }
a { background-color: rgb(224,111,25); }
div.DivClassName
{
background-color: #E06F19;
}
.BgClassName
{
background-color: #E06F19;
}
</style>
border-color css
<style>
span { border-color: #E06F19; }
span { border-color: rgb(224,111,25); }
td.TdClassName
{
border-color: #E06F19;
}
.TagClassName
{
border-color: #E06F19;
}
</style>