Shades of Persimmon #EF5905
Tints of Persimmon #EF5905
RGB
CMYK
RGB Variations
Color information
#EF5905 (or 0xEF5905) is known color: Persimmon. HEX triplet: EF, 59 and 05. RGB value is (239,89,5). Sum of RGB (Red+Green+Blue) = 239+89+5=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5905 is #10A6FA. Grayscale: #7C7C7C. Windows color (decimal): -1091323 or 350703. OLE color: 350703.
HSL color Cylindrical-coordinate representation of color #EF5905: hue angle of 21.54º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF5905 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.06 |
| HSL | 21.54º | 0.96% | 0.48% | - |
| HSV(B) | 21.54º | 0.98% | 0.94% | - |
| XYZ | 39.2 | 25.51 | 3 | - |
| YUV | 124.27 | 60.7 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 5 | 0 | 0.63 | 0.98 | 0.06 | 21.54 | 0.96 | 0.48 |
| Hex | EF | 59 | 5 | 0 | 3F | 62 | 6 | 16 | 60 | 30 |
| Octal | 357 | 131 | 5 | 0 | 77 | 142 | 6 | 26 | 140 | 60 |
| Binary | 11101111 | 1011001 | 101 | 0 | 111111 | 1100010 | 110 | 10110 | 1100000 | 110000 |
Color Harmonies of #EF5905
Complementary color
Monochromatic Colors of #EF5905
Black with #EF5905
Text Example
Text Example
White with #EF5905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5905; }
p { color: rgb(239,89,5); }
H1.HeaderClassName
{
color: #EF5905;
}
.AnyTagClassName
{
color: #EF5905;
}
</style>
background-color css
<style>
a { background-color: #EF5905; }
a { background-color: rgb(239,89,5); }
div.DivClassName
{
background-color: #EF5905;
}
.BgClassName
{
background-color: #EF5905;
}
</style>
border-color css
<style>
span { border-color: #EF5905; }
span { border-color: rgb(239,89,5); }
td.TdClassName
{
border-color: #EF5905;
}
.TagClassName
{
border-color: #EF5905;
}
</style>