Shades of Chocolate #EA601C
Tints of Chocolate #EA601C
RGB
CMYK
RGB Variations
Color information
#EA601C (or 0xEA601C) is known color: Chocolate. HEX triplet: EA, 60 and 1C. RGB value is (234,96,28). Sum of RGB (Red+Green+Blue) = 234+96+28=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA601C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA601C is #159FE3. Grayscale: #818181. Windows color (decimal): -1417188 or 1859818. OLE color: 1859818.
HSL color Cylindrical-coordinate representation of color #EA601C: hue angle of 19.81º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA601C is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 28 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.08 |
| HSL | 19.81º | 0.83% | 0.51% | - |
| HSV(B) | 19.81º | 0.88% | 0.92% | - |
| XYZ | 38.32 | 25.94 | 4.09 | - |
| YUV | 129.51 | 70.72 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 28 | 0 | 0.59 | 0.88 | 0.08 | 19.81 | 0.83 | 0.51 |
| Hex | EA | 60 | 1C | 0 | 3B | 58 | 8 | 14 | 53 | 33 |
| Octal | 352 | 140 | 34 | 0 | 73 | 130 | 10 | 24 | 123 | 63 |
| Binary | 11101010 | 1100000 | 11100 | 0 | 111011 | 1011000 | 1000 | 10100 | 1010011 | 110011 |
Color Harmonies of #EA601C
Complementary color
Monochromatic Colors of #EA601C
Black with #EA601C
Text Example
Text Example
White with #EA601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA601C; }
p { color: rgb(234,96,28); }
H1.HeaderClassName
{
color: #EA601C;
}
.AnyTagClassName
{
color: #EA601C;
}
</style>
background-color css
<style>
a { background-color: #EA601C; }
a { background-color: rgb(234,96,28); }
div.DivClassName
{
background-color: #EA601C;
}
.BgClassName
{
background-color: #EA601C;
}
</style>
border-color css
<style>
span { border-color: #EA601C; }
span { border-color: rgb(234,96,28); }
td.TdClassName
{
border-color: #EA601C;
}
.TagClassName
{
border-color: #EA601C;
}
</style>