Shades of Persimmon #E24902
Tints of Persimmon #E24902
RGB
CMYK
RGB Variations
Color information
#E24902 (or 0xE24902) is known color: Persimmon. HEX triplet: E2, 49 and 02. RGB value is (226,73,2). Sum of RGB (Red+Green+Blue) = 226+73+2=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E24902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24902 is #1DB6FD. Grayscale: #6F6F6F. Windows color (decimal): -1947390 or 149986. OLE color: 149986.
HSL color Cylindrical-coordinate representation of color #E24902: hue angle of 19.02º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E24902 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.11 |
| HSL | 19.02º | 0.98% | 0.45% | - |
| HSV(B) | 19.02º | 0.99% | 0.89% | - |
| XYZ | 33.76 | 20.94 | 2.32 | - |
| YUV | 110.65 | 66.69 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 2 | 0 | 0.68 | 0.99 | 0.11 | 19.02 | 0.98 | 0.45 |
| Hex | E2 | 49 | 2 | 0 | 44 | 63 | B | 13 | 62 | 2D |
| Octal | 342 | 111 | 2 | 0 | 104 | 143 | 13 | 23 | 142 | 55 |
| Binary | 11100010 | 1001001 | 10 | 0 | 1000100 | 1100011 | 1011 | 10011 | 1100010 | 101101 |
Color Harmonies of #E24902
Complementary color
Monochromatic Colors of #E24902
Black with #E24902
Text Example
Text Example
White with #E24902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24902; }
p { color: rgb(226,73,2); }
H1.HeaderClassName
{
color: #E24902;
}
.AnyTagClassName
{
color: #E24902;
}
</style>
background-color css
<style>
a { background-color: #E24902; }
a { background-color: rgb(226,73,2); }
div.DivClassName
{
background-color: #E24902;
}
.BgClassName
{
background-color: #E24902;
}
</style>
border-color css
<style>
span { border-color: #E24902; }
span { border-color: rgb(226,73,2); }
td.TdClassName
{
border-color: #E24902;
}
.TagClassName
{
border-color: #E24902;
}
</style>