Shades of Chocolate #E0640F
Tints of Chocolate #E0640F
RGB
CMYK
RGB Variations
Color information
#E0640F (or 0xE0640F) is known color: Chocolate. HEX triplet: E0, 64 and 0F. RGB value is (224,100,15). Sum of RGB (Red+Green+Blue) = 224+100+15=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0640F is #1F9BF0. Grayscale: #7F7F7F. Windows color (decimal): -2071537 or 1008864. OLE color: 1008864.
HSL color Cylindrical-coordinate representation of color #E0640F: hue angle of 24.4º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0640F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 15 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.12 |
| HSL | 24.4º | 0.87% | 0.47% | - |
| HSV(B) | 24.4º | 0.93% | 0.88% | - |
| XYZ | 35.38 | 25 | 3.41 | - |
| YUV | 127.39 | 64.58 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 15 | 0 | 0.55 | 0.93 | 0.12 | 24.4 | 0.87 | 0.47 |
| Hex | E0 | 64 | F | 0 | 37 | 5D | C | 18 | 57 | 2F |
| Octal | 340 | 144 | 17 | 0 | 67 | 135 | 14 | 30 | 127 | 57 |
| Binary | 11100000 | 1100100 | 1111 | 0 | 110111 | 1011101 | 1100 | 11000 | 1010111 | 101111 |
Color Harmonies of #E0640F
Complementary color
Monochromatic Colors of #E0640F
Black with #E0640F
Text Example
Text Example
White with #E0640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0640F; }
p { color: rgb(224,100,15); }
H1.HeaderClassName
{
color: #E0640F;
}
.AnyTagClassName
{
color: #E0640F;
}
</style>
background-color css
<style>
a { background-color: #E0640F; }
a { background-color: rgb(224,100,15); }
div.DivClassName
{
background-color: #E0640F;
}
.BgClassName
{
background-color: #E0640F;
}
</style>
border-color css
<style>
span { border-color: #E0640F; }
span { border-color: rgb(224,100,15); }
td.TdClassName
{
border-color: #E0640F;
}
.TagClassName
{
border-color: #E0640F;
}
</style>