Shades of Chocolate #EA5820
Tints of Chocolate #EA5820
RGB
CMYK
RGB Variations
Color information
#EA5820 (or 0xEA5820) is known color: Chocolate. HEX triplet: EA, 58 and 20. RGB value is (234,88,32). Sum of RGB (Red+Green+Blue) = 234+88+32=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5820 is #15A7DF. Grayscale: #7D7D7D. Windows color (decimal): -1419232 or 2119914. OLE color: 2119914.
HSL color Cylindrical-coordinate representation of color #EA5820: hue angle of 16.63º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA5820 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 32 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.08 |
| HSL | 16.63º | 0.83% | 0.52% | - |
| HSV(B) | 16.63º | 0.86% | 0.92% | - |
| XYZ | 37.68 | 24.58 | 4.12 | - |
| YUV | 125.27 | 75.37 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 32 | 0 | 0.62 | 0.86 | 0.08 | 16.63 | 0.83 | 0.52 |
| Hex | EA | 58 | 20 | 0 | 3E | 56 | 8 | 11 | 53 | 34 |
| Octal | 352 | 130 | 40 | 0 | 76 | 126 | 10 | 21 | 123 | 64 |
| Binary | 11101010 | 1011000 | 100000 | 0 | 111110 | 1010110 | 1000 | 10001 | 1010011 | 110100 |
Color Harmonies of #EA5820
Complementary color
Monochromatic Colors of #EA5820
Black with #EA5820
Text Example
Text Example
White with #EA5820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5820; }
p { color: rgb(234,88,32); }
H1.HeaderClassName
{
color: #EA5820;
}
.AnyTagClassName
{
color: #EA5820;
}
</style>
background-color css
<style>
a { background-color: #EA5820; }
a { background-color: rgb(234,88,32); }
div.DivClassName
{
background-color: #EA5820;
}
.BgClassName
{
background-color: #EA5820;
}
</style>
border-color css
<style>
span { border-color: #EA5820; }
span { border-color: rgb(234,88,32); }
td.TdClassName
{
border-color: #EA5820;
}
.TagClassName
{
border-color: #EA5820;
}
</style>