Shades of Persimmon #EF5018
Tints of Persimmon #EF5018
RGB
CMYK
RGB Variations
Color information
#EF5018 (or 0xEF5018) is known color: Persimmon. HEX triplet: EF, 50 and 18. RGB value is (239,80,24). Sum of RGB (Red+Green+Blue) = 239+80+24=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5018 is #10AFE7. Grayscale: #797979. Windows color (decimal): -1093608 or 1593583. OLE color: 1593583.
HSL color Cylindrical-coordinate representation of color #EF5018: hue angle of 15.63º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF5018 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 24 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.06 |
| HSL | 15.63º | 0.87% | 0.52% | - |
| HSV(B) | 15.63º | 0.9% | 0.94% | - |
| XYZ | 38.63 | 24.15 | 3.49 | - |
| YUV | 121.16 | 73.18 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 24 | 0 | 0.67 | 0.90 | 0.06 | 15.63 | 0.87 | 0.52 |
| Hex | EF | 50 | 18 | 0 | 43 | 5A | 6 | 10 | 57 | 34 |
| Octal | 357 | 120 | 30 | 0 | 103 | 132 | 6 | 20 | 127 | 64 |
| Binary | 11101111 | 1010000 | 11000 | 0 | 1000011 | 1011010 | 110 | 10000 | 1010111 | 110100 |
Color Harmonies of #EF5018
Complementary color
Monochromatic Colors of #EF5018
Black with #EF5018
Text Example
Text Example
White with #EF5018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5018; }
p { color: rgb(239,80,24); }
H1.HeaderClassName
{
color: #EF5018;
}
.AnyTagClassName
{
color: #EF5018;
}
</style>
background-color css
<style>
a { background-color: #EF5018; }
a { background-color: rgb(239,80,24); }
div.DivClassName
{
background-color: #EF5018;
}
.BgClassName
{
background-color: #EF5018;
}
</style>
border-color css
<style>
span { border-color: #EF5018; }
span { border-color: rgb(239,80,24); }
td.TdClassName
{
border-color: #EF5018;
}
.TagClassName
{
border-color: #EF5018;
}
</style>