Shades of Persimmon #E24E18
Tints of Persimmon #E24E18
RGB
CMYK
RGB Variations
Color information
#E24E18 (or 0xE24E18) is known color: Persimmon. HEX triplet: E2, 4E and 18. RGB value is (226,78,24). Sum of RGB (Red+Green+Blue) = 226+78+24=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E24E18 is #1DB1E7. Grayscale: #747474. Windows color (decimal): -1946088 or 1593058. OLE color: 1593058.
HSL color Cylindrical-coordinate representation of color #E24E18: hue angle of 16.04º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E24E18 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 78 | 24 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.11 |
| HSL | 16.04º | 0.81% | 0.49% | - |
| HSV(B) | 16.04º | 0.89% | 0.89% | - |
| XYZ | 34.25 | 21.68 | 3.24 | - |
| YUV | 116.1 | 76.03 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 24 | 0 | 0.65 | 0.89 | 0.11 | 16.04 | 0.81 | 0.49 |
| Hex | E2 | 4E | 18 | 0 | 41 | 59 | B | 10 | 51 | 31 |
| Octal | 342 | 116 | 30 | 0 | 101 | 131 | 13 | 20 | 121 | 61 |
| Binary | 11100010 | 1001110 | 11000 | 0 | 1000001 | 1011001 | 1011 | 10000 | 1010001 | 110001 |
Color Harmonies of #E24E18
Complementary color
Monochromatic Colors of #E24E18
Black with #E24E18
Text Example
Text Example
White with #E24E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24E18; }
p { color: rgb(226,78,24); }
H1.HeaderClassName
{
color: #E24E18;
}
.AnyTagClassName
{
color: #E24E18;
}
</style>
background-color css
<style>
a { background-color: #E24E18; }
a { background-color: rgb(226,78,24); }
div.DivClassName
{
background-color: #E24E18;
}
.BgClassName
{
background-color: #E24E18;
}
</style>
border-color css
<style>
span { border-color: #E24E18; }
span { border-color: rgb(226,78,24); }
td.TdClassName
{
border-color: #E24E18;
}
.TagClassName
{
border-color: #E24E18;
}
</style>