Shades of Persimmon #E24E16
Tints of Persimmon #E24E16
RGB
CMYK
RGB Variations
Color information
#E24E16 (or 0xE24E16) is known color: Persimmon. HEX triplet: E2, 4E and 16. RGB value is (226,78,22). Sum of RGB (Red+Green+Blue) = 226+78+22=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E24E16 is #1DB1E9. Grayscale: #747474. Windows color (decimal): -1946090 or 1461986. OLE color: 1461986.
HSL color Cylindrical-coordinate representation of color #E24E16: hue angle of 16.47º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E24E16 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 78 | 22 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.11 |
| HSL | 16.47º | 0.82% | 0.49% | - |
| HSV(B) | 16.47º | 0.9% | 0.89% | - |
| XYZ | 34.23 | 21.68 | 3.14 | - |
| YUV | 115.87 | 75.03 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 22 | 0 | 0.65 | 0.90 | 0.11 | 16.47 | 0.82 | 0.49 |
| Hex | E2 | 4E | 16 | 0 | 41 | 5A | B | 10 | 52 | 31 |
| Octal | 342 | 116 | 26 | 0 | 101 | 132 | 13 | 20 | 122 | 61 |
| Binary | 11100010 | 1001110 | 10110 | 0 | 1000001 | 1011010 | 1011 | 10000 | 1010010 | 110001 |
Color Harmonies of #E24E16
Complementary color
Monochromatic Colors of #E24E16
Black with #E24E16
Text Example
Text Example
White with #E24E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24E16; }
p { color: rgb(226,78,22); }
H1.HeaderClassName
{
color: #E24E16;
}
.AnyTagClassName
{
color: #E24E16;
}
</style>
background-color css
<style>
a { background-color: #E24E16; }
a { background-color: rgb(226,78,22); }
div.DivClassName
{
background-color: #E24E16;
}
.BgClassName
{
background-color: #E24E16;
}
</style>
border-color css
<style>
span { border-color: #E24E16; }
span { border-color: rgb(226,78,22); }
td.TdClassName
{
border-color: #E24E16;
}
.TagClassName
{
border-color: #E24E16;
}
</style>