Shades of Persimmon #E24604
Tints of Persimmon #E24604
RGB
CMYK
RGB Variations
Color information
#E24604 (or 0xE24604) is known color: Persimmon. HEX triplet: E2, 46 and 04. RGB value is (226,70,4). Sum of RGB (Red+Green+Blue) = 226+70+4=300 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 226 - color contains mainly: red. Hex color #E24604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24604 is #1DB9FB. Grayscale: #6D6D6D. Windows color (decimal): -1948156 or 280290. OLE color: 280290.
HSL color Cylindrical-coordinate representation of color #E24604: hue angle of 17.84º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E24604 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.11 |
| HSL | 17.84º | 0.97% | 0.45% | - |
| HSV(B) | 17.84º | 0.98% | 0.89% | - |
| XYZ | 33.58 | 20.56 | 2.31 | - |
| YUV | 109.12 | 68.68 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 4 | 0 | 0.69 | 0.98 | 0.11 | 17.84 | 0.97 | 0.45 |
| Hex | E2 | 46 | 4 | 0 | 45 | 62 | B | 12 | 61 | 2D |
| Octal | 342 | 106 | 4 | 0 | 105 | 142 | 13 | 22 | 141 | 55 |
| Binary | 11100010 | 1000110 | 100 | 0 | 1000101 | 1100010 | 1011 | 10010 | 1100001 | 101101 |
Color Harmonies of #E24604
Complementary color
Monochromatic Colors of #E24604
Black with #E24604
Text Example
Text Example
White with #E24604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24604; }
p { color: rgb(226,70,4); }
H1.HeaderClassName
{
color: #E24604;
}
.AnyTagClassName
{
color: #E24604;
}
</style>
background-color css
<style>
a { background-color: #E24604; }
a { background-color: rgb(226,70,4); }
div.DivClassName
{
background-color: #E24604;
}
.BgClassName
{
background-color: #E24604;
}
</style>
border-color css
<style>
span { border-color: #E24604; }
span { border-color: rgb(226,70,4); }
td.TdClassName
{
border-color: #E24604;
}
.TagClassName
{
border-color: #E24604;
}
</style>