Shades of Persimmon #E45519
Tints of Persimmon #E45519
RGB
CMYK
RGB Variations
Color information
#E45519 (or 0xE45519) is known color: Persimmon. HEX triplet: E4, 55 and 19. RGB value is (228,85,25). Sum of RGB (Red+Green+Blue) = 228+85+25=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E45519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45519 is #1BAAE6. Grayscale: #797979. Windows color (decimal): -1813223 or 1660388. OLE color: 1660388.
HSL color Cylindrical-coordinate representation of color #E45519: hue angle of 17.73º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E45519 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 25 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.11 |
| HSL | 17.73º | 0.8% | 0.5% | - |
| HSV(B) | 17.73º | 0.89% | 0.89% | - |
| XYZ | 35.42 | 23.06 | 3.5 | - |
| YUV | 120.92 | 73.88 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 25 | 0 | 0.63 | 0.89 | 0.11 | 17.73 | 0.8 | 0.5 |
| Hex | E4 | 55 | 19 | 0 | 3F | 59 | B | 12 | 50 | 32 |
| Octal | 344 | 125 | 31 | 0 | 77 | 131 | 13 | 22 | 120 | 62 |
| Binary | 11100100 | 1010101 | 11001 | 0 | 111111 | 1011001 | 1011 | 10010 | 1010000 | 110010 |
Color Harmonies of #E45519
Complementary color
Monochromatic Colors of #E45519
Black with #E45519
Text Example
Text Example
White with #E45519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45519; }
p { color: rgb(228,85,25); }
H1.HeaderClassName
{
color: #E45519;
}
.AnyTagClassName
{
color: #E45519;
}
</style>
background-color css
<style>
a { background-color: #E45519; }
a { background-color: rgb(228,85,25); }
div.DivClassName
{
background-color: #E45519;
}
.BgClassName
{
background-color: #E45519;
}
</style>
border-color css
<style>
span { border-color: #E45519; }
span { border-color: rgb(228,85,25); }
td.TdClassName
{
border-color: #E45519;
}
.TagClassName
{
border-color: #E45519;
}
</style>