Shades of Persimmon #EF5117
Tints of Persimmon #EF5117
RGB
CMYK
RGB Variations
Color information
#EF5117 (or 0xEF5117) is known color: Persimmon. HEX triplet: EF, 51 and 17. RGB value is (239,81,23). Sum of RGB (Red+Green+Blue) = 239+81+23=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5117 is #10AEE8. Grayscale: #7A7A7A. Windows color (decimal): -1093353 or 1528303. OLE color: 1528303.
HSL color Cylindrical-coordinate representation of color #EF5117: hue angle of 16.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF5117 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 23 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.06 |
| HSL | 16.11º | 0.87% | 0.51% | - |
| HSV(B) | 16.11º | 0.9% | 0.94% | - |
| XYZ | 38.69 | 24.3 | 3.46 | - |
| YUV | 121.63 | 72.35 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 23 | 0 | 0.66 | 0.90 | 0.06 | 16.11 | 0.87 | 0.51 |
| Hex | EF | 51 | 17 | 0 | 42 | 5A | 6 | 10 | 57 | 33 |
| Octal | 357 | 121 | 27 | 0 | 102 | 132 | 6 | 20 | 127 | 63 |
| Binary | 11101111 | 1010001 | 10111 | 0 | 1000010 | 1011010 | 110 | 10000 | 1010111 | 110011 |
Color Harmonies of #EF5117
Complementary color
Monochromatic Colors of #EF5117
Black with #EF5117
Text Example
Text Example
White with #EF5117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5117; }
p { color: rgb(239,81,23); }
H1.HeaderClassName
{
color: #EF5117;
}
.AnyTagClassName
{
color: #EF5117;
}
</style>
background-color css
<style>
a { background-color: #EF5117; }
a { background-color: rgb(239,81,23); }
div.DivClassName
{
background-color: #EF5117;
}
.BgClassName
{
background-color: #EF5117;
}
</style>
border-color css
<style>
span { border-color: #EF5117; }
span { border-color: rgb(239,81,23); }
td.TdClassName
{
border-color: #EF5117;
}
.TagClassName
{
border-color: #EF5117;
}
</style>