Shades of Persimmon #E54516
Tints of Persimmon #E54516
RGB
CMYK
RGB Variations
Color information
#E54516 (or 0xE54516) is known color: Persimmon. HEX triplet: E5, 45 and 16. RGB value is (229,69,22). Sum of RGB (Red+Green+Blue) = 229+69+22=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E54516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54516 is #1ABAE9. Grayscale: #6F6F6F. Windows color (decimal): -1751786 or 1459685. OLE color: 1459685.
HSL color Cylindrical-coordinate representation of color #E54516: hue angle of 13.62º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E54516 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 22 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.10 |
| HSL | 13.62º | 0.82% | 0.49% | - |
| HSV(B) | 13.62º | 0.9% | 0.9% | - |
| XYZ | 34.59 | 20.97 | 2.98 | - |
| YUV | 111.48 | 77.51 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 22 | 0 | 0.70 | 0.90 | 0.10 | 13.62 | 0.82 | 0.49 |
| Hex | E5 | 45 | 16 | 0 | 46 | 5A | A | E | 52 | 31 |
| Octal | 345 | 105 | 26 | 0 | 106 | 132 | 12 | 16 | 122 | 61 |
| Binary | 11100101 | 1000101 | 10110 | 0 | 1000110 | 1011010 | 1010 | 1110 | 1010010 | 110001 |
Color Harmonies of #E54516
Complementary color
Monochromatic Colors of #E54516
Black with #E54516
Text Example
Text Example
White with #E54516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54516; }
p { color: rgb(229,69,22); }
H1.HeaderClassName
{
color: #E54516;
}
.AnyTagClassName
{
color: #E54516;
}
</style>
background-color css
<style>
a { background-color: #E54516; }
a { background-color: rgb(229,69,22); }
div.DivClassName
{
background-color: #E54516;
}
.BgClassName
{
background-color: #E54516;
}
</style>
border-color css
<style>
span { border-color: #E54516; }
span { border-color: rgb(229,69,22); }
td.TdClassName
{
border-color: #E54516;
}
.TagClassName
{
border-color: #E54516;
}
</style>