Shades of Persimmon #E04902
Tints of Persimmon #E04902
RGB
CMYK
RGB Variations
Color information
#E04902 (or 0xE04902) is known color: Persimmon. HEX triplet: E0, 49 and 02. RGB value is (224,73,2). Sum of RGB (Red+Green+Blue) = 224+73+2=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E04902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04902 is #1FB6FD. Grayscale: #6E6E6E. Windows color (decimal): -2078462 or 149984. OLE color: 149984.
HSL color Cylindrical-coordinate representation of color #E04902: hue angle of 19.19º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E04902 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.12 |
| HSL | 19.19º | 0.98% | 0.44% | - |
| HSV(B) | 19.19º | 0.99% | 0.88% | - |
| XYZ | 33.13 | 20.62 | 2.29 | - |
| YUV | 110.06 | 67.03 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 2 | 0 | 0.67 | 0.99 | 0.12 | 19.19 | 0.98 | 0.44 |
| Hex | E0 | 49 | 2 | 0 | 43 | 63 | C | 13 | 62 | 2C |
| Octal | 340 | 111 | 2 | 0 | 103 | 143 | 14 | 23 | 142 | 54 |
| Binary | 11100000 | 1001001 | 10 | 0 | 1000011 | 1100011 | 1100 | 10011 | 1100010 | 101100 |
Color Harmonies of #E04902
Complementary color
Monochromatic Colors of #E04902
Black with #E04902
Text Example
Text Example
White with #E04902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04902; }
p { color: rgb(224,73,2); }
H1.HeaderClassName
{
color: #E04902;
}
.AnyTagClassName
{
color: #E04902;
}
</style>
background-color css
<style>
a { background-color: #E04902; }
a { background-color: rgb(224,73,2); }
div.DivClassName
{
background-color: #E04902;
}
.BgClassName
{
background-color: #E04902;
}
</style>
border-color css
<style>
span { border-color: #E04902; }
span { border-color: rgb(224,73,2); }
td.TdClassName
{
border-color: #E04902;
}
.TagClassName
{
border-color: #E04902;
}
</style>