Shades of Persimmon #EF6007
Tints of Persimmon #EF6007
RGB
CMYK
RGB Variations
Color information
#EF6007 (or 0xEF6007) is known color: Persimmon. HEX triplet: EF, 60 and 07. RGB value is (239,96,7). Sum of RGB (Red+Green+Blue) = 239+96+7=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6007 is #109FF8. Grayscale: #818181. Windows color (decimal): -1089529 or 483567. OLE color: 483567.
HSL color Cylindrical-coordinate representation of color #EF6007: hue angle of 23.02º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF6007 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 7 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.06 |
| HSL | 23.02º | 0.94% | 0.48% | - |
| HSV(B) | 23.02º | 0.97% | 0.94% | - |
| XYZ | 39.82 | 26.73 | 3.26 | - |
| YUV | 128.61 | 59.38 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 7 | 0 | 0.60 | 0.97 | 0.06 | 23.02 | 0.94 | 0.48 |
| Hex | EF | 60 | 7 | 0 | 3C | 61 | 6 | 17 | 5E | 30 |
| Octal | 357 | 140 | 7 | 0 | 74 | 141 | 6 | 27 | 136 | 60 |
| Binary | 11101111 | 1100000 | 111 | 0 | 111100 | 1100001 | 110 | 10111 | 1011110 | 110000 |
Color Harmonies of #EF6007
Complementary color
Monochromatic Colors of #EF6007
Black with #EF6007
Text Example
Text Example
White with #EF6007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6007; }
p { color: rgb(239,96,7); }
H1.HeaderClassName
{
color: #EF6007;
}
.AnyTagClassName
{
color: #EF6007;
}
</style>
background-color css
<style>
a { background-color: #EF6007; }
a { background-color: rgb(239,96,7); }
div.DivClassName
{
background-color: #EF6007;
}
.BgClassName
{
background-color: #EF6007;
}
</style>
border-color css
<style>
span { border-color: #EF6007; }
span { border-color: rgb(239,96,7); }
td.TdClassName
{
border-color: #EF6007;
}
.TagClassName
{
border-color: #EF6007;
}
</style>