Shades of Chocolate #EA5D1F
Tints of Chocolate #EA5D1F
RGB
CMYK
RGB Variations
Color information
#EA5D1F (or 0xEA5D1F) is known color: Chocolate. HEX triplet: EA, 5D and 1F. RGB value is (234,93,31). Sum of RGB (Red+Green+Blue) = 234+93+31=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5D1F is #15A2E0. Grayscale: #808080. Windows color (decimal): -1417953 or 2055658. OLE color: 2055658.
HSL color Cylindrical-coordinate representation of color #EA5D1F: hue angle of 18.33º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA5D1F is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 31 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.08 |
| HSL | 18.33º | 0.83% | 0.52% | - |
| HSV(B) | 18.33º | 0.87% | 0.92% | - |
| XYZ | 38.09 | 25.42 | 4.2 | - |
| YUV | 128.09 | 73.21 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 31 | 0 | 0.60 | 0.87 | 0.08 | 18.33 | 0.83 | 0.52 |
| Hex | EA | 5D | 1F | 0 | 3C | 57 | 8 | 12 | 53 | 34 |
| Octal | 352 | 135 | 37 | 0 | 74 | 127 | 10 | 22 | 123 | 64 |
| Binary | 11101010 | 1011101 | 11111 | 0 | 111100 | 1010111 | 1000 | 10010 | 1010011 | 110100 |
Color Harmonies of #EA5D1F
Complementary color
Monochromatic Colors of #EA5D1F
Black with #EA5D1F
Text Example
Text Example
White with #EA5D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5D1F; }
p { color: rgb(234,93,31); }
H1.HeaderClassName
{
color: #EA5D1F;
}
.AnyTagClassName
{
color: #EA5D1F;
}
</style>
background-color css
<style>
a { background-color: #EA5D1F; }
a { background-color: rgb(234,93,31); }
div.DivClassName
{
background-color: #EA5D1F;
}
.BgClassName
{
background-color: #EA5D1F;
}
</style>
border-color css
<style>
span { border-color: #EA5D1F; }
span { border-color: rgb(234,93,31); }
td.TdClassName
{
border-color: #EA5D1F;
}
.TagClassName
{
border-color: #EA5D1F;
}
</style>