Shades of Persimmon #EF5417
Tints of Persimmon #EF5417
RGB
CMYK
RGB Variations
Color information
#EF5417 (or 0xEF5417) is known color: Persimmon. HEX triplet: EF, 54 and 17. RGB value is (239,84,23). Sum of RGB (Red+Green+Blue) = 239+84+23=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5417 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5417 is #10ABE8. Grayscale: #7B7B7B. Windows color (decimal): -1092585 or 1529071. OLE color: 1529071.
HSL color Cylindrical-coordinate representation of color #EF5417: hue angle of 16.94º 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 #EF5417 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 23 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.06 |
| HSL | 16.94º | 0.87% | 0.51% | - |
| HSV(B) | 16.94º | 0.9% | 0.94% | - |
| XYZ | 38.92 | 24.75 | 3.54 | - |
| YUV | 123.39 | 71.35 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 23 | 0 | 0.65 | 0.90 | 0.06 | 16.94 | 0.87 | 0.51 |
| Hex | EF | 54 | 17 | 0 | 41 | 5A | 6 | 11 | 57 | 33 |
| Octal | 357 | 124 | 27 | 0 | 101 | 132 | 6 | 21 | 127 | 63 |
| Binary | 11101111 | 1010100 | 10111 | 0 | 1000001 | 1011010 | 110 | 10001 | 1010111 | 110011 |
Color Harmonies of #EF5417
Complementary color
Monochromatic Colors of #EF5417
Black with #EF5417
Text Example
Text Example
White with #EF5417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5417; }
p { color: rgb(239,84,23); }
H1.HeaderClassName
{
color: #EF5417;
}
.AnyTagClassName
{
color: #EF5417;
}
</style>
background-color css
<style>
a { background-color: #EF5417; }
a { background-color: rgb(239,84,23); }
div.DivClassName
{
background-color: #EF5417;
}
.BgClassName
{
background-color: #EF5417;
}
</style>
border-color css
<style>
span { border-color: #EF5417; }
span { border-color: rgb(239,84,23); }
td.TdClassName
{
border-color: #EF5417;
}
.TagClassName
{
border-color: #EF5417;
}
</style>