Shades of Persimmon #E24911
Tints of Persimmon #E24911
RGB
CMYK
RGB Variations
Color information
#E24911 (or 0xE24911) is known color: Persimmon. HEX triplet: E2, 49 and 11. RGB value is (226,73,17). Sum of RGB (Red+Green+Blue) = 226+73+17=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E24911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24911 is #1DB6EE. Grayscale: #707070. Windows color (decimal): -1947375 or 1133026. OLE color: 1133026.
HSL color Cylindrical-coordinate representation of color #E24911: hue angle of 16.08º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E24911 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 17 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.11 |
| HSL | 16.08º | 0.86% | 0.48% | - |
| HSV(B) | 16.08º | 0.92% | 0.89% | - |
| XYZ | 33.85 | 20.97 | 2.79 | - |
| YUV | 112.36 | 74.19 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 17 | 0 | 0.68 | 0.92 | 0.11 | 16.08 | 0.86 | 0.48 |
| Hex | E2 | 49 | 11 | 0 | 44 | 5C | B | 10 | 56 | 30 |
| Octal | 342 | 111 | 21 | 0 | 104 | 134 | 13 | 20 | 126 | 60 |
| Binary | 11100010 | 1001001 | 10001 | 0 | 1000100 | 1011100 | 1011 | 10000 | 1010110 | 110000 |
Color Harmonies of #E24911
Complementary color
Monochromatic Colors of #E24911
Black with #E24911
Text Example
Text Example
White with #E24911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24911; }
p { color: rgb(226,73,17); }
H1.HeaderClassName
{
color: #E24911;
}
.AnyTagClassName
{
color: #E24911;
}
</style>
background-color css
<style>
a { background-color: #E24911; }
a { background-color: rgb(226,73,17); }
div.DivClassName
{
background-color: #E24911;
}
.BgClassName
{
background-color: #E24911;
}
</style>
border-color css
<style>
span { border-color: #E24911; }
span { border-color: rgb(226,73,17); }
td.TdClassName
{
border-color: #E24911;
}
.TagClassName
{
border-color: #E24911;
}
</style>