Shades of Persimmon #EF4D04
Tints of Persimmon #EF4D04
RGB
CMYK
RGB Variations
Color information
#EF4D04 (or 0xEF4D04) is known color: Persimmon. HEX triplet: EF, 4D and 04. RGB value is (239,77,4). Sum of RGB (Red+Green+Blue) = 239+77+4=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4D04 is #10B2FB. Grayscale: #757575. Windows color (decimal): -1094396 or 282095. OLE color: 282095.
HSL color Cylindrical-coordinate representation of color #EF4D04: hue angle of 18.64º 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 #EF4D04 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.06 |
| HSL | 18.64º | 0.97% | 0.48% | - |
| HSV(B) | 18.64º | 0.98% | 0.94% | - |
| XYZ | 38.27 | 23.67 | 2.67 | - |
| YUV | 117.12 | 64.17 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 4 | 0 | 0.68 | 0.98 | 0.06 | 18.64 | 0.97 | 0.48 |
| Hex | EF | 4D | 4 | 0 | 44 | 62 | 6 | 13 | 61 | 30 |
| Octal | 357 | 115 | 4 | 0 | 104 | 142 | 6 | 23 | 141 | 60 |
| Binary | 11101111 | 1001101 | 100 | 0 | 1000100 | 1100010 | 110 | 10011 | 1100001 | 110000 |
Color Harmonies of #EF4D04
Complementary color
Monochromatic Colors of #EF4D04
Black with #EF4D04
Text Example
Text Example
White with #EF4D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D04; }
p { color: rgb(239,77,4); }
H1.HeaderClassName
{
color: #EF4D04;
}
.AnyTagClassName
{
color: #EF4D04;
}
</style>
background-color css
<style>
a { background-color: #EF4D04; }
a { background-color: rgb(239,77,4); }
div.DivClassName
{
background-color: #EF4D04;
}
.BgClassName
{
background-color: #EF4D04;
}
</style>
border-color css
<style>
span { border-color: #EF4D04; }
span { border-color: rgb(239,77,4); }
td.TdClassName
{
border-color: #EF4D04;
}
.TagClassName
{
border-color: #EF4D04;
}
</style>