Shades of Persimmon #E45119
Tints of Persimmon #E45119
RGB
CMYK
RGB Variations
Color information
#E45119 (or 0xE45119) is known color: Persimmon. HEX triplet: E4, 51 and 19. RGB value is (228,81,25). Sum of RGB (Red+Green+Blue) = 228+81+25=334 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.26% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 228 - color contains mainly: red. Hex color #E45119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45119 is #1BAEE6. Grayscale: #767676. Windows color (decimal): -1814247 or 1659364. OLE color: 1659364.
HSL color Cylindrical-coordinate representation of color #E45119: hue angle of 16.55º 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 #E45119 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 25 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.11 |
| HSL | 16.55º | 0.8% | 0.5% | - |
| HSV(B) | 16.55º | 0.89% | 0.89% | - |
| XYZ | 35.11 | 22.45 | 3.4 | - |
| YUV | 118.57 | 75.2 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 25 | 0 | 0.64 | 0.89 | 0.11 | 16.55 | 0.8 | 0.5 |
| Hex | E4 | 51 | 19 | 0 | 40 | 59 | B | 11 | 50 | 32 |
| Octal | 344 | 121 | 31 | 0 | 100 | 131 | 13 | 21 | 120 | 62 |
| Binary | 11100100 | 1010001 | 11001 | 0 | 1000000 | 1011001 | 1011 | 10001 | 1010000 | 110010 |
Color Harmonies of #E45119
Complementary color
Monochromatic Colors of #E45119
Black with #E45119
Text Example
Text Example
White with #E45119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45119; }
p { color: rgb(228,81,25); }
H1.HeaderClassName
{
color: #E45119;
}
.AnyTagClassName
{
color: #E45119;
}
</style>
background-color css
<style>
a { background-color: #E45119; }
a { background-color: rgb(228,81,25); }
div.DivClassName
{
background-color: #E45119;
}
.BgClassName
{
background-color: #E45119;
}
</style>
border-color css
<style>
span { border-color: #E45119; }
span { border-color: rgb(228,81,25); }
td.TdClassName
{
border-color: #E45119;
}
.TagClassName
{
border-color: #E45119;
}
</style>