Shades of Persimmon #E54514
Tints of Persimmon #E54514
RGB
CMYK
RGB Variations
Color information
#E54514 (or 0xE54514) is known color: Persimmon. HEX triplet: E5, 45 and 14. RGB value is (229,69,20). Sum of RGB (Red+Green+Blue) = 229+69+20=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E54514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54514 is #1ABAEB. Grayscale: #6F6F6F. Windows color (decimal): -1751788 or 1328613. OLE color: 1328613.
HSL color Cylindrical-coordinate representation of color #E54514: hue angle of 14.07º 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 #E54514 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 20 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.10 |
| HSL | 14.07º | 0.84% | 0.49% | - |
| HSV(B) | 14.07º | 0.91% | 0.9% | - |
| XYZ | 34.57 | 20.96 | 2.89 | - |
| YUV | 111.25 | 76.51 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 20 | 0 | 0.70 | 0.91 | 0.10 | 14.07 | 0.84 | 0.49 |
| Hex | E5 | 45 | 14 | 0 | 46 | 5B | A | E | 54 | 31 |
| Octal | 345 | 105 | 24 | 0 | 106 | 133 | 12 | 16 | 124 | 61 |
| Binary | 11100101 | 1000101 | 10100 | 0 | 1000110 | 1011011 | 1010 | 1110 | 1010100 | 110001 |
Color Harmonies of #E54514
Complementary color
Monochromatic Colors of #E54514
Black with #E54514
Text Example
Text Example
White with #E54514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54514; }
p { color: rgb(229,69,20); }
H1.HeaderClassName
{
color: #E54514;
}
.AnyTagClassName
{
color: #E54514;
}
</style>
background-color css
<style>
a { background-color: #E54514; }
a { background-color: rgb(229,69,20); }
div.DivClassName
{
background-color: #E54514;
}
.BgClassName
{
background-color: #E54514;
}
</style>
border-color css
<style>
span { border-color: #E54514; }
span { border-color: rgb(229,69,20); }
td.TdClassName
{
border-color: #E54514;
}
.TagClassName
{
border-color: #E54514;
}
</style>