Shades of Persimmon #EF4C0E
Tints of Persimmon #EF4C0E
RGB
CMYK
RGB Variations
Color information
#EF4C0E (or 0xEF4C0E) is known color: Persimmon. HEX triplet: EF, 4C and 0E. RGB value is (239,76,14). Sum of RGB (Red+Green+Blue) = 239+76+14=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4C0E is #10B3F1. Grayscale: #767676. Windows color (decimal): -1094642 or 937199. OLE color: 937199.
HSL color Cylindrical-coordinate representation of color #EF4C0E: hue angle of 16.53º 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 #EF4C0E is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 14 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.06 |
| HSL | 16.53º | 0.89% | 0.5% | - |
| HSV(B) | 16.53º | 0.94% | 0.94% | - |
| XYZ | 38.26 | 23.55 | 2.94 | - |
| YUV | 117.67 | 69.5 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 14 | 0 | 0.68 | 0.94 | 0.06 | 16.53 | 0.89 | 0.5 |
| Hex | EF | 4C | E | 0 | 44 | 5E | 6 | 11 | 59 | 32 |
| Octal | 357 | 114 | 16 | 0 | 104 | 136 | 6 | 21 | 131 | 62 |
| Binary | 11101111 | 1001100 | 1110 | 0 | 1000100 | 1011110 | 110 | 10001 | 1011001 | 110010 |
Color Harmonies of #EF4C0E
Complementary color
Monochromatic Colors of #EF4C0E
Black with #EF4C0E
Text Example
Text Example
White with #EF4C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4C0E; }
p { color: rgb(239,76,14); }
H1.HeaderClassName
{
color: #EF4C0E;
}
.AnyTagClassName
{
color: #EF4C0E;
}
</style>
background-color css
<style>
a { background-color: #EF4C0E; }
a { background-color: rgb(239,76,14); }
div.DivClassName
{
background-color: #EF4C0E;
}
.BgClassName
{
background-color: #EF4C0E;
}
</style>
border-color css
<style>
span { border-color: #EF4C0E; }
span { border-color: rgb(239,76,14); }
td.TdClassName
{
border-color: #EF4C0E;
}
.TagClassName
{
border-color: #EF4C0E;
}
</style>