Shades of Persimmon #EF5810
Tints of Persimmon #EF5810
RGB
CMYK
RGB Variations
Color information
#EF5810 (or 0xEF5810) is known color: Persimmon. HEX triplet: EF, 58 and 10. RGB value is (239,88,16). Sum of RGB (Red+Green+Blue) = 239+88+16=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5810 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5810 is #10A7EF. Grayscale: #7D7D7D. Windows color (decimal): -1091568 or 1071343. OLE color: 1071343.
HSL color Cylindrical-coordinate representation of color #EF5810: hue angle of 19.37º 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 #EF5810 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.06 |
| HSL | 19.37º | 0.87% | 0.5% | - |
| HSV(B) | 19.37º | 0.93% | 0.94% | - |
| XYZ | 39.18 | 25.37 | 3.32 | - |
| YUV | 124.94 | 66.53 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 16 | 0 | 0.63 | 0.93 | 0.06 | 19.37 | 0.87 | 0.5 |
| Hex | EF | 58 | 10 | 0 | 3F | 5D | 6 | 13 | 57 | 32 |
| Octal | 357 | 130 | 20 | 0 | 77 | 135 | 6 | 23 | 127 | 62 |
| Binary | 11101111 | 1011000 | 10000 | 0 | 111111 | 1011101 | 110 | 10011 | 1010111 | 110010 |
Color Harmonies of #EF5810
Complementary color
Monochromatic Colors of #EF5810
Black with #EF5810
Text Example
Text Example
White with #EF5810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5810; }
p { color: rgb(239,88,16); }
H1.HeaderClassName
{
color: #EF5810;
}
.AnyTagClassName
{
color: #EF5810;
}
</style>
background-color css
<style>
a { background-color: #EF5810; }
a { background-color: rgb(239,88,16); }
div.DivClassName
{
background-color: #EF5810;
}
.BgClassName
{
background-color: #EF5810;
}
</style>
border-color css
<style>
span { border-color: #EF5810; }
span { border-color: rgb(239,88,16); }
td.TdClassName
{
border-color: #EF5810;
}
.TagClassName
{
border-color: #EF5810;
}
</style>