Shades of Persimmon #EF5911
Tints of Persimmon #EF5911
RGB
CMYK
RGB Variations
Color information
#EF5911 (or 0xEF5911) is known color: Persimmon. HEX triplet: EF, 59 and 11. RGB value is (239,89,17). Sum of RGB (Red+Green+Blue) = 239+89+17=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5911 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5911 is #10A6EE. Grayscale: #7E7E7E. Windows color (decimal): -1091311 or 1137135. OLE color: 1137135.
HSL color Cylindrical-coordinate representation of color #EF5911: hue angle of 19.46º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF5911 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 17 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.06 |
| HSL | 19.46º | 0.87% | 0.5% | - |
| HSV(B) | 19.46º | 0.93% | 0.94% | - |
| XYZ | 39.27 | 25.54 | 3.39 | - |
| YUV | 125.64 | 66.7 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 17 | 0 | 0.63 | 0.93 | 0.06 | 19.46 | 0.87 | 0.5 |
| Hex | EF | 59 | 11 | 0 | 3F | 5D | 6 | 13 | 57 | 32 |
| Octal | 357 | 131 | 21 | 0 | 77 | 135 | 6 | 23 | 127 | 62 |
| Binary | 11101111 | 1011001 | 10001 | 0 | 111111 | 1011101 | 110 | 10011 | 1010111 | 110010 |
Color Harmonies of #EF5911
Complementary color
Monochromatic Colors of #EF5911
Black with #EF5911
Text Example
Text Example
White with #EF5911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5911; }
p { color: rgb(239,89,17); }
H1.HeaderClassName
{
color: #EF5911;
}
.AnyTagClassName
{
color: #EF5911;
}
</style>
background-color css
<style>
a { background-color: #EF5911; }
a { background-color: rgb(239,89,17); }
div.DivClassName
{
background-color: #EF5911;
}
.BgClassName
{
background-color: #EF5911;
}
</style>
border-color css
<style>
span { border-color: #EF5911; }
span { border-color: rgb(239,89,17); }
td.TdClassName
{
border-color: #EF5911;
}
.TagClassName
{
border-color: #EF5911;
}
</style>