Shades of Chocolate #E06919
Tints of Chocolate #E06919
RGB
CMYK
RGB Variations
Color information
#E06919 (or 0xE06919) is known color: Chocolate. HEX triplet: E0, 69 and 19. RGB value is (224,105,25). Sum of RGB (Red+Green+Blue) = 224+105+25=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E06919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06919 is #1F96E6. Grayscale: #838383. Windows color (decimal): -2070247 or 1665504. OLE color: 1665504.
HSL color Cylindrical-coordinate representation of color #E06919: hue angle of 24.12º 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 #E06919 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 25 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.12 |
| HSL | 24.12º | 0.8% | 0.49% | - |
| HSV(B) | 24.12º | 0.89% | 0.88% | - |
| XYZ | 35.97 | 26.02 | 4.05 | - |
| YUV | 131.46 | 67.92 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 25 | 0 | 0.53 | 0.89 | 0.12 | 24.12 | 0.8 | 0.49 |
| Hex | E0 | 69 | 19 | 0 | 35 | 59 | C | 18 | 50 | 31 |
| Octal | 340 | 151 | 31 | 0 | 65 | 131 | 14 | 30 | 120 | 61 |
| Binary | 11100000 | 1101001 | 11001 | 0 | 110101 | 1011001 | 1100 | 11000 | 1010000 | 110001 |
Color Harmonies of #E06919
Complementary color
Monochromatic Colors of #E06919
Black with #E06919
Text Example
Text Example
White with #E06919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06919; }
p { color: rgb(224,105,25); }
H1.HeaderClassName
{
color: #E06919;
}
.AnyTagClassName
{
color: #E06919;
}
</style>
background-color css
<style>
a { background-color: #E06919; }
a { background-color: rgb(224,105,25); }
div.DivClassName
{
background-color: #E06919;
}
.BgClassName
{
background-color: #E06919;
}
</style>
border-color css
<style>
span { border-color: #E06919; }
span { border-color: rgb(224,105,25); }
td.TdClassName
{
border-color: #E06919;
}
.TagClassName
{
border-color: #E06919;
}
</style>