Shades of Persimmon #EF5710
Tints of Persimmon #EF5710
RGB
CMYK
RGB Variations
Color information
#EF5710 (or 0xEF5710) is known color: Persimmon. HEX triplet: EF, 57 and 10. RGB value is (239,87,16). Sum of RGB (Red+Green+Blue) = 239+87+16=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5710 is #10A8EF. Grayscale: #7C7C7C. Windows color (decimal): -1091824 or 1071087. OLE color: 1071087.
HSL color Cylindrical-coordinate representation of color #EF5710: hue angle of 19.1º 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 #EF5710 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 16 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.06 |
| HSL | 19.1º | 0.87% | 0.5% | - |
| HSV(B) | 19.1º | 0.93% | 0.94% | - |
| XYZ | 39.1 | 25.2 | 3.29 | - |
| YUV | 124.35 | 66.86 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 16 | 0 | 0.64 | 0.93 | 0.06 | 19.1 | 0.87 | 0.5 |
| Hex | EF | 57 | 10 | 0 | 40 | 5D | 6 | 13 | 57 | 32 |
| Octal | 357 | 127 | 20 | 0 | 100 | 135 | 6 | 23 | 127 | 62 |
| Binary | 11101111 | 1010111 | 10000 | 0 | 1000000 | 1011101 | 110 | 10011 | 1010111 | 110010 |
Color Harmonies of #EF5710
Complementary color
Monochromatic Colors of #EF5710
Black with #EF5710
Text Example
Text Example
White with #EF5710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5710; }
p { color: rgb(239,87,16); }
H1.HeaderClassName
{
color: #EF5710;
}
.AnyTagClassName
{
color: #EF5710;
}
</style>
background-color css
<style>
a { background-color: #EF5710; }
a { background-color: rgb(239,87,16); }
div.DivClassName
{
background-color: #EF5710;
}
.BgClassName
{
background-color: #EF5710;
}
</style>
border-color css
<style>
span { border-color: #EF5710; }
span { border-color: rgb(239,87,16); }
td.TdClassName
{
border-color: #EF5710;
}
.TagClassName
{
border-color: #EF5710;
}
</style>