Shades of Persimmon #EF5915
Tints of Persimmon #EF5915
RGB
CMYK
RGB Variations
Color information
#EF5915 (or 0xEF5915) is known color: Persimmon. HEX triplet: EF, 59 and 15. RGB value is (239,89,21). Sum of RGB (Red+Green+Blue) = 239+89+21=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5915 is #10A6EA. Grayscale: #7E7E7E. Windows color (decimal): -1091307 or 1399279. OLE color: 1399279.
HSL color Cylindrical-coordinate representation of color #EF5915: hue angle of 18.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF5915 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 21 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.06 |
| HSL | 18.72º | 0.87% | 0.51% | - |
| HSV(B) | 18.72º | 0.91% | 0.94% | - |
| XYZ | 39.3 | 25.55 | 3.57 | - |
| YUV | 126.1 | 68.7 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 21 | 0 | 0.63 | 0.91 | 0.06 | 18.72 | 0.87 | 0.51 |
| Hex | EF | 59 | 15 | 0 | 3F | 5B | 6 | 13 | 57 | 33 |
| Octal | 357 | 131 | 25 | 0 | 77 | 133 | 6 | 23 | 127 | 63 |
| Binary | 11101111 | 1011001 | 10101 | 0 | 111111 | 1011011 | 110 | 10011 | 1010111 | 110011 |
Color Harmonies of #EF5915
Complementary color
Monochromatic Colors of #EF5915
Black with #EF5915
Text Example
Text Example
White with #EF5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5915; }
p { color: rgb(239,89,21); }
H1.HeaderClassName
{
color: #EF5915;
}
.AnyTagClassName
{
color: #EF5915;
}
</style>
background-color css
<style>
a { background-color: #EF5915; }
a { background-color: rgb(239,89,21); }
div.DivClassName
{
background-color: #EF5915;
}
.BgClassName
{
background-color: #EF5915;
}
</style>
border-color css
<style>
span { border-color: #EF5915; }
span { border-color: rgb(239,89,21); }
td.TdClassName
{
border-color: #EF5915;
}
.TagClassName
{
border-color: #EF5915;
}
</style>