Shades of Persimmon #EA590D
Tints of Persimmon #EA590D
RGB
CMYK
RGB Variations
Color information
#EA590D (or 0xEA590D) is known color: Persimmon. HEX triplet: EA, 59 and 0D. RGB value is (234,89,13). Sum of RGB (Red+Green+Blue) = 234+89+13=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA590D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA590D is #15A6F2. Grayscale: #7C7C7C. Windows color (decimal): -1418995 or 874986. OLE color: 874986.
HSL color Cylindrical-coordinate representation of color #EA590D: hue angle of 20.63º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA590D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.08 |
| HSL | 20.63º | 0.89% | 0.48% | - |
| HSV(B) | 20.63º | 0.94% | 0.92% | - |
| XYZ | 37.58 | 24.67 | 3.16 | - |
| YUV | 123.69 | 65.54 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 13 | 0 | 0.62 | 0.94 | 0.08 | 20.63 | 0.89 | 0.48 |
| Hex | EA | 59 | D | 0 | 3E | 5E | 8 | 15 | 59 | 30 |
| Octal | 352 | 131 | 15 | 0 | 76 | 136 | 10 | 25 | 131 | 60 |
| Binary | 11101010 | 1011001 | 1101 | 0 | 111110 | 1011110 | 1000 | 10101 | 1011001 | 110000 |
Color Harmonies of #EA590D
Complementary color
Monochromatic Colors of #EA590D
Black with #EA590D
Text Example
Text Example
White with #EA590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA590D; }
p { color: rgb(234,89,13); }
H1.HeaderClassName
{
color: #EA590D;
}
.AnyTagClassName
{
color: #EA590D;
}
</style>
background-color css
<style>
a { background-color: #EA590D; }
a { background-color: rgb(234,89,13); }
div.DivClassName
{
background-color: #EA590D;
}
.BgClassName
{
background-color: #EA590D;
}
</style>
border-color css
<style>
span { border-color: #EA590D; }
span { border-color: rgb(234,89,13); }
td.TdClassName
{
border-color: #EA590D;
}
.TagClassName
{
border-color: #EA590D;
}
</style>