Shades of Persimmon #EF4E04
Tints of Persimmon #EF4E04
RGB
CMYK
RGB Variations
Color information
#EF4E04 (or 0xEF4E04) is known color: Persimmon. HEX triplet: EF, 4E and 04. RGB value is (239,78,4). Sum of RGB (Red+Green+Blue) = 239+78+4=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4E04 is #10B1FB. Grayscale: #767676. Windows color (decimal): -1094140 or 282351. OLE color: 282351.
HSL color Cylindrical-coordinate representation of color #EF4E04: hue angle of 18.89º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF4E04 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.06 |
| HSL | 18.89º | 0.97% | 0.48% | - |
| HSV(B) | 18.89º | 0.98% | 0.94% | - |
| XYZ | 38.34 | 23.81 | 2.69 | - |
| YUV | 117.7 | 63.84 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 4 | 0 | 0.67 | 0.98 | 0.06 | 18.89 | 0.97 | 0.48 |
| Hex | EF | 4E | 4 | 0 | 43 | 62 | 6 | 13 | 61 | 30 |
| Octal | 357 | 116 | 4 | 0 | 103 | 142 | 6 | 23 | 141 | 60 |
| Binary | 11101111 | 1001110 | 100 | 0 | 1000011 | 1100010 | 110 | 10011 | 1100001 | 110000 |
Color Harmonies of #EF4E04
Complementary color
Monochromatic Colors of #EF4E04
Black with #EF4E04
Text Example
Text Example
White with #EF4E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E04; }
p { color: rgb(239,78,4); }
H1.HeaderClassName
{
color: #EF4E04;
}
.AnyTagClassName
{
color: #EF4E04;
}
</style>
background-color css
<style>
a { background-color: #EF4E04; }
a { background-color: rgb(239,78,4); }
div.DivClassName
{
background-color: #EF4E04;
}
.BgClassName
{
background-color: #EF4E04;
}
</style>
border-color css
<style>
span { border-color: #EF4E04; }
span { border-color: rgb(239,78,4); }
td.TdClassName
{
border-color: #EF4E04;
}
.TagClassName
{
border-color: #EF4E04;
}
</style>