Shades of Persimmon #EF590A
Tints of Persimmon #EF590A
RGB
CMYK
RGB Variations
Color information
#EF590A (or 0xEF590A) is known color: Persimmon. HEX triplet: EF, 59 and 0A. RGB value is (239,89,10). Sum of RGB (Red+Green+Blue) = 239+89+10=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF590A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF590A is #10A6F5. Grayscale: #7D7D7D. Windows color (decimal): -1091318 or 678383. OLE color: 678383.
HSL color Cylindrical-coordinate representation of color #EF590A: hue angle of 20.7º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF590A is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 10 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.06 |
| HSL | 20.7º | 0.92% | 0.49% | - |
| HSV(B) | 20.7º | 0.96% | 0.94% | - |
| XYZ | 39.22 | 25.52 | 3.15 | - |
| YUV | 124.84 | 63.2 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 10 | 0 | 0.63 | 0.96 | 0.06 | 20.7 | 0.92 | 0.49 |
| Hex | EF | 59 | A | 0 | 3F | 60 | 6 | 15 | 5C | 31 |
| Octal | 357 | 131 | 12 | 0 | 77 | 140 | 6 | 25 | 134 | 61 |
| Binary | 11101111 | 1011001 | 1010 | 0 | 111111 | 1100000 | 110 | 10101 | 1011100 | 110001 |
Color Harmonies of #EF590A
Complementary color
Monochromatic Colors of #EF590A
Black with #EF590A
Text Example
Text Example
White with #EF590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF590A; }
p { color: rgb(239,89,10); }
H1.HeaderClassName
{
color: #EF590A;
}
.AnyTagClassName
{
color: #EF590A;
}
</style>
background-color css
<style>
a { background-color: #EF590A; }
a { background-color: rgb(239,89,10); }
div.DivClassName
{
background-color: #EF590A;
}
.BgClassName
{
background-color: #EF590A;
}
</style>
border-color css
<style>
span { border-color: #EF590A; }
span { border-color: rgb(239,89,10); }
td.TdClassName
{
border-color: #EF590A;
}
.TagClassName
{
border-color: #EF590A;
}
</style>