Shades of Persimmon #E24712
Tints of Persimmon #E24712
RGB
CMYK
RGB Variations
Color information
#E24712 (or 0xE24712) is known color: Persimmon. HEX triplet: E2, 47 and 12. RGB value is (226,71,18). Sum of RGB (Red+Green+Blue) = 226+71+18=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E24712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24712 is #1DB8ED. Grayscale: #6F6F6F. Windows color (decimal): -1947886 or 1198050. OLE color: 1198050.
HSL color Cylindrical-coordinate representation of color #E24712: hue angle of 15.29º 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 #E24712 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 71 | 18 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.11 |
| HSL | 15.29º | 0.85% | 0.48% | - |
| HSV(B) | 15.29º | 0.92% | 0.89% | - |
| XYZ | 33.73 | 20.72 | 2.79 | - |
| YUV | 111.3 | 75.35 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 71 | 18 | 0 | 0.69 | 0.92 | 0.11 | 15.29 | 0.85 | 0.48 |
| Hex | E2 | 47 | 12 | 0 | 45 | 5C | B | F | 55 | 30 |
| Octal | 342 | 107 | 22 | 0 | 105 | 134 | 13 | 17 | 125 | 60 |
| Binary | 11100010 | 1000111 | 10010 | 0 | 1000101 | 1011100 | 1011 | 1111 | 1010101 | 110000 |
Color Harmonies of #E24712
Complementary color
Monochromatic Colors of #E24712
Black with #E24712
Text Example
Text Example
White with #E24712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24712; }
p { color: rgb(226,71,18); }
H1.HeaderClassName
{
color: #E24712;
}
.AnyTagClassName
{
color: #E24712;
}
</style>
background-color css
<style>
a { background-color: #E24712; }
a { background-color: rgb(226,71,18); }
div.DivClassName
{
background-color: #E24712;
}
.BgClassName
{
background-color: #E24712;
}
</style>
border-color css
<style>
span { border-color: #E24712; }
span { border-color: rgb(226,71,18); }
td.TdClassName
{
border-color: #E24712;
}
.TagClassName
{
border-color: #E24712;
}
</style>