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