Shades of Persimmon #EA591D
Tints of Persimmon #EA591D
RGB
CMYK
RGB Variations
Color information
#EA591D (or 0xEA591D) is known color: Persimmon. HEX triplet: EA, 59 and 1D. RGB value is (234,89,29). Sum of RGB (Red+Green+Blue) = 234+89+29=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA591D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA591D is #15A6E2. Grayscale: #7D7D7D. Windows color (decimal): -1418979 or 1923562. OLE color: 1923562.
HSL color Cylindrical-coordinate representation of color #EA591D: hue angle of 17.56º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA591D is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 29 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.08 |
| HSL | 17.56º | 0.83% | 0.52% | - |
| HSV(B) | 17.56º | 0.88% | 0.92% | - |
| XYZ | 37.73 | 24.73 | 3.95 | - |
| YUV | 125.52 | 73.54 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 29 | 0 | 0.62 | 0.88 | 0.08 | 17.56 | 0.83 | 0.52 |
| Hex | EA | 59 | 1D | 0 | 3E | 58 | 8 | 12 | 53 | 34 |
| Octal | 352 | 131 | 35 | 0 | 76 | 130 | 10 | 22 | 123 | 64 |
| Binary | 11101010 | 1011001 | 11101 | 0 | 111110 | 1011000 | 1000 | 10010 | 1010011 | 110100 |
Color Harmonies of #EA591D
Complementary color
Monochromatic Colors of #EA591D
Black with #EA591D
Text Example
Text Example
White with #EA591D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA591D; }
p { color: rgb(234,89,29); }
H1.HeaderClassName
{
color: #EA591D;
}
.AnyTagClassName
{
color: #EA591D;
}
</style>
background-color css
<style>
a { background-color: #EA591D; }
a { background-color: rgb(234,89,29); }
div.DivClassName
{
background-color: #EA591D;
}
.BgClassName
{
background-color: #EA591D;
}
</style>
border-color css
<style>
span { border-color: #EA591D; }
span { border-color: rgb(234,89,29); }
td.TdClassName
{
border-color: #EA591D;
}
.TagClassName
{
border-color: #EA591D;
}
</style>