Shades of Chocolate #EA5D1D
Tints of Chocolate #EA5D1D
RGB
CMYK
RGB Variations
Color information
#EA5D1D (or 0xEA5D1D) is known color: Chocolate. HEX triplet: EA, 5D and 1D. RGB value is (234,93,29). Sum of RGB (Red+Green+Blue) = 234+93+29=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5D1D is #15A2E2. Grayscale: #808080. Windows color (decimal): -1417955 or 1924586. OLE color: 1924586.
HSL color Cylindrical-coordinate representation of color #EA5D1D: hue angle of 18.73º 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 #EA5D1D is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 29 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.08 |
| HSL | 18.73º | 0.83% | 0.52% | - |
| HSV(B) | 18.73º | 0.88% | 0.92% | - |
| XYZ | 38.07 | 25.41 | 4.06 | - |
| YUV | 127.86 | 72.21 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 29 | 0 | 0.60 | 0.88 | 0.08 | 18.73 | 0.83 | 0.52 |
| Hex | EA | 5D | 1D | 0 | 3C | 58 | 8 | 13 | 53 | 34 |
| Octal | 352 | 135 | 35 | 0 | 74 | 130 | 10 | 23 | 123 | 64 |
| Binary | 11101010 | 1011101 | 11101 | 0 | 111100 | 1011000 | 1000 | 10011 | 1010011 | 110100 |
Color Harmonies of #EA5D1D
Complementary color
Monochromatic Colors of #EA5D1D
Black with #EA5D1D
Text Example
Text Example
White with #EA5D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5D1D; }
p { color: rgb(234,93,29); }
H1.HeaderClassName
{
color: #EA5D1D;
}
.AnyTagClassName
{
color: #EA5D1D;
}
</style>
background-color css
<style>
a { background-color: #EA5D1D; }
a { background-color: rgb(234,93,29); }
div.DivClassName
{
background-color: #EA5D1D;
}
.BgClassName
{
background-color: #EA5D1D;
}
</style>
border-color css
<style>
span { border-color: #EA5D1D; }
span { border-color: rgb(234,93,29); }
td.TdClassName
{
border-color: #EA5D1D;
}
.TagClassName
{
border-color: #EA5D1D;
}
</style>