Shades of Persimmon #EF4A04
Tints of Persimmon #EF4A04
RGB
CMYK
RGB Variations
Color information
#EF4A04 (or 0xEF4A04) is known color: Persimmon. HEX triplet: EF, 4A and 04. RGB value is (239,74,4). Sum of RGB (Red+Green+Blue) = 239+74+4=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4A04 is #10B5FB. Grayscale: #737373. Windows color (decimal): -1095164 or 281327. OLE color: 281327.
HSL color Cylindrical-coordinate representation of color #EF4A04: hue angle of 17.87º 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 #EF4A04 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.06 |
| HSL | 17.87º | 0.97% | 0.48% | - |
| HSV(B) | 17.87º | 0.98% | 0.94% | - |
| XYZ | 38.07 | 23.26 | 2.6 | - |
| YUV | 115.36 | 65.16 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 4 | 0 | 0.69 | 0.98 | 0.06 | 17.87 | 0.97 | 0.48 |
| Hex | EF | 4A | 4 | 0 | 45 | 62 | 6 | 12 | 61 | 30 |
| Octal | 357 | 112 | 4 | 0 | 105 | 142 | 6 | 22 | 141 | 60 |
| Binary | 11101111 | 1001010 | 100 | 0 | 1000101 | 1100010 | 110 | 10010 | 1100001 | 110000 |
Color Harmonies of #EF4A04
Complementary color
Monochromatic Colors of #EF4A04
Black with #EF4A04
Text Example
Text Example
White with #EF4A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A04; }
p { color: rgb(239,74,4); }
H1.HeaderClassName
{
color: #EF4A04;
}
.AnyTagClassName
{
color: #EF4A04;
}
</style>
background-color css
<style>
a { background-color: #EF4A04; }
a { background-color: rgb(239,74,4); }
div.DivClassName
{
background-color: #EF4A04;
}
.BgClassName
{
background-color: #EF4A04;
}
</style>
border-color css
<style>
span { border-color: #EF4A04; }
span { border-color: rgb(239,74,4); }
td.TdClassName
{
border-color: #EF4A04;
}
.TagClassName
{
border-color: #EF4A04;
}
</style>