Shades of Persimmon #E54916
Tints of Persimmon #E54916
RGB
CMYK
RGB Variations
Color information
#E54916 (or 0xE54916) is known color: Persimmon. HEX triplet: E5, 49 and 16. RGB value is (229,73,22). Sum of RGB (Red+Green+Blue) = 229+73+22=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E54916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54916 is #1AB6E9. Grayscale: #727272. Windows color (decimal): -1750762 or 1460709. OLE color: 1460709.
HSL color Cylindrical-coordinate representation of color #E54916: hue angle of 14.78º 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 #E54916 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 22 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.10 |
| HSL | 14.78º | 0.82% | 0.49% | - |
| HSV(B) | 14.78º | 0.9% | 0.9% | - |
| XYZ | 34.84 | 21.48 | 3.07 | - |
| YUV | 113.83 | 76.18 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 22 | 0 | 0.68 | 0.90 | 0.10 | 14.78 | 0.82 | 0.49 |
| Hex | E5 | 49 | 16 | 0 | 44 | 5A | A | F | 52 | 31 |
| Octal | 345 | 111 | 26 | 0 | 104 | 132 | 12 | 17 | 122 | 61 |
| Binary | 11100101 | 1001001 | 10110 | 0 | 1000100 | 1011010 | 1010 | 1111 | 1010010 | 110001 |
Color Harmonies of #E54916
Complementary color
Monochromatic Colors of #E54916
Black with #E54916
Text Example
Text Example
White with #E54916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54916; }
p { color: rgb(229,73,22); }
H1.HeaderClassName
{
color: #E54916;
}
.AnyTagClassName
{
color: #E54916;
}
</style>
background-color css
<style>
a { background-color: #E54916; }
a { background-color: rgb(229,73,22); }
div.DivClassName
{
background-color: #E54916;
}
.BgClassName
{
background-color: #E54916;
}
</style>
border-color css
<style>
span { border-color: #E54916; }
span { border-color: rgb(229,73,22); }
td.TdClassName
{
border-color: #E54916;
}
.TagClassName
{
border-color: #E54916;
}
</style>