Shades of Persimmon #EF4E18
Tints of Persimmon #EF4E18
RGB
CMYK
RGB Variations
Color information
#EF4E18 (or 0xEF4E18) is known color: Persimmon. HEX triplet: EF, 4E and 18. RGB value is (239,78,24). Sum of RGB (Red+Green+Blue) = 239+78+24=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4E18 is #10B1E7. Grayscale: #787878. Windows color (decimal): -1094120 or 1593071. OLE color: 1593071.
HSL color Cylindrical-coordinate representation of color #EF4E18: hue angle of 15.07º 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 #EF4E18 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 24 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.06 |
| HSL | 15.07º | 0.87% | 0.52% | - |
| HSV(B) | 15.07º | 0.9% | 0.94% | - |
| XYZ | 38.49 | 23.87 | 3.44 | - |
| YUV | 119.98 | 73.84 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 24 | 0 | 0.67 | 0.90 | 0.06 | 15.07 | 0.87 | 0.52 |
| Hex | EF | 4E | 18 | 0 | 43 | 5A | 6 | F | 57 | 34 |
| Octal | 357 | 116 | 30 | 0 | 103 | 132 | 6 | 17 | 127 | 64 |
| Binary | 11101111 | 1001110 | 11000 | 0 | 1000011 | 1011010 | 110 | 1111 | 1010111 | 110100 |
Color Harmonies of #EF4E18
Complementary color
Monochromatic Colors of #EF4E18
Black with #EF4E18
Text Example
Text Example
White with #EF4E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4E18; }
p { color: rgb(239,78,24); }
H1.HeaderClassName
{
color: #EF4E18;
}
.AnyTagClassName
{
color: #EF4E18;
}
</style>
background-color css
<style>
a { background-color: #EF4E18; }
a { background-color: rgb(239,78,24); }
div.DivClassName
{
background-color: #EF4E18;
}
.BgClassName
{
background-color: #EF4E18;
}
</style>
border-color css
<style>
span { border-color: #EF4E18; }
span { border-color: rgb(239,78,24); }
td.TdClassName
{
border-color: #EF4E18;
}
.TagClassName
{
border-color: #EF4E18;
}
</style>