Shades of Persimmon #EA5915
Tints of Persimmon #EA5915
RGB
CMYK
RGB Variations
Color information
#EA5915 (or 0xEA5915) is known color: Persimmon. HEX triplet: EA, 59 and 15. RGB value is (234,89,21). Sum of RGB (Red+Green+Blue) = 234+89+21=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5915 is #15A6EA. Grayscale: #7D7D7D. Windows color (decimal): -1418987 or 1399274. OLE color: 1399274.
HSL color Cylindrical-coordinate representation of color #EA5915: hue angle of 19.15º 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 #EA5915 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 21 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.08 |
| HSL | 19.15º | 0.84% | 0.5% | - |
| HSV(B) | 19.15º | 0.91% | 0.92% | - |
| XYZ | 37.64 | 24.69 | 3.49 | - |
| YUV | 124.6 | 69.54 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 21 | 0 | 0.62 | 0.91 | 0.08 | 19.15 | 0.84 | 0.5 |
| Hex | EA | 59 | 15 | 0 | 3E | 5B | 8 | 13 | 54 | 32 |
| Octal | 352 | 131 | 25 | 0 | 76 | 133 | 10 | 23 | 124 | 62 |
| Binary | 11101010 | 1011001 | 10101 | 0 | 111110 | 1011011 | 1000 | 10011 | 1010100 | 110010 |
Color Harmonies of #EA5915
Complementary color
Monochromatic Colors of #EA5915
Black with #EA5915
Text Example
Text Example
White with #EA5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5915; }
p { color: rgb(234,89,21); }
H1.HeaderClassName
{
color: #EA5915;
}
.AnyTagClassName
{
color: #EA5915;
}
</style>
background-color css
<style>
a { background-color: #EA5915; }
a { background-color: rgb(234,89,21); }
div.DivClassName
{
background-color: #EA5915;
}
.BgClassName
{
background-color: #EA5915;
}
</style>
border-color css
<style>
span { border-color: #EA5915; }
span { border-color: rgb(234,89,21); }
td.TdClassName
{
border-color: #EA5915;
}
.TagClassName
{
border-color: #EA5915;
}
</style>