Shades of Persimmon #E24F0C
Tints of Persimmon #E24F0C
RGB
CMYK
RGB Variations
Color information
#E24F0C (or 0xE24F0C) is known color: Persimmon. HEX triplet: E2, 4F and 0C. RGB value is (226,79,12). Sum of RGB (Red+Green+Blue) = 226+79+12=317 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.29% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E24F0C is #1DB0F3. Grayscale: #737373. Windows color (decimal): -1945844 or 806882. OLE color: 806882.
HSL color Cylindrical-coordinate representation of color #E24F0C: hue angle of 18.79º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E24F0C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 12 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.11 |
| HSL | 18.79º | 0.9% | 0.47% | - |
| HSV(B) | 18.79º | 0.95% | 0.89% | - |
| XYZ | 34.23 | 21.79 | 2.75 | - |
| YUV | 115.32 | 69.7 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 12 | 0 | 0.65 | 0.95 | 0.11 | 18.79 | 0.9 | 0.47 |
| Hex | E2 | 4F | C | 0 | 41 | 5F | B | 13 | 5A | 2F |
| Octal | 342 | 117 | 14 | 0 | 101 | 137 | 13 | 23 | 132 | 57 |
| Binary | 11100010 | 1001111 | 1100 | 0 | 1000001 | 1011111 | 1011 | 10011 | 1011010 | 101111 |
Color Harmonies of #E24F0C
Complementary color
Monochromatic Colors of #E24F0C
Black with #E24F0C
Text Example
Text Example
White with #E24F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24F0C; }
p { color: rgb(226,79,12); }
H1.HeaderClassName
{
color: #E24F0C;
}
.AnyTagClassName
{
color: #E24F0C;
}
</style>
background-color css
<style>
a { background-color: #E24F0C; }
a { background-color: rgb(226,79,12); }
div.DivClassName
{
background-color: #E24F0C;
}
.BgClassName
{
background-color: #E24F0C;
}
</style>
border-color css
<style>
span { border-color: #E24F0C; }
span { border-color: rgb(226,79,12); }
td.TdClassName
{
border-color: #E24F0C;
}
.TagClassName
{
border-color: #E24F0C;
}
</style>