Shades of Persimmon #E45516
Tints of Persimmon #E45516
RGB
CMYK
RGB Variations
Color information
#E45516 (or 0xE45516) is known color: Persimmon. HEX triplet: E4, 55 and 16. RGB value is (228,85,22). Sum of RGB (Red+Green+Blue) = 228+85+22=335 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.06% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 228 - color contains mainly: red. Hex color #E45516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45516 is #1BAAE9. Grayscale: #787878. Windows color (decimal): -1813226 or 1463780. OLE color: 1463780.
HSL color Cylindrical-coordinate representation of color #E45516: hue angle of 18.35º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E45516 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 22 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.11 |
| HSL | 18.35º | 0.82% | 0.49% | - |
| HSV(B) | 18.35º | 0.9% | 0.89% | - |
| XYZ | 35.39 | 23.05 | 3.34 | - |
| YUV | 120.58 | 72.38 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 22 | 0 | 0.63 | 0.90 | 0.11 | 18.35 | 0.82 | 0.49 |
| Hex | E4 | 55 | 16 | 0 | 3F | 5A | B | 12 | 52 | 31 |
| Octal | 344 | 125 | 26 | 0 | 77 | 132 | 13 | 22 | 122 | 61 |
| Binary | 11100100 | 1010101 | 10110 | 0 | 111111 | 1011010 | 1011 | 10010 | 1010010 | 110001 |
Color Harmonies of #E45516
Complementary color
Monochromatic Colors of #E45516
Black with #E45516
Text Example
Text Example
White with #E45516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45516; }
p { color: rgb(228,85,22); }
H1.HeaderClassName
{
color: #E45516;
}
.AnyTagClassName
{
color: #E45516;
}
</style>
background-color css
<style>
a { background-color: #E45516; }
a { background-color: rgb(228,85,22); }
div.DivClassName
{
background-color: #E45516;
}
.BgClassName
{
background-color: #E45516;
}
</style>
border-color css
<style>
span { border-color: #E45516; }
span { border-color: rgb(228,85,22); }
td.TdClassName
{
border-color: #E45516;
}
.TagClassName
{
border-color: #E45516;
}
</style>