Shades of Persimmon #EA591B
Tints of Persimmon #EA591B
RGB
CMYK
RGB Variations
Color information
#EA591B (or 0xEA591B) is known color: Persimmon. HEX triplet: EA, 59 and 1B. RGB value is (234,89,27). Sum of RGB (Red+Green+Blue) = 234+89+27=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA591B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA591B is #15A6E4. Grayscale: #7D7D7D. Windows color (decimal): -1418981 or 1792490. OLE color: 1792490.
HSL color Cylindrical-coordinate representation of color #EA591B: hue angle of 17.97º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA591B is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 27 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.08 |
| HSL | 17.97º | 0.83% | 0.51% | - |
| HSV(B) | 17.97º | 0.88% | 0.92% | - |
| XYZ | 37.7 | 24.72 | 3.82 | - |
| YUV | 125.29 | 72.54 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 27 | 0 | 0.62 | 0.88 | 0.08 | 17.97 | 0.83 | 0.51 |
| Hex | EA | 59 | 1B | 0 | 3E | 58 | 8 | 12 | 53 | 33 |
| Octal | 352 | 131 | 33 | 0 | 76 | 130 | 10 | 22 | 123 | 63 |
| Binary | 11101010 | 1011001 | 11011 | 0 | 111110 | 1011000 | 1000 | 10010 | 1010011 | 110011 |
Color Harmonies of #EA591B
Complementary color
Monochromatic Colors of #EA591B
Black with #EA591B
Text Example
Text Example
White with #EA591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA591B; }
p { color: rgb(234,89,27); }
H1.HeaderClassName
{
color: #EA591B;
}
.AnyTagClassName
{
color: #EA591B;
}
</style>
background-color css
<style>
a { background-color: #EA591B; }
a { background-color: rgb(234,89,27); }
div.DivClassName
{
background-color: #EA591B;
}
.BgClassName
{
background-color: #EA591B;
}
</style>
border-color css
<style>
span { border-color: #EA591B; }
span { border-color: rgb(234,89,27); }
td.TdClassName
{
border-color: #EA591B;
}
.TagClassName
{
border-color: #EA591B;
}
</style>