Shades of Persimmon #EF5D04
Tints of Persimmon #EF5D04
RGB
CMYK
RGB Variations
Color information
#EF5D04 (or 0xEF5D04) is known color: Persimmon. HEX triplet: EF, 5D and 04. RGB value is (239,93,4). Sum of RGB (Red+Green+Blue) = 239+93+4=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5D04 is #10A2FB. Grayscale: #7F7F7F. Windows color (decimal): -1090300 or 286191. OLE color: 286191.
HSL color Cylindrical-coordinate representation of color #EF5D04: hue angle of 22.72º 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 #EF5D04 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.06 |
| HSL | 22.72º | 0.97% | 0.48% | - |
| HSV(B) | 22.72º | 0.98% | 0.94% | - |
| XYZ | 39.53 | 26.19 | 3.09 | - |
| YUV | 126.51 | 58.87 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 4 | 0 | 0.61 | 0.98 | 0.06 | 22.72 | 0.97 | 0.48 |
| Hex | EF | 5D | 4 | 0 | 3D | 62 | 6 | 17 | 61 | 30 |
| Octal | 357 | 135 | 4 | 0 | 75 | 142 | 6 | 27 | 141 | 60 |
| Binary | 11101111 | 1011101 | 100 | 0 | 111101 | 1100010 | 110 | 10111 | 1100001 | 110000 |
Color Harmonies of #EF5D04
Complementary color
Monochromatic Colors of #EF5D04
Black with #EF5D04
Text Example
Text Example
White with #EF5D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D04; }
p { color: rgb(239,93,4); }
H1.HeaderClassName
{
color: #EF5D04;
}
.AnyTagClassName
{
color: #EF5D04;
}
</style>
background-color css
<style>
a { background-color: #EF5D04; }
a { background-color: rgb(239,93,4); }
div.DivClassName
{
background-color: #EF5D04;
}
.BgClassName
{
background-color: #EF5D04;
}
</style>
border-color css
<style>
span { border-color: #EF5D04; }
span { border-color: rgb(239,93,4); }
td.TdClassName
{
border-color: #EF5D04;
}
.TagClassName
{
border-color: #EF5D04;
}
</style>