Shades of Persimmon #EF4F14
Tints of Persimmon #EF4F14
RGB
CMYK
RGB Variations
Color information
#EF4F14 (or 0xEF4F14) is known color: Persimmon. HEX triplet: EF, 4F and 14. RGB value is (239,79,20). Sum of RGB (Red+Green+Blue) = 239+79+20=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4F14 is #10B0EB. Grayscale: #787878. Windows color (decimal): -1093868 or 1331183. OLE color: 1331183.
HSL color Cylindrical-coordinate representation of color #EF4F14: hue angle of 16.16º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF4F14 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 20 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.06 |
| HSL | 16.16º | 0.87% | 0.51% | - |
| HSV(B) | 16.16º | 0.92% | 0.94% | - |
| XYZ | 38.52 | 23.99 | 3.26 | - |
| YUV | 120.11 | 71.51 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 20 | 0 | 0.67 | 0.92 | 0.06 | 16.16 | 0.87 | 0.51 |
| Hex | EF | 4F | 14 | 0 | 43 | 5C | 6 | 10 | 57 | 33 |
| Octal | 357 | 117 | 24 | 0 | 103 | 134 | 6 | 20 | 127 | 63 |
| Binary | 11101111 | 1001111 | 10100 | 0 | 1000011 | 1011100 | 110 | 10000 | 1010111 | 110011 |
Color Harmonies of #EF4F14
Complementary color
Monochromatic Colors of #EF4F14
Black with #EF4F14
Text Example
Text Example
White with #EF4F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4F14; }
p { color: rgb(239,79,20); }
H1.HeaderClassName
{
color: #EF4F14;
}
.AnyTagClassName
{
color: #EF4F14;
}
</style>
background-color css
<style>
a { background-color: #EF4F14; }
a { background-color: rgb(239,79,20); }
div.DivClassName
{
background-color: #EF4F14;
}
.BgClassName
{
background-color: #EF4F14;
}
</style>
border-color css
<style>
span { border-color: #EF4F14; }
span { border-color: rgb(239,79,20); }
td.TdClassName
{
border-color: #EF4F14;
}
.TagClassName
{
border-color: #EF4F14;
}
</style>