Shades of Persimmon #E24F09
Tints of Persimmon #E24F09
RGB
CMYK
RGB Variations
Color information
#E24F09 (or 0xE24F09) is known color: Persimmon. HEX triplet: E2, 4F and 09. RGB value is (226,79,9). Sum of RGB (Red+Green+Blue) = 226+79+9=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E24F09 is #1DB0F6. Grayscale: #737373. Windows color (decimal): -1945847 or 610274. OLE color: 610274.
HSL color Cylindrical-coordinate representation of color #E24F09: hue angle of 19.35º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E24F09 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 9 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.11 |
| HSL | 19.35º | 0.92% | 0.46% | - |
| HSV(B) | 19.35º | 0.96% | 0.89% | - |
| XYZ | 34.21 | 21.78 | 2.66 | - |
| YUV | 114.97 | 68.2 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 9 | 0 | 0.65 | 0.96 | 0.11 | 19.35 | 0.92 | 0.46 |
| Hex | E2 | 4F | 9 | 0 | 41 | 60 | B | 13 | 5C | 2E |
| Octal | 342 | 117 | 11 | 0 | 101 | 140 | 13 | 23 | 134 | 56 |
| Binary | 11100010 | 1001111 | 1001 | 0 | 1000001 | 1100000 | 1011 | 10011 | 1011100 | 101110 |
Color Harmonies of #E24F09
Complementary color
Monochromatic Colors of #E24F09
Black with #E24F09
Text Example
Text Example
White with #E24F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24F09; }
p { color: rgb(226,79,9); }
H1.HeaderClassName
{
color: #E24F09;
}
.AnyTagClassName
{
color: #E24F09;
}
</style>
background-color css
<style>
a { background-color: #E24F09; }
a { background-color: rgb(226,79,9); }
div.DivClassName
{
background-color: #E24F09;
}
.BgClassName
{
background-color: #E24F09;
}
</style>
border-color css
<style>
span { border-color: #E24F09; }
span { border-color: rgb(226,79,9); }
td.TdClassName
{
border-color: #E24F09;
}
.TagClassName
{
border-color: #E24F09;
}
</style>