Shades of Persimmon #E24C10
Tints of Persimmon #E24C10
RGB
CMYK
RGB Variations
Color information
#E24C10 (or 0xE24C10) is known color: Persimmon. HEX triplet: E2, 4C and 10. RGB value is (226,76,16). Sum of RGB (Red+Green+Blue) = 226+76+16=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24C10 is #1DB3EF. Grayscale: #727272. Windows color (decimal): -1946608 or 1068258. OLE color: 1068258.
HSL color Cylindrical-coordinate representation of color #E24C10: hue angle of 17.14º 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 #E24C10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.11 |
| HSL | 17.14º | 0.87% | 0.47% | - |
| HSV(B) | 17.14º | 0.93% | 0.89% | - |
| XYZ | 34.04 | 21.38 | 2.82 | - |
| YUV | 114.01 | 72.7 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 16 | 0 | 0.66 | 0.93 | 0.11 | 17.14 | 0.87 | 0.47 |
| Hex | E2 | 4C | 10 | 0 | 42 | 5D | B | 11 | 57 | 2F |
| Octal | 342 | 114 | 20 | 0 | 102 | 135 | 13 | 21 | 127 | 57 |
| Binary | 11100010 | 1001100 | 10000 | 0 | 1000010 | 1011101 | 1011 | 10001 | 1010111 | 101111 |
Color Harmonies of #E24C10
Complementary color
Monochromatic Colors of #E24C10
Black with #E24C10
Text Example
Text Example
White with #E24C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24C10; }
p { color: rgb(226,76,16); }
H1.HeaderClassName
{
color: #E24C10;
}
.AnyTagClassName
{
color: #E24C10;
}
</style>
background-color css
<style>
a { background-color: #E24C10; }
a { background-color: rgb(226,76,16); }
div.DivClassName
{
background-color: #E24C10;
}
.BgClassName
{
background-color: #E24C10;
}
</style>
border-color css
<style>
span { border-color: #E24C10; }
span { border-color: rgb(226,76,16); }
td.TdClassName
{
border-color: #E24C10;
}
.TagClassName
{
border-color: #E24C10;
}
</style>