Shades of Persimmon #EA5114
Tints of Persimmon #EA5114
RGB
CMYK
RGB Variations
Color information
#EA5114 (or 0xEA5114) is known color: Persimmon. HEX triplet: EA, 51 and 14. RGB value is (234,81,20). Sum of RGB (Red+Green+Blue) = 234+81+20=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5114 is #15AEEB. Grayscale: #787878. Windows color (decimal): -1421036 or 1331690. OLE color: 1331690.
HSL color Cylindrical-coordinate representation of color #EA5114: hue angle of 17.1º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA5114 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 20 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.08 |
| HSL | 17.1º | 0.84% | 0.5% | - |
| HSV(B) | 17.1º | 0.91% | 0.92% | - |
| XYZ | 37 | 23.43 | 3.23 | - |
| YUV | 119.79 | 71.69 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 20 | 0 | 0.65 | 0.91 | 0.08 | 17.1 | 0.84 | 0.5 |
| Hex | EA | 51 | 14 | 0 | 41 | 5B | 8 | 11 | 54 | 32 |
| Octal | 352 | 121 | 24 | 0 | 101 | 133 | 10 | 21 | 124 | 62 |
| Binary | 11101010 | 1010001 | 10100 | 0 | 1000001 | 1011011 | 1000 | 10001 | 1010100 | 110010 |
Color Harmonies of #EA5114
Complementary color
Monochromatic Colors of #EA5114
Black with #EA5114
Text Example
Text Example
White with #EA5114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5114; }
p { color: rgb(234,81,20); }
H1.HeaderClassName
{
color: #EA5114;
}
.AnyTagClassName
{
color: #EA5114;
}
</style>
background-color css
<style>
a { background-color: #EA5114; }
a { background-color: rgb(234,81,20); }
div.DivClassName
{
background-color: #EA5114;
}
.BgClassName
{
background-color: #EA5114;
}
</style>
border-color css
<style>
span { border-color: #EA5114; }
span { border-color: rgb(234,81,20); }
td.TdClassName
{
border-color: #EA5114;
}
.TagClassName
{
border-color: #EA5114;
}
</style>