Shades of Persimmon #EF5917
Tints of Persimmon #EF5917
RGB
CMYK
RGB Variations
Color information
#EF5917 (or 0xEF5917) is known color: Persimmon. HEX triplet: EF, 59 and 17. RGB value is (239,89,23). Sum of RGB (Red+Green+Blue) = 239+89+23=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5917 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5917 is #10A6E8. Grayscale: #7E7E7E. Windows color (decimal): -1091305 or 1530351. OLE color: 1530351.
HSL color Cylindrical-coordinate representation of color #EF5917: hue angle of 18.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF5917 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 23 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.06 |
| HSL | 18.33º | 0.87% | 0.51% | - |
| HSV(B) | 18.33º | 0.9% | 0.94% | - |
| XYZ | 39.32 | 25.56 | 3.67 | - |
| YUV | 126.33 | 69.7 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 23 | 0 | 0.63 | 0.90 | 0.06 | 18.33 | 0.87 | 0.51 |
| Hex | EF | 59 | 17 | 0 | 3F | 5A | 6 | 12 | 57 | 33 |
| Octal | 357 | 131 | 27 | 0 | 77 | 132 | 6 | 22 | 127 | 63 |
| Binary | 11101111 | 1011001 | 10111 | 0 | 111111 | 1011010 | 110 | 10010 | 1010111 | 110011 |
Color Harmonies of #EF5917
Complementary color
Monochromatic Colors of #EF5917
Black with #EF5917
Text Example
Text Example
White with #EF5917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5917; }
p { color: rgb(239,89,23); }
H1.HeaderClassName
{
color: #EF5917;
}
.AnyTagClassName
{
color: #EF5917;
}
</style>
background-color css
<style>
a { background-color: #EF5917; }
a { background-color: rgb(239,89,23); }
div.DivClassName
{
background-color: #EF5917;
}
.BgClassName
{
background-color: #EF5917;
}
</style>
border-color css
<style>
span { border-color: #EF5917; }
span { border-color: rgb(239,89,23); }
td.TdClassName
{
border-color: #EF5917;
}
.TagClassName
{
border-color: #EF5917;
}
</style>