Shades of Persimmon #EF5805
Tints of Persimmon #EF5805
RGB
CMYK
RGB Variations
Color information
#EF5805 (or 0xEF5805) is known color: Persimmon. HEX triplet: EF, 58 and 05. RGB value is (239,88,5). Sum of RGB (Red+Green+Blue) = 239+88+5=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5805 is #10A7FA. Grayscale: #7C7C7C. Windows color (decimal): -1091579 or 350447. OLE color: 350447.
HSL color Cylindrical-coordinate representation of color #EF5805: hue angle of 21.28º 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 #EF5805 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.06 |
| HSL | 21.28º | 0.96% | 0.48% | - |
| HSV(B) | 21.28º | 0.98% | 0.94% | - |
| XYZ | 39.11 | 25.34 | 2.97 | - |
| YUV | 123.69 | 61.03 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 5 | 0 | 0.63 | 0.98 | 0.06 | 21.28 | 0.96 | 0.48 |
| Hex | EF | 58 | 5 | 0 | 3F | 62 | 6 | 15 | 60 | 30 |
| Octal | 357 | 130 | 5 | 0 | 77 | 142 | 6 | 25 | 140 | 60 |
| Binary | 11101111 | 1011000 | 101 | 0 | 111111 | 1100010 | 110 | 10101 | 1100000 | 110000 |
Color Harmonies of #EF5805
Complementary color
Monochromatic Colors of #EF5805
Black with #EF5805
Text Example
Text Example
White with #EF5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5805; }
p { color: rgb(239,88,5); }
H1.HeaderClassName
{
color: #EF5805;
}
.AnyTagClassName
{
color: #EF5805;
}
</style>
background-color css
<style>
a { background-color: #EF5805; }
a { background-color: rgb(239,88,5); }
div.DivClassName
{
background-color: #EF5805;
}
.BgClassName
{
background-color: #EF5805;
}
</style>
border-color css
<style>
span { border-color: #EF5805; }
span { border-color: rgb(239,88,5); }
td.TdClassName
{
border-color: #EF5805;
}
.TagClassName
{
border-color: #EF5805;
}
</style>