Shades of Persimmon #EF6001
Tints of Persimmon #EF6001
RGB
CMYK
RGB Variations
Color information
#EF6001 (or 0xEF6001) is known color: Persimmon. HEX triplet: EF, 60 and 01. RGB value is (239,96,1). Sum of RGB (Red+Green+Blue) = 239+96+1=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6001 is #109FFE. Grayscale: #808080. Windows color (decimal): -1089535 or 90351. OLE color: 90351.
HSL color Cylindrical-coordinate representation of color #EF6001: hue angle of 23.95º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF6001 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.06 |
| HSL | 23.95º | 0.99% | 0.47% | - |
| HSV(B) | 23.95º | 1% | 0.94% | - |
| XYZ | 39.78 | 26.72 | 3.09 | - |
| YUV | 127.93 | 56.38 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 1 | 0 | 0.60 | 1.00 | 0.06 | 23.95 | 0.99 | 0.47 |
| Hex | EF | 60 | 1 | 0 | 3C | 64 | 6 | 18 | 63 | 2F |
| Octal | 357 | 140 | 1 | 0 | 74 | 144 | 6 | 30 | 143 | 57 |
| Binary | 11101111 | 1100000 | 1 | 0 | 111100 | 1100100 | 110 | 11000 | 1100011 | 101111 |
Color Harmonies of #EF6001
Complementary color
Monochromatic Colors of #EF6001
Black with #EF6001
Text Example
Text Example
White with #EF6001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6001; }
p { color: rgb(239,96,1); }
H1.HeaderClassName
{
color: #EF6001;
}
.AnyTagClassName
{
color: #EF6001;
}
</style>
background-color css
<style>
a { background-color: #EF6001; }
a { background-color: rgb(239,96,1); }
div.DivClassName
{
background-color: #EF6001;
}
.BgClassName
{
background-color: #EF6001;
}
</style>
border-color css
<style>
span { border-color: #EF6001; }
span { border-color: rgb(239,96,1); }
td.TdClassName
{
border-color: #EF6001;
}
.TagClassName
{
border-color: #EF6001;
}
</style>