Shades of Chocolate #EA5F1D
Tints of Chocolate #EA5F1D
RGB
CMYK
RGB Variations
Color information
#EA5F1D (or 0xEA5F1D) is known color: Chocolate. HEX triplet: EA, 5F and 1D. RGB value is (234,95,29). Sum of RGB (Red+Green+Blue) = 234+95+29=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5F1D is #15A0E2. Grayscale: #818181. Windows color (decimal): -1417443 or 1925098. OLE color: 1925098.
HSL color Cylindrical-coordinate representation of color #EA5F1D: hue angle of 19.32º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA5F1D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 95 | 29 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.08 |
| HSL | 19.32º | 0.83% | 0.52% | - |
| HSV(B) | 19.32º | 0.88% | 0.92% | - |
| XYZ | 38.25 | 25.77 | 4.12 | - |
| YUV | 129.04 | 71.55 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 95 | 29 | 0 | 0.59 | 0.88 | 0.08 | 19.32 | 0.83 | 0.52 |
| Hex | EA | 5F | 1D | 0 | 3B | 58 | 8 | 13 | 53 | 34 |
| Octal | 352 | 137 | 35 | 0 | 73 | 130 | 10 | 23 | 123 | 64 |
| Binary | 11101010 | 1011111 | 11101 | 0 | 111011 | 1011000 | 1000 | 10011 | 1010011 | 110100 |
Color Harmonies of #EA5F1D
Complementary color
Monochromatic Colors of #EA5F1D
Black with #EA5F1D
Text Example
Text Example
White with #EA5F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5F1D; }
p { color: rgb(234,95,29); }
H1.HeaderClassName
{
color: #EA5F1D;
}
.AnyTagClassName
{
color: #EA5F1D;
}
</style>
background-color css
<style>
a { background-color: #EA5F1D; }
a { background-color: rgb(234,95,29); }
div.DivClassName
{
background-color: #EA5F1D;
}
.BgClassName
{
background-color: #EA5F1D;
}
</style>
border-color css
<style>
span { border-color: #EA5F1D; }
span { border-color: rgb(234,95,29); }
td.TdClassName
{
border-color: #EA5F1D;
}
.TagClassName
{
border-color: #EA5F1D;
}
</style>