Shades of Persimmon #E24E08
Tints of Persimmon #E24E08
RGB
CMYK
RGB Variations
Color information
#E24E08 (or 0xE24E08) is known color: Persimmon. HEX triplet: E2, 4E and 08. RGB value is (226,78,8). Sum of RGB (Red+Green+Blue) = 226+78+8=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E24E08 is #1DB1F7. Grayscale: #727272. Windows color (decimal): -1946104 or 544482. OLE color: 544482.
HSL color Cylindrical-coordinate representation of color #E24E08: hue angle of 19.27º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E24E08 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 78 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.11 |
| HSL | 19.27º | 0.93% | 0.46% | - |
| HSV(B) | 19.27º | 0.96% | 0.89% | - |
| XYZ | 34.13 | 21.64 | 2.61 | - |
| YUV | 114.27 | 68.03 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 8 | 0 | 0.65 | 0.96 | 0.11 | 19.27 | 0.93 | 0.46 |
| Hex | E2 | 4E | 8 | 0 | 41 | 60 | B | 13 | 5D | 2E |
| Octal | 342 | 116 | 10 | 0 | 101 | 140 | 13 | 23 | 135 | 56 |
| Binary | 11100010 | 1001110 | 1000 | 0 | 1000001 | 1100000 | 1011 | 10011 | 1011101 | 101110 |
Color Harmonies of #E24E08
Complementary color
Monochromatic Colors of #E24E08
Black with #E24E08
Text Example
Text Example
White with #E24E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24E08; }
p { color: rgb(226,78,8); }
H1.HeaderClassName
{
color: #E24E08;
}
.AnyTagClassName
{
color: #E24E08;
}
</style>
background-color css
<style>
a { background-color: #E24E08; }
a { background-color: rgb(226,78,8); }
div.DivClassName
{
background-color: #E24E08;
}
.BgClassName
{
background-color: #E24E08;
}
</style>
border-color css
<style>
span { border-color: #E24E08; }
span { border-color: rgb(226,78,8); }
td.TdClassName
{
border-color: #E24E08;
}
.TagClassName
{
border-color: #E24E08;
}
</style>