Shades of Persimmon #EF4E07
Tints of Persimmon #EF4E07
RGB
CMYK
RGB Variations
Color information
#EF4E07 (or 0xEF4E07) is known color: Persimmon. HEX triplet: EF, 4E and 07. RGB value is (239,78,7). Sum of RGB (Red+Green+Blue) = 239+78+7=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4E07 is #10B1F8. Grayscale: #767676. Windows color (decimal): -1094137 or 478959. OLE color: 478959.
HSL color Cylindrical-coordinate representation of color #EF4E07: hue angle of 18.36º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF4E07 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 7 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.06 |
| HSL | 18.36º | 0.94% | 0.48% | - |
| HSV(B) | 18.36º | 0.97% | 0.94% | - |
| XYZ | 38.36 | 23.81 | 2.78 | - |
| YUV | 118.05 | 65.34 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 7 | 0 | 0.67 | 0.97 | 0.06 | 18.36 | 0.94 | 0.48 |
| Hex | EF | 4E | 7 | 0 | 43 | 61 | 6 | 12 | 5E | 30 |
| Octal | 357 | 116 | 7 | 0 | 103 | 141 | 6 | 22 | 136 | 60 |
| Binary | 11101111 | 1001110 | 111 | 0 | 1000011 | 1100001 | 110 | 10010 | 1011110 | 110000 |
Color Harmonies of #EF4E07
Complementary color
Monochromatic Colors of #EF4E07
Black with #EF4E07
Text Example
Text Example
White with #EF4E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E07; }
p { color: rgb(239,78,7); }
H1.HeaderClassName
{
color: #EF4E07;
}
.AnyTagClassName
{
color: #EF4E07;
}
</style>
background-color css
<style>
a { background-color: #EF4E07; }
a { background-color: rgb(239,78,7); }
div.DivClassName
{
background-color: #EF4E07;
}
.BgClassName
{
background-color: #EF4E07;
}
</style>
border-color css
<style>
span { border-color: #EF4E07; }
span { border-color: rgb(239,78,7); }
td.TdClassName
{
border-color: #EF4E07;
}
.TagClassName
{
border-color: #EF4E07;
}
</style>