Shades of Persimmon #EF5C0E
Tints of Persimmon #EF5C0E
RGB
CMYK
RGB Variations
Color information
#EF5C0E (or 0xEF5C0E) is known color: Persimmon. HEX triplet: EF, 5C and 0E. RGB value is (239,92,14). Sum of RGB (Red+Green+Blue) = 239+92+14=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5C0E is #10A3F1. Grayscale: #7F7F7F. Windows color (decimal): -1090546 or 941295. OLE color: 941295.
HSL color Cylindrical-coordinate representation of color #EF5C0E: hue angle of 20.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 #EF5C0E is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 14 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.06 |
| HSL | 20.8º | 0.89% | 0.5% | - |
| HSV(B) | 20.8º | 0.94% | 0.94% | - |
| XYZ | 39.5 | 26.04 | 3.36 | - |
| YUV | 127.06 | 64.2 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 14 | 0 | 0.62 | 0.94 | 0.06 | 20.8 | 0.89 | 0.5 |
| Hex | EF | 5C | E | 0 | 3E | 5E | 6 | 15 | 59 | 32 |
| Octal | 357 | 134 | 16 | 0 | 76 | 136 | 6 | 25 | 131 | 62 |
| Binary | 11101111 | 1011100 | 1110 | 0 | 111110 | 1011110 | 110 | 10101 | 1011001 | 110010 |
Color Harmonies of #EF5C0E
Complementary color
Monochromatic Colors of #EF5C0E
Black with #EF5C0E
Text Example
Text Example
White with #EF5C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C0E; }
p { color: rgb(239,92,14); }
H1.HeaderClassName
{
color: #EF5C0E;
}
.AnyTagClassName
{
color: #EF5C0E;
}
</style>
background-color css
<style>
a { background-color: #EF5C0E; }
a { background-color: rgb(239,92,14); }
div.DivClassName
{
background-color: #EF5C0E;
}
.BgClassName
{
background-color: #EF5C0E;
}
</style>
border-color css
<style>
span { border-color: #EF5C0E; }
span { border-color: rgb(239,92,14); }
td.TdClassName
{
border-color: #EF5C0E;
}
.TagClassName
{
border-color: #EF5C0E;
}
</style>