Shades of Persimmon #E54E19
Tints of Persimmon #E54E19
RGB
CMYK
RGB Variations
Color information
#E54E19 (or 0xE54E19) is known color: Persimmon. HEX triplet: E5, 4E and 19. RGB value is (229,78,25). Sum of RGB (Red+Green+Blue) = 229+78+25=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E54E19 is #1AB1E6. Grayscale: #757575. Windows color (decimal): -1749479 or 1658597. OLE color: 1658597.
HSL color Cylindrical-coordinate representation of color #E54E19: hue angle of 15.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E54E19 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 25 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.10 |
| HSL | 15.59º | 0.8% | 0.5% | - |
| HSV(B) | 15.59º | 0.89% | 0.9% | - |
| XYZ | 35.21 | 22.18 | 3.34 | - |
| YUV | 117.11 | 76.03 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 25 | 0 | 0.66 | 0.89 | 0.10 | 15.59 | 0.8 | 0.5 |
| Hex | E5 | 4E | 19 | 0 | 42 | 59 | A | 10 | 50 | 32 |
| Octal | 345 | 116 | 31 | 0 | 102 | 131 | 12 | 20 | 120 | 62 |
| Binary | 11100101 | 1001110 | 11001 | 0 | 1000010 | 1011001 | 1010 | 10000 | 1010000 | 110010 |
Color Harmonies of #E54E19
Complementary color
Monochromatic Colors of #E54E19
Black with #E54E19
Text Example
Text Example
White with #E54E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E19; }
p { color: rgb(229,78,25); }
H1.HeaderClassName
{
color: #E54E19;
}
.AnyTagClassName
{
color: #E54E19;
}
</style>
background-color css
<style>
a { background-color: #E54E19; }
a { background-color: rgb(229,78,25); }
div.DivClassName
{
background-color: #E54E19;
}
.BgClassName
{
background-color: #E54E19;
}
</style>
border-color css
<style>
span { border-color: #E54E19; }
span { border-color: rgb(229,78,25); }
td.TdClassName
{
border-color: #E54E19;
}
.TagClassName
{
border-color: #E54E19;
}
</style>