Shades of Persimmon #EF4D0E
Tints of Persimmon #EF4D0E
RGB
CMYK
RGB Variations
Color information
#EF4D0E (or 0xEF4D0E) is known color: Persimmon. HEX triplet: EF, 4D and 0E. RGB value is (239,77,14). Sum of RGB (Red+Green+Blue) = 239+77+14=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4D0E is #10B2F1. Grayscale: #767676. Windows color (decimal): -1094386 or 937455. OLE color: 937455.
HSL color Cylindrical-coordinate representation of color #EF4D0E: hue angle of 16.8º 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 #EF4D0E is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 14 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.06 |
| HSL | 16.8º | 0.89% | 0.5% | - |
| HSV(B) | 16.8º | 0.94% | 0.94% | - |
| XYZ | 38.33 | 23.69 | 2.97 | - |
| YUV | 118.26 | 69.17 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 14 | 0 | 0.68 | 0.94 | 0.06 | 16.8 | 0.89 | 0.5 |
| Hex | EF | 4D | E | 0 | 44 | 5E | 6 | 11 | 59 | 32 |
| Octal | 357 | 115 | 16 | 0 | 104 | 136 | 6 | 21 | 131 | 62 |
| Binary | 11101111 | 1001101 | 1110 | 0 | 1000100 | 1011110 | 110 | 10001 | 1011001 | 110010 |
Color Harmonies of #EF4D0E
Complementary color
Monochromatic Colors of #EF4D0E
Black with #EF4D0E
Text Example
Text Example
White with #EF4D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D0E; }
p { color: rgb(239,77,14); }
H1.HeaderClassName
{
color: #EF4D0E;
}
.AnyTagClassName
{
color: #EF4D0E;
}
</style>
background-color css
<style>
a { background-color: #EF4D0E; }
a { background-color: rgb(239,77,14); }
div.DivClassName
{
background-color: #EF4D0E;
}
.BgClassName
{
background-color: #EF4D0E;
}
</style>
border-color css
<style>
span { border-color: #EF4D0E; }
span { border-color: rgb(239,77,14); }
td.TdClassName
{
border-color: #EF4D0E;
}
.TagClassName
{
border-color: #EF4D0E;
}
</style>