Shades of Persimmon #EF6017
Tints of Persimmon #EF6017
RGB
CMYK
RGB Variations
Color information
#EF6017 (or 0xEF6017) is known color: Persimmon. HEX triplet: EF, 60 and 17. RGB value is (239,96,23). Sum of RGB (Red+Green+Blue) = 239+96+23=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6017 is #109FE8. Grayscale: #828282. Windows color (decimal): -1089513 or 1532143. OLE color: 1532143.
HSL color Cylindrical-coordinate representation of color #EF6017: hue angle of 20.28º 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 #EF6017 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 23 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.06 |
| HSL | 20.28º | 0.87% | 0.51% | - |
| HSV(B) | 20.28º | 0.9% | 0.94% | - |
| XYZ | 39.93 | 26.78 | 3.87 | - |
| YUV | 130.44 | 67.38 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 23 | 0 | 0.60 | 0.90 | 0.06 | 20.28 | 0.87 | 0.51 |
| Hex | EF | 60 | 17 | 0 | 3C | 5A | 6 | 14 | 57 | 33 |
| Octal | 357 | 140 | 27 | 0 | 74 | 132 | 6 | 24 | 127 | 63 |
| Binary | 11101111 | 1100000 | 10111 | 0 | 111100 | 1011010 | 110 | 10100 | 1010111 | 110011 |
Color Harmonies of #EF6017
Complementary color
Monochromatic Colors of #EF6017
Black with #EF6017
Text Example
Text Example
White with #EF6017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6017; }
p { color: rgb(239,96,23); }
H1.HeaderClassName
{
color: #EF6017;
}
.AnyTagClassName
{
color: #EF6017;
}
</style>
background-color css
<style>
a { background-color: #EF6017; }
a { background-color: rgb(239,96,23); }
div.DivClassName
{
background-color: #EF6017;
}
.BgClassName
{
background-color: #EF6017;
}
</style>
border-color css
<style>
span { border-color: #EF6017; }
span { border-color: rgb(239,96,23); }
td.TdClassName
{
border-color: #EF6017;
}
.TagClassName
{
border-color: #EF6017;
}
</style>