Shades of Persimmon #E24A16
Tints of Persimmon #E24A16
RGB
CMYK
RGB Variations
Color information
#E24A16 (or 0xE24A16) is known color: Persimmon. HEX triplet: E2, 4A and 16. RGB value is (226,74,22). Sum of RGB (Red+Green+Blue) = 226+74+22=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24A16 is #1DB5E9. Grayscale: #717171. Windows color (decimal): -1947114 or 1460962. OLE color: 1460962.
HSL color Cylindrical-coordinate representation of color #E24A16: hue angle of 15.29º 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 #E24A16 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 22 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.11 |
| HSL | 15.29º | 0.82% | 0.49% | - |
| HSV(B) | 15.29º | 0.9% | 0.89% | - |
| XYZ | 33.96 | 21.12 | 3.05 | - |
| YUV | 113.52 | 76.36 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 22 | 0 | 0.67 | 0.90 | 0.11 | 15.29 | 0.82 | 0.49 |
| Hex | E2 | 4A | 16 | 0 | 43 | 5A | B | F | 52 | 31 |
| Octal | 342 | 112 | 26 | 0 | 103 | 132 | 13 | 17 | 122 | 61 |
| Binary | 11100010 | 1001010 | 10110 | 0 | 1000011 | 1011010 | 1011 | 1111 | 1010010 | 110001 |
Color Harmonies of #E24A16
Complementary color
Monochromatic Colors of #E24A16
Black with #E24A16
Text Example
Text Example
White with #E24A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A16; }
p { color: rgb(226,74,22); }
H1.HeaderClassName
{
color: #E24A16;
}
.AnyTagClassName
{
color: #E24A16;
}
</style>
background-color css
<style>
a { background-color: #E24A16; }
a { background-color: rgb(226,74,22); }
div.DivClassName
{
background-color: #E24A16;
}
.BgClassName
{
background-color: #E24A16;
}
</style>
border-color css
<style>
span { border-color: #E24A16; }
span { border-color: rgb(226,74,22); }
td.TdClassName
{
border-color: #E24A16;
}
.TagClassName
{
border-color: #E24A16;
}
</style>