Shades of Persimmon #EF4E13
Tints of Persimmon #EF4E13
RGB
CMYK
RGB Variations
Color information
#EF4E13 (or 0xEF4E13) is known color: Persimmon. HEX triplet: EF, 4E and 13. RGB value is (239,78,19). Sum of RGB (Red+Green+Blue) = 239+78+19=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4E13 is #10B1EC. Grayscale: #777777. Windows color (decimal): -1094125 or 1265391. OLE color: 1265391.
HSL color Cylindrical-coordinate representation of color #EF4E13: hue angle of 16.09º 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 #EF4E13 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 19 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.06 |
| HSL | 16.09º | 0.87% | 0.51% | - |
| HSV(B) | 16.09º | 0.92% | 0.94% | - |
| XYZ | 38.44 | 23.85 | 3.19 | - |
| YUV | 119.41 | 71.34 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 19 | 0 | 0.67 | 0.92 | 0.06 | 16.09 | 0.87 | 0.51 |
| Hex | EF | 4E | 13 | 0 | 43 | 5C | 6 | 10 | 57 | 33 |
| Octal | 357 | 116 | 23 | 0 | 103 | 134 | 6 | 20 | 127 | 63 |
| Binary | 11101111 | 1001110 | 10011 | 0 | 1000011 | 1011100 | 110 | 10000 | 1010111 | 110011 |
Color Harmonies of #EF4E13
Complementary color
Monochromatic Colors of #EF4E13
Black with #EF4E13
Text Example
Text Example
White with #EF4E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E13; }
p { color: rgb(239,78,19); }
H1.HeaderClassName
{
color: #EF4E13;
}
.AnyTagClassName
{
color: #EF4E13;
}
</style>
background-color css
<style>
a { background-color: #EF4E13; }
a { background-color: rgb(239,78,19); }
div.DivClassName
{
background-color: #EF4E13;
}
.BgClassName
{
background-color: #EF4E13;
}
</style>
border-color css
<style>
span { border-color: #EF4E13; }
span { border-color: rgb(239,78,19); }
td.TdClassName
{
border-color: #EF4E13;
}
.TagClassName
{
border-color: #EF4E13;
}
</style>