Shades of Persimmon #E24610
Tints of Persimmon #E24610
RGB
CMYK
RGB Variations
Color information
#E24610 (or 0xE24610) is known color: Persimmon. HEX triplet: E2, 46 and 10. RGB value is (226,70,16). Sum of RGB (Red+Green+Blue) = 226+70+16=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E24610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24610 is #1DB9EF. Grayscale: #6E6E6E. Windows color (decimal): -1948144 or 1066722. OLE color: 1066722.
HSL color Cylindrical-coordinate representation of color #E24610: hue angle of 15.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 #E24610 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 16 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.11 |
| HSL | 15.43º | 0.87% | 0.47% | - |
| HSV(B) | 15.43º | 0.93% | 0.89% | - |
| XYZ | 33.65 | 20.59 | 2.69 | - |
| YUV | 110.49 | 74.68 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 16 | 0 | 0.69 | 0.93 | 0.11 | 15.43 | 0.87 | 0.47 |
| Hex | E2 | 46 | 10 | 0 | 45 | 5D | B | F | 57 | 2F |
| Octal | 342 | 106 | 20 | 0 | 105 | 135 | 13 | 17 | 127 | 57 |
| Binary | 11100010 | 1000110 | 10000 | 0 | 1000101 | 1011101 | 1011 | 1111 | 1010111 | 101111 |
Color Harmonies of #E24610
Complementary color
Monochromatic Colors of #E24610
Black with #E24610
Text Example
Text Example
White with #E24610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24610; }
p { color: rgb(226,70,16); }
H1.HeaderClassName
{
color: #E24610;
}
.AnyTagClassName
{
color: #E24610;
}
</style>
background-color css
<style>
a { background-color: #E24610; }
a { background-color: rgb(226,70,16); }
div.DivClassName
{
background-color: #E24610;
}
.BgClassName
{
background-color: #E24610;
}
</style>
border-color css
<style>
span { border-color: #E24610; }
span { border-color: rgb(226,70,16); }
td.TdClassName
{
border-color: #E24610;
}
.TagClassName
{
border-color: #E24610;
}
</style>