Shades of Persimmon #EF660C
Tints of Persimmon #EF660C
RGB
CMYK
RGB Variations
Color information
#EF660C (or 0xEF660C) is known color: Persimmon. HEX triplet: EF, 66 and 0C. RGB value is (239,102,12). Sum of RGB (Red+Green+Blue) = 239+102+12=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF660C is #1099F3. Grayscale: #858585. Windows color (decimal): -1087988 or 812783. OLE color: 812783.
HSL color Cylindrical-coordinate representation of color #EF660C: hue angle of 23.79º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF660C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.06 |
| HSL | 23.79º | 0.9% | 0.49% | - |
| HSV(B) | 23.79º | 0.95% | 0.94% | - |
| XYZ | 40.41 | 27.88 | 3.6 | - |
| YUV | 132.7 | 59.89 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 12 | 0 | 0.57 | 0.95 | 0.06 | 23.79 | 0.9 | 0.49 |
| Hex | EF | 66 | C | 0 | 39 | 5F | 6 | 18 | 5A | 31 |
| Octal | 357 | 146 | 14 | 0 | 71 | 137 | 6 | 30 | 132 | 61 |
| Binary | 11101111 | 1100110 | 1100 | 0 | 111001 | 1011111 | 110 | 11000 | 1011010 | 110001 |
Color Harmonies of #EF660C
Complementary color
Monochromatic Colors of #EF660C
Black with #EF660C
Text Example
Text Example
White with #EF660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF660C; }
p { color: rgb(239,102,12); }
H1.HeaderClassName
{
color: #EF660C;
}
.AnyTagClassName
{
color: #EF660C;
}
</style>
background-color css
<style>
a { background-color: #EF660C; }
a { background-color: rgb(239,102,12); }
div.DivClassName
{
background-color: #EF660C;
}
.BgClassName
{
background-color: #EF660C;
}
</style>
border-color css
<style>
span { border-color: #EF660C; }
span { border-color: rgb(239,102,12); }
td.TdClassName
{
border-color: #EF660C;
}
.TagClassName
{
border-color: #EF660C;
}
</style>