Shades of Persimmon #EF5E0E
Tints of Persimmon #EF5E0E
RGB
CMYK
RGB Variations
Color information
#EF5E0E (or 0xEF5E0E) is known color: Persimmon. HEX triplet: EF, 5E and 0E. RGB value is (239,94,14). Sum of RGB (Red+Green+Blue) = 239+94+14=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5E0E is #10A1F1. Grayscale: #808080. Windows color (decimal): -1090034 or 941807. OLE color: 941807.
HSL color Cylindrical-coordinate representation of color #EF5E0E: hue angle of 21.33º 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 #EF5E0E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.06 |
| HSL | 21.33º | 0.89% | 0.5% | - |
| HSV(B) | 21.33º | 0.94% | 0.94% | - |
| XYZ | 39.68 | 26.39 | 3.42 | - |
| YUV | 128.24 | 63.54 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 14 | 0 | 0.61 | 0.94 | 0.06 | 21.33 | 0.89 | 0.5 |
| Hex | EF | 5E | E | 0 | 3D | 5E | 6 | 15 | 59 | 32 |
| Octal | 357 | 136 | 16 | 0 | 75 | 136 | 6 | 25 | 131 | 62 |
| Binary | 11101111 | 1011110 | 1110 | 0 | 111101 | 1011110 | 110 | 10101 | 1011001 | 110010 |
Color Harmonies of #EF5E0E
Complementary color
Monochromatic Colors of #EF5E0E
Black with #EF5E0E
Text Example
Text Example
White with #EF5E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E0E; }
p { color: rgb(239,94,14); }
H1.HeaderClassName
{
color: #EF5E0E;
}
.AnyTagClassName
{
color: #EF5E0E;
}
</style>
background-color css
<style>
a { background-color: #EF5E0E; }
a { background-color: rgb(239,94,14); }
div.DivClassName
{
background-color: #EF5E0E;
}
.BgClassName
{
background-color: #EF5E0E;
}
</style>
border-color css
<style>
span { border-color: #EF5E0E; }
span { border-color: rgb(239,94,14); }
td.TdClassName
{
border-color: #EF5E0E;
}
.TagClassName
{
border-color: #EF5E0E;
}
</style>