Shades of Persimmon #E24512
Tints of Persimmon #E24512
RGB
CMYK
RGB Variations
Color information
#E24512 (or 0xE24512) is known color: Persimmon. HEX triplet: E2, 45 and 12. RGB value is (226,69,18). Sum of RGB (Red+Green+Blue) = 226+69+18=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E24512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24512 is #1DBAED. Grayscale: #6E6E6E. Windows color (decimal): -1948398 or 1197538. OLE color: 1197538.
HSL color Cylindrical-coordinate representation of color #E24512: hue angle of 14.71º 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 #E24512 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 18 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.11 |
| HSL | 14.71º | 0.85% | 0.48% | - |
| HSV(B) | 14.71º | 0.92% | 0.89% | - |
| XYZ | 33.6 | 20.47 | 2.75 | - |
| YUV | 110.13 | 76.01 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 18 | 0 | 0.69 | 0.92 | 0.11 | 14.71 | 0.85 | 0.48 |
| Hex | E2 | 45 | 12 | 0 | 45 | 5C | B | F | 55 | 30 |
| Octal | 342 | 105 | 22 | 0 | 105 | 134 | 13 | 17 | 125 | 60 |
| Binary | 11100010 | 1000101 | 10010 | 0 | 1000101 | 1011100 | 1011 | 1111 | 1010101 | 110000 |
Color Harmonies of #E24512
Complementary color
Monochromatic Colors of #E24512
Black with #E24512
Text Example
Text Example
White with #E24512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24512; }
p { color: rgb(226,69,18); }
H1.HeaderClassName
{
color: #E24512;
}
.AnyTagClassName
{
color: #E24512;
}
</style>
background-color css
<style>
a { background-color: #E24512; }
a { background-color: rgb(226,69,18); }
div.DivClassName
{
background-color: #E24512;
}
.BgClassName
{
background-color: #E24512;
}
</style>
border-color css
<style>
span { border-color: #E24512; }
span { border-color: rgb(226,69,18); }
td.TdClassName
{
border-color: #E24512;
}
.TagClassName
{
border-color: #E24512;
}
</style>