Shades of Persimmon #EA5A15
Tints of Persimmon #EA5A15
RGB
CMYK
RGB Variations
Color information
#EA5A15 (or 0xEA5A15) is known color: Persimmon. HEX triplet: EA, 5A and 15. RGB value is (234,90,21). Sum of RGB (Red+Green+Blue) = 234+90+21=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5A15 is #15A5EA. Grayscale: #7D7D7D. Windows color (decimal): -1418731 or 1399530. OLE color: 1399530.
HSL color Cylindrical-coordinate representation of color #EA5A15: hue angle of 19.44º 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 #EA5A15 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 90 | 21 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.08 |
| HSL | 19.44º | 0.84% | 0.5% | - |
| HSV(B) | 19.44º | 0.91% | 0.92% | - |
| XYZ | 37.72 | 24.86 | 3.52 | - |
| YUV | 125.19 | 69.21 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 90 | 21 | 0 | 0.62 | 0.91 | 0.08 | 19.44 | 0.84 | 0.5 |
| Hex | EA | 5A | 15 | 0 | 3E | 5B | 8 | 13 | 54 | 32 |
| Octal | 352 | 132 | 25 | 0 | 76 | 133 | 10 | 23 | 124 | 62 |
| Binary | 11101010 | 1011010 | 10101 | 0 | 111110 | 1011011 | 1000 | 10011 | 1010100 | 110010 |
Color Harmonies of #EA5A15
Complementary color
Monochromatic Colors of #EA5A15
Black with #EA5A15
Text Example
Text Example
White with #EA5A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5A15; }
p { color: rgb(234,90,21); }
H1.HeaderClassName
{
color: #EA5A15;
}
.AnyTagClassName
{
color: #EA5A15;
}
</style>
background-color css
<style>
a { background-color: #EA5A15; }
a { background-color: rgb(234,90,21); }
div.DivClassName
{
background-color: #EA5A15;
}
.BgClassName
{
background-color: #EA5A15;
}
</style>
border-color css
<style>
span { border-color: #EA5A15; }
span { border-color: rgb(234,90,21); }
td.TdClassName
{
border-color: #EA5A15;
}
.TagClassName
{
border-color: #EA5A15;
}
</style>