Shades of Chocolate #E0671E
Tints of Chocolate #E0671E
RGB
CMYK
RGB Variations
Color information
#E0671E (or 0xE0671E) is known color: Chocolate. HEX triplet: E0, 67 and 1E. RGB value is (224,103,30). Sum of RGB (Red+Green+Blue) = 224+103+30=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0671E is #1F98E1. Grayscale: #838383. Windows color (decimal): -2070754 or 1992672. OLE color: 1992672.
HSL color Cylindrical-coordinate representation of color #E0671E: hue angle of 22.58º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0671E is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 30 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.12 |
| HSL | 22.58º | 0.76% | 0.5% | - |
| HSV(B) | 22.58º | 0.87% | 0.88% | - |
| XYZ | 35.83 | 25.64 | 4.29 | - |
| YUV | 130.86 | 71.09 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 30 | 0 | 0.54 | 0.87 | 0.12 | 22.58 | 0.76 | 0.5 |
| Hex | E0 | 67 | 1E | 0 | 36 | 57 | C | 17 | 4C | 32 |
| Octal | 340 | 147 | 36 | 0 | 66 | 127 | 14 | 27 | 114 | 62 |
| Binary | 11100000 | 1100111 | 11110 | 0 | 110110 | 1010111 | 1100 | 10111 | 1001100 | 110010 |
Color Harmonies of #E0671E
Complementary color
Monochromatic Colors of #E0671E
Black with #E0671E
Text Example
Text Example
White with #E0671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0671E; }
p { color: rgb(224,103,30); }
H1.HeaderClassName
{
color: #E0671E;
}
.AnyTagClassName
{
color: #E0671E;
}
</style>
background-color css
<style>
a { background-color: #E0671E; }
a { background-color: rgb(224,103,30); }
div.DivClassName
{
background-color: #E0671E;
}
.BgClassName
{
background-color: #E0671E;
}
</style>
border-color css
<style>
span { border-color: #E0671E; }
span { border-color: rgb(224,103,30); }
td.TdClassName
{
border-color: #E0671E;
}
.TagClassName
{
border-color: #E0671E;
}
</style>