Shades of Chocolate #EA5E1C
Tints of Chocolate #EA5E1C
RGB
CMYK
RGB Variations
Color information
#EA5E1C (or 0xEA5E1C) is known color: Chocolate. HEX triplet: EA, 5E and 1C. RGB value is (234,94,28). Sum of RGB (Red+Green+Blue) = 234+94+28=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E1C is #15A1E3. Grayscale: #808080. Windows color (decimal): -1417700 or 1859306. OLE color: 1859306.
HSL color Cylindrical-coordinate representation of color #EA5E1C: hue angle of 19.22º 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 #EA5E1C is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 28 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.08 |
| HSL | 19.22º | 0.83% | 0.51% | - |
| HSV(B) | 19.22º | 0.88% | 0.92% | - |
| XYZ | 38.14 | 25.58 | 4.03 | - |
| YUV | 128.34 | 71.38 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 28 | 0 | 0.60 | 0.88 | 0.08 | 19.22 | 0.83 | 0.51 |
| Hex | EA | 5E | 1C | 0 | 3C | 58 | 8 | 13 | 53 | 33 |
| Octal | 352 | 136 | 34 | 0 | 74 | 130 | 10 | 23 | 123 | 63 |
| Binary | 11101010 | 1011110 | 11100 | 0 | 111100 | 1011000 | 1000 | 10011 | 1010011 | 110011 |
Color Harmonies of #EA5E1C
Complementary color
Monochromatic Colors of #EA5E1C
Black with #EA5E1C
Text Example
Text Example
White with #EA5E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E1C; }
p { color: rgb(234,94,28); }
H1.HeaderClassName
{
color: #EA5E1C;
}
.AnyTagClassName
{
color: #EA5E1C;
}
</style>
background-color css
<style>
a { background-color: #EA5E1C; }
a { background-color: rgb(234,94,28); }
div.DivClassName
{
background-color: #EA5E1C;
}
.BgClassName
{
background-color: #EA5E1C;
}
</style>
border-color css
<style>
span { border-color: #EA5E1C; }
span { border-color: rgb(234,94,28); }
td.TdClassName
{
border-color: #EA5E1C;
}
.TagClassName
{
border-color: #EA5E1C;
}
</style>