Shades of Persimmon #E24912
Tints of Persimmon #E24912
RGB
CMYK
RGB Variations
Color information
#E24912 (or 0xE24912) is known color: Persimmon. HEX triplet: E2, 49 and 12. RGB value is (226,73,18). Sum of RGB (Red+Green+Blue) = 226+73+18=317 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.29% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 226 - color contains mainly: red. Hex color #E24912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24912 is #1DB6ED. Grayscale: #707070. Windows color (decimal): -1947374 or 1198562. OLE color: 1198562.
HSL color Cylindrical-coordinate representation of color #E24912: hue angle of 15.87º degrees, saturation: 0.85, 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 #E24912 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 18 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.11 |
| HSL | 15.87º | 0.85% | 0.48% | - |
| HSV(B) | 15.87º | 0.92% | 0.89% | - |
| XYZ | 33.86 | 20.98 | 2.84 | - |
| YUV | 112.48 | 74.69 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 18 | 0 | 0.68 | 0.92 | 0.11 | 15.87 | 0.85 | 0.48 |
| Hex | E2 | 49 | 12 | 0 | 44 | 5C | B | 10 | 55 | 30 |
| Octal | 342 | 111 | 22 | 0 | 104 | 134 | 13 | 20 | 125 | 60 |
| Binary | 11100010 | 1001001 | 10010 | 0 | 1000100 | 1011100 | 1011 | 10000 | 1010101 | 110000 |
Color Harmonies of #E24912
Complementary color
Monochromatic Colors of #E24912
Black with #E24912
Text Example
Text Example
White with #E24912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24912; }
p { color: rgb(226,73,18); }
H1.HeaderClassName
{
color: #E24912;
}
.AnyTagClassName
{
color: #E24912;
}
</style>
background-color css
<style>
a { background-color: #E24912; }
a { background-color: rgb(226,73,18); }
div.DivClassName
{
background-color: #E24912;
}
.BgClassName
{
background-color: #E24912;
}
</style>
border-color css
<style>
span { border-color: #E24912; }
span { border-color: rgb(226,73,18); }
td.TdClassName
{
border-color: #E24912;
}
.TagClassName
{
border-color: #E24912;
}
</style>