Shades of Persimmon #EF660E
Tints of Persimmon #EF660E
RGB
CMYK
RGB Variations
Color information
#EF660E (or 0xEF660E) is known color: Persimmon. HEX triplet: EF, 66 and 0E. RGB value is (239,102,14). Sum of RGB (Red+Green+Blue) = 239+102+14=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF660E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF660E is #1099F1. Grayscale: #858585. Windows color (decimal): -1087986 or 943855. OLE color: 943855.
HSL color Cylindrical-coordinate representation of color #EF660E: hue angle of 23.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF660E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.06 |
| HSL | 23.47º | 0.89% | 0.5% | - |
| HSV(B) | 23.47º | 0.94% | 0.94% | - |
| XYZ | 40.43 | 27.89 | 3.67 | - |
| YUV | 132.93 | 60.89 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 14 | 0 | 0.57 | 0.94 | 0.06 | 23.47 | 0.89 | 0.5 |
| Hex | EF | 66 | E | 0 | 39 | 5E | 6 | 17 | 59 | 32 |
| Octal | 357 | 146 | 16 | 0 | 71 | 136 | 6 | 27 | 131 | 62 |
| Binary | 11101111 | 1100110 | 1110 | 0 | 111001 | 1011110 | 110 | 10111 | 1011001 | 110010 |
Color Harmonies of #EF660E
Complementary color
Monochromatic Colors of #EF660E
Black with #EF660E
Text Example
Text Example
White with #EF660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF660E; }
p { color: rgb(239,102,14); }
H1.HeaderClassName
{
color: #EF660E;
}
.AnyTagClassName
{
color: #EF660E;
}
</style>
background-color css
<style>
a { background-color: #EF660E; }
a { background-color: rgb(239,102,14); }
div.DivClassName
{
background-color: #EF660E;
}
.BgClassName
{
background-color: #EF660E;
}
</style>
border-color css
<style>
span { border-color: #EF660E; }
span { border-color: rgb(239,102,14); }
td.TdClassName
{
border-color: #EF660E;
}
.TagClassName
{
border-color: #EF660E;
}
</style>