Shades of Persimmon #E54A14
Tints of Persimmon #E54A14
RGB
CMYK
RGB Variations
Color information
#E54A14 (or 0xE54A14) is known color: Persimmon. HEX triplet: E5, 4A and 14. RGB value is (229,74,20). Sum of RGB (Red+Green+Blue) = 229+74+20=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54A14 is #1AB5EB. Grayscale: #727272. Windows color (decimal): -1750508 or 1329893. OLE color: 1329893.
HSL color Cylindrical-coordinate representation of color #E54A14: hue angle of 15.5º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E54A14 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 20 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.10 |
| HSL | 15.5º | 0.84% | 0.49% | - |
| HSV(B) | 15.5º | 0.91% | 0.9% | - |
| XYZ | 34.89 | 21.61 | 2.99 | - |
| YUV | 114.19 | 74.85 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 20 | 0 | 0.68 | 0.91 | 0.10 | 15.5 | 0.84 | 0.49 |
| Hex | E5 | 4A | 14 | 0 | 44 | 5B | A | 10 | 54 | 31 |
| Octal | 345 | 112 | 24 | 0 | 104 | 133 | 12 | 20 | 124 | 61 |
| Binary | 11100101 | 1001010 | 10100 | 0 | 1000100 | 1011011 | 1010 | 10000 | 1010100 | 110001 |
Color Harmonies of #E54A14
Complementary color
Monochromatic Colors of #E54A14
Black with #E54A14
Text Example
Text Example
White with #E54A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A14; }
p { color: rgb(229,74,20); }
H1.HeaderClassName
{
color: #E54A14;
}
.AnyTagClassName
{
color: #E54A14;
}
</style>
background-color css
<style>
a { background-color: #E54A14; }
a { background-color: rgb(229,74,20); }
div.DivClassName
{
background-color: #E54A14;
}
.BgClassName
{
background-color: #E54A14;
}
</style>
border-color css
<style>
span { border-color: #E54A14; }
span { border-color: rgb(229,74,20); }
td.TdClassName
{
border-color: #E54A14;
}
.TagClassName
{
border-color: #E54A14;
}
</style>