Shades of Persimmon #E24D10
Tints of Persimmon #E24D10
RGB
CMYK
RGB Variations
Color information
#E24D10 (or 0xE24D10) is known color: Persimmon. HEX triplet: E2, 4D and 10. RGB value is (226,77,16). Sum of RGB (Red+Green+Blue) = 226+77+16=319 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.85% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E24D10 is #1DB2EF. Grayscale: #727272. Windows color (decimal): -1946352 or 1068514. OLE color: 1068514.
HSL color Cylindrical-coordinate representation of color #E24D10: hue angle of 17.43º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E24D10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.11 |
| HSL | 17.43º | 0.87% | 0.47% | - |
| HSV(B) | 17.43º | 0.93% | 0.89% | - |
| XYZ | 34.11 | 21.51 | 2.84 | - |
| YUV | 114.6 | 72.36 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 16 | 0 | 0.66 | 0.93 | 0.11 | 17.43 | 0.87 | 0.47 |
| Hex | E2 | 4D | 10 | 0 | 42 | 5D | B | 11 | 57 | 2F |
| Octal | 342 | 115 | 20 | 0 | 102 | 135 | 13 | 21 | 127 | 57 |
| Binary | 11100010 | 1001101 | 10000 | 0 | 1000010 | 1011101 | 1011 | 10001 | 1010111 | 101111 |
Color Harmonies of #E24D10
Complementary color
Monochromatic Colors of #E24D10
Black with #E24D10
Text Example
Text Example
White with #E24D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24D10; }
p { color: rgb(226,77,16); }
H1.HeaderClassName
{
color: #E24D10;
}
.AnyTagClassName
{
color: #E24D10;
}
</style>
background-color css
<style>
a { background-color: #E24D10; }
a { background-color: rgb(226,77,16); }
div.DivClassName
{
background-color: #E24D10;
}
.BgClassName
{
background-color: #E24D10;
}
</style>
border-color css
<style>
span { border-color: #E24D10; }
span { border-color: rgb(226,77,16); }
td.TdClassName
{
border-color: #E24D10;
}
.TagClassName
{
border-color: #E24D10;
}
</style>