Shades of Persimmon #EF5116
Tints of Persimmon #EF5116
RGB
CMYK
RGB Variations
Color information
#EF5116 (or 0xEF5116) is known color: Persimmon. HEX triplet: EF, 51 and 16. RGB value is (239,81,22). Sum of RGB (Red+Green+Blue) = 239+81+22=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5116 is #10AEE9. Grayscale: #797979. Windows color (decimal): -1093354 or 1462767. OLE color: 1462767.
HSL color Cylindrical-coordinate representation of color #EF5116: hue angle of 16.31º 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 #EF5116 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 22 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.06 |
| HSL | 16.31º | 0.87% | 0.51% | - |
| HSV(B) | 16.31º | 0.91% | 0.94% | - |
| XYZ | 38.68 | 24.29 | 3.41 | - |
| YUV | 121.52 | 71.85 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 22 | 0 | 0.66 | 0.91 | 0.06 | 16.31 | 0.87 | 0.51 |
| Hex | EF | 51 | 16 | 0 | 42 | 5B | 6 | 10 | 57 | 33 |
| Octal | 357 | 121 | 26 | 0 | 102 | 133 | 6 | 20 | 127 | 63 |
| Binary | 11101111 | 1010001 | 10110 | 0 | 1000010 | 1011011 | 110 | 10000 | 1010111 | 110011 |
Color Harmonies of #EF5116
Complementary color
Monochromatic Colors of #EF5116
Black with #EF5116
Text Example
Text Example
White with #EF5116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5116; }
p { color: rgb(239,81,22); }
H1.HeaderClassName
{
color: #EF5116;
}
.AnyTagClassName
{
color: #EF5116;
}
</style>
background-color css
<style>
a { background-color: #EF5116; }
a { background-color: rgb(239,81,22); }
div.DivClassName
{
background-color: #EF5116;
}
.BgClassName
{
background-color: #EF5116;
}
</style>
border-color css
<style>
span { border-color: #EF5116; }
span { border-color: rgb(239,81,22); }
td.TdClassName
{
border-color: #EF5116;
}
.TagClassName
{
border-color: #EF5116;
}
</style>