Shades of Persimmon #EF660D
Tints of Persimmon #EF660D
RGB
CMYK
RGB Variations
Color information
#EF660D (or 0xEF660D) is known color: Persimmon. HEX triplet: EF, 66 and 0D. RGB value is (239,102,13). Sum of RGB (Red+Green+Blue) = 239+102+13=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF660D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF660D is #1099F2. Grayscale: #858585. Windows color (decimal): -1087987 or 878319. OLE color: 878319.
HSL color Cylindrical-coordinate representation of color #EF660D: hue angle of 23.63º 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 #EF660D is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 13 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.06 |
| HSL | 23.63º | 0.9% | 0.49% | - |
| HSV(B) | 23.63º | 0.95% | 0.94% | - |
| XYZ | 40.42 | 27.88 | 3.63 | - |
| YUV | 132.82 | 60.39 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 13 | 0 | 0.57 | 0.95 | 0.06 | 23.63 | 0.9 | 0.49 |
| Hex | EF | 66 | D | 0 | 39 | 5F | 6 | 18 | 5A | 31 |
| Octal | 357 | 146 | 15 | 0 | 71 | 137 | 6 | 30 | 132 | 61 |
| Binary | 11101111 | 1100110 | 1101 | 0 | 111001 | 1011111 | 110 | 11000 | 1011010 | 110001 |
Color Harmonies of #EF660D
Complementary color
Monochromatic Colors of #EF660D
Black with #EF660D
Text Example
Text Example
White with #EF660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF660D; }
p { color: rgb(239,102,13); }
H1.HeaderClassName
{
color: #EF660D;
}
.AnyTagClassName
{
color: #EF660D;
}
</style>
background-color css
<style>
a { background-color: #EF660D; }
a { background-color: rgb(239,102,13); }
div.DivClassName
{
background-color: #EF660D;
}
.BgClassName
{
background-color: #EF660D;
}
</style>
border-color css
<style>
span { border-color: #EF660D; }
span { border-color: rgb(239,102,13); }
td.TdClassName
{
border-color: #EF660D;
}
.TagClassName
{
border-color: #EF660D;
}
</style>