Shades of Persimmon #EF4A0A
Tints of Persimmon #EF4A0A
RGB
CMYK
RGB Variations
Color information
#EF4A0A (or 0xEF4A0A) is known color: Persimmon. HEX triplet: EF, 4A and 0A. RGB value is (239,74,10). Sum of RGB (Red+Green+Blue) = 239+74+10=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4A0A is #10B5F5. Grayscale: #747474. Windows color (decimal): -1095158 or 674543. OLE color: 674543.
HSL color Cylindrical-coordinate representation of color #EF4A0A: hue angle of 16.77º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF4A0A is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 10 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.06 |
| HSL | 16.77º | 0.92% | 0.49% | - |
| HSV(B) | 16.77º | 0.96% | 0.94% | - |
| XYZ | 38.1 | 23.27 | 2.77 | - |
| YUV | 116.04 | 68.16 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 10 | 0 | 0.69 | 0.96 | 0.06 | 16.77 | 0.92 | 0.49 |
| Hex | EF | 4A | A | 0 | 45 | 60 | 6 | 11 | 5C | 31 |
| Octal | 357 | 112 | 12 | 0 | 105 | 140 | 6 | 21 | 134 | 61 |
| Binary | 11101111 | 1001010 | 1010 | 0 | 1000101 | 1100000 | 110 | 10001 | 1011100 | 110001 |
Color Harmonies of #EF4A0A
Complementary color
Monochromatic Colors of #EF4A0A
Black with #EF4A0A
Text Example
Text Example
White with #EF4A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A0A; }
p { color: rgb(239,74,10); }
H1.HeaderClassName
{
color: #EF4A0A;
}
.AnyTagClassName
{
color: #EF4A0A;
}
</style>
background-color css
<style>
a { background-color: #EF4A0A; }
a { background-color: rgb(239,74,10); }
div.DivClassName
{
background-color: #EF4A0A;
}
.BgClassName
{
background-color: #EF4A0A;
}
</style>
border-color css
<style>
span { border-color: #EF4A0A; }
span { border-color: rgb(239,74,10); }
td.TdClassName
{
border-color: #EF4A0A;
}
.TagClassName
{
border-color: #EF4A0A;
}
</style>