Shades of Persimmon #EF5616
Tints of Persimmon #EF5616
RGB
CMYK
RGB Variations
Color information
#EF5616 (or 0xEF5616) is known color: Persimmon. HEX triplet: EF, 56 and 16. RGB value is (239,86,22). Sum of RGB (Red+Green+Blue) = 239+86+22=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5616 is #10A9E9. Grayscale: #7C7C7C. Windows color (decimal): -1092074 or 1464047. OLE color: 1464047.
HSL color Cylindrical-coordinate representation of color #EF5616: hue angle of 17.7º 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 #EF5616 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 22 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.06 |
| HSL | 17.7º | 0.87% | 0.51% | - |
| HSV(B) | 17.7º | 0.91% | 0.94% | - |
| XYZ | 39.07 | 25.06 | 3.54 | - |
| YUV | 124.45 | 70.19 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 22 | 0 | 0.64 | 0.91 | 0.06 | 17.7 | 0.87 | 0.51 |
| Hex | EF | 56 | 16 | 0 | 40 | 5B | 6 | 12 | 57 | 33 |
| Octal | 357 | 126 | 26 | 0 | 100 | 133 | 6 | 22 | 127 | 63 |
| Binary | 11101111 | 1010110 | 10110 | 0 | 1000000 | 1011011 | 110 | 10010 | 1010111 | 110011 |
Color Harmonies of #EF5616
Complementary color
Monochromatic Colors of #EF5616
Black with #EF5616
Text Example
Text Example
White with #EF5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5616; }
p { color: rgb(239,86,22); }
H1.HeaderClassName
{
color: #EF5616;
}
.AnyTagClassName
{
color: #EF5616;
}
</style>
background-color css
<style>
a { background-color: #EF5616; }
a { background-color: rgb(239,86,22); }
div.DivClassName
{
background-color: #EF5616;
}
.BgClassName
{
background-color: #EF5616;
}
</style>
border-color css
<style>
span { border-color: #EF5616; }
span { border-color: rgb(239,86,22); }
td.TdClassName
{
border-color: #EF5616;
}
.TagClassName
{
border-color: #EF5616;
}
</style>