Shades of Persimmon #E45905
Tints of Persimmon #E45905
RGB
CMYK
RGB Variations
Color information
#E45905 (or 0xE45905) is known color: Persimmon. HEX triplet: E4, 59 and 05. RGB value is (228,89,5). Sum of RGB (Red+Green+Blue) = 228+89+5=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E45905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45905 is #1BA6FA. Grayscale: #797979. Windows color (decimal): -1812219 or 350692. OLE color: 350692.
HSL color Cylindrical-coordinate representation of color #E45905: hue angle of 22.6º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E45905 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 5 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.11 |
| HSL | 22.6º | 0.96% | 0.46% | - |
| HSV(B) | 22.6º | 0.98% | 0.89% | - |
| XYZ | 35.59 | 23.65 | 2.83 | - |
| YUV | 120.99 | 62.55 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 5 | 0 | 0.61 | 0.98 | 0.11 | 22.6 | 0.96 | 0.46 |
| Hex | E4 | 59 | 5 | 0 | 3D | 62 | B | 17 | 60 | 2E |
| Octal | 344 | 131 | 5 | 0 | 75 | 142 | 13 | 27 | 140 | 56 |
| Binary | 11100100 | 1011001 | 101 | 0 | 111101 | 1100010 | 1011 | 10111 | 1100000 | 101110 |
Color Harmonies of #E45905
Complementary color
Monochromatic Colors of #E45905
Black with #E45905
Text Example
Text Example
White with #E45905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45905; }
p { color: rgb(228,89,5); }
H1.HeaderClassName
{
color: #E45905;
}
.AnyTagClassName
{
color: #E45905;
}
</style>
background-color css
<style>
a { background-color: #E45905; }
a { background-color: rgb(228,89,5); }
div.DivClassName
{
background-color: #E45905;
}
.BgClassName
{
background-color: #E45905;
}
</style>
border-color css
<style>
span { border-color: #E45905; }
span { border-color: rgb(228,89,5); }
td.TdClassName
{
border-color: #E45905;
}
.TagClassName
{
border-color: #E45905;
}
</style>