Shades of Persimmon #E24D16
Tints of Persimmon #E24D16
RGB
CMYK
RGB Variations
Color information
#E24D16 (or 0xE24D16) is known color: Persimmon. HEX triplet: E2, 4D and 16. RGB value is (226,77,22). Sum of RGB (Red+Green+Blue) = 226+77+22=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E24D16 is #1DB2E9. Grayscale: #737373. Windows color (decimal): -1946346 or 1461730. OLE color: 1461730.
HSL color Cylindrical-coordinate representation of color #E24D16: hue angle of 16.18º 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 #E24D16 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 22 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.11 |
| HSL | 16.18º | 0.82% | 0.49% | - |
| HSV(B) | 16.18º | 0.9% | 0.89% | - |
| XYZ | 34.16 | 21.53 | 3.12 | - |
| YUV | 115.28 | 75.36 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 22 | 0 | 0.66 | 0.90 | 0.11 | 16.18 | 0.82 | 0.49 |
| Hex | E2 | 4D | 16 | 0 | 42 | 5A | B | 10 | 52 | 31 |
| Octal | 342 | 115 | 26 | 0 | 102 | 132 | 13 | 20 | 122 | 61 |
| Binary | 11100010 | 1001101 | 10110 | 0 | 1000010 | 1011010 | 1011 | 10000 | 1010010 | 110001 |
Color Harmonies of #E24D16
Complementary color
Monochromatic Colors of #E24D16
Black with #E24D16
Text Example
Text Example
White with #E24D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24D16; }
p { color: rgb(226,77,22); }
H1.HeaderClassName
{
color: #E24D16;
}
.AnyTagClassName
{
color: #E24D16;
}
</style>
background-color css
<style>
a { background-color: #E24D16; }
a { background-color: rgb(226,77,22); }
div.DivClassName
{
background-color: #E24D16;
}
.BgClassName
{
background-color: #E24D16;
}
</style>
border-color css
<style>
span { border-color: #E24D16; }
span { border-color: rgb(226,77,22); }
td.TdClassName
{
border-color: #E24D16;
}
.TagClassName
{
border-color: #E24D16;
}
</style>