Shades of Persimmon #E45902
Tints of Persimmon #E45902
RGB
CMYK
RGB Variations
Color information
#E45902 (or 0xE45902) is known color: Persimmon. HEX triplet: E4, 59 and 02. RGB value is (228,89,2). Sum of RGB (Red+Green+Blue) = 228+89+2=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E45902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45902 is #1BA6FD. Grayscale: #797979. Windows color (decimal): -1812222 or 154084. OLE color: 154084.
HSL color Cylindrical-coordinate representation of color #E45902: hue angle of 23.1º 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 #E45902 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.11 |
| HSL | 23.1º | 0.98% | 0.45% | - |
| HSV(B) | 23.1º | 0.99% | 0.89% | - |
| XYZ | 35.58 | 23.64 | 2.75 | - |
| YUV | 120.64 | 61.05 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 2 | 0 | 0.61 | 0.99 | 0.11 | 23.1 | 0.98 | 0.45 |
| Hex | E4 | 59 | 2 | 0 | 3D | 63 | B | 17 | 62 | 2D |
| Octal | 344 | 131 | 2 | 0 | 75 | 143 | 13 | 27 | 142 | 55 |
| Binary | 11100100 | 1011001 | 10 | 0 | 111101 | 1100011 | 1011 | 10111 | 1100010 | 101101 |
Color Harmonies of #E45902
Complementary color
Monochromatic Colors of #E45902
Black with #E45902
Text Example
Text Example
White with #E45902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45902; }
p { color: rgb(228,89,2); }
H1.HeaderClassName
{
color: #E45902;
}
.AnyTagClassName
{
color: #E45902;
}
</style>
background-color css
<style>
a { background-color: #E45902; }
a { background-color: rgb(228,89,2); }
div.DivClassName
{
background-color: #E45902;
}
.BgClassName
{
background-color: #E45902;
}
</style>
border-color css
<style>
span { border-color: #E45902; }
span { border-color: rgb(228,89,2); }
td.TdClassName
{
border-color: #E45902;
}
.TagClassName
{
border-color: #E45902;
}
</style>