Shades of Persimmon #EF5910
Tints of Persimmon #EF5910
RGB
CMYK
RGB Variations
Color information
#EF5910 (or 0xEF5910) is known color: Persimmon. HEX triplet: EF, 59 and 10. RGB value is (239,89,16). Sum of RGB (Red+Green+Blue) = 239+89+16=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5910 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5910 is #10A6EF. Grayscale: #7D7D7D. Windows color (decimal): -1091312 or 1071599. OLE color: 1071599.
HSL color Cylindrical-coordinate representation of color #EF5910: hue angle of 19.64º 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 #EF5910 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.06 |
| HSL | 19.64º | 0.87% | 0.5% | - |
| HSV(B) | 19.64º | 0.93% | 0.94% | - |
| XYZ | 39.26 | 25.53 | 3.35 | - |
| YUV | 125.53 | 66.2 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 16 | 0 | 0.63 | 0.93 | 0.06 | 19.64 | 0.87 | 0.5 |
| Hex | EF | 59 | 10 | 0 | 3F | 5D | 6 | 14 | 57 | 32 |
| Octal | 357 | 131 | 20 | 0 | 77 | 135 | 6 | 24 | 127 | 62 |
| Binary | 11101111 | 1011001 | 10000 | 0 | 111111 | 1011101 | 110 | 10100 | 1010111 | 110010 |
Color Harmonies of #EF5910
Complementary color
Monochromatic Colors of #EF5910
Black with #EF5910
Text Example
Text Example
White with #EF5910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5910; }
p { color: rgb(239,89,16); }
H1.HeaderClassName
{
color: #EF5910;
}
.AnyTagClassName
{
color: #EF5910;
}
</style>
background-color css
<style>
a { background-color: #EF5910; }
a { background-color: rgb(239,89,16); }
div.DivClassName
{
background-color: #EF5910;
}
.BgClassName
{
background-color: #EF5910;
}
</style>
border-color css
<style>
span { border-color: #EF5910; }
span { border-color: rgb(239,89,16); }
td.TdClassName
{
border-color: #EF5910;
}
.TagClassName
{
border-color: #EF5910;
}
</style>