Shades of Persimmon #E24304
Tints of Persimmon #E24304
RGB
CMYK
RGB Variations
Color information
#E24304 (or 0xE24304) is known color: Persimmon. HEX triplet: E2, 43 and 04. RGB value is (226,67,4). Sum of RGB (Red+Green+Blue) = 226+67+4=297 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.09% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 226 - color contains mainly: red. Hex color #E24304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24304 is #1DBCFB. Grayscale: #6B6B6B. Windows color (decimal): -1948924 or 279522. OLE color: 279522.
HSL color Cylindrical-coordinate representation of color #E24304: hue angle of 17.03º 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 #E24304 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.11 |
| HSL | 17.03º | 0.97% | 0.45% | - |
| HSV(B) | 17.03º | 0.98% | 0.89% | - |
| XYZ | 33.39 | 20.19 | 2.25 | - |
| YUV | 107.36 | 69.68 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 4 | 0 | 0.70 | 0.98 | 0.11 | 17.03 | 0.97 | 0.45 |
| Hex | E2 | 43 | 4 | 0 | 46 | 62 | B | 11 | 61 | 2D |
| Octal | 342 | 103 | 4 | 0 | 106 | 142 | 13 | 21 | 141 | 55 |
| Binary | 11100010 | 1000011 | 100 | 0 | 1000110 | 1100010 | 1011 | 10001 | 1100001 | 101101 |
Color Harmonies of #E24304
Complementary color
Monochromatic Colors of #E24304
Black with #E24304
Text Example
Text Example
White with #E24304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24304; }
p { color: rgb(226,67,4); }
H1.HeaderClassName
{
color: #E24304;
}
.AnyTagClassName
{
color: #E24304;
}
</style>
background-color css
<style>
a { background-color: #E24304; }
a { background-color: rgb(226,67,4); }
div.DivClassName
{
background-color: #E24304;
}
.BgClassName
{
background-color: #E24304;
}
</style>
border-color css
<style>
span { border-color: #E24304; }
span { border-color: rgb(226,67,4); }
td.TdClassName
{
border-color: #E24304;
}
.TagClassName
{
border-color: #E24304;
}
</style>