Shades of Persimmon #E54814
Tints of Persimmon #E54814
RGB
CMYK
RGB Variations
Color information
#E54814 (or 0xE54814) is known color: Persimmon. HEX triplet: E5, 48 and 14. RGB value is (229,72,20). Sum of RGB (Red+Green+Blue) = 229+72+20=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E54814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54814 is #1AB7EB. Grayscale: #717171. Windows color (decimal): -1751020 or 1329381. OLE color: 1329381.
HSL color Cylindrical-coordinate representation of color #E54814: hue angle of 14.93º 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 #E54814 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 20 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.10 |
| HSL | 14.93º | 0.84% | 0.49% | - |
| HSV(B) | 14.93º | 0.91% | 0.9% | - |
| XYZ | 34.76 | 21.34 | 2.95 | - |
| YUV | 113.02 | 75.51 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 20 | 0 | 0.69 | 0.91 | 0.10 | 14.93 | 0.84 | 0.49 |
| Hex | E5 | 48 | 14 | 0 | 45 | 5B | A | F | 54 | 31 |
| Octal | 345 | 110 | 24 | 0 | 105 | 133 | 12 | 17 | 124 | 61 |
| Binary | 11100101 | 1001000 | 10100 | 0 | 1000101 | 1011011 | 1010 | 1111 | 1010100 | 110001 |
Color Harmonies of #E54814
Complementary color
Monochromatic Colors of #E54814
Black with #E54814
Text Example
Text Example
White with #E54814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54814; }
p { color: rgb(229,72,20); }
H1.HeaderClassName
{
color: #E54814;
}
.AnyTagClassName
{
color: #E54814;
}
</style>
background-color css
<style>
a { background-color: #E54814; }
a { background-color: rgb(229,72,20); }
div.DivClassName
{
background-color: #E54814;
}
.BgClassName
{
background-color: #E54814;
}
</style>
border-color css
<style>
span { border-color: #E54814; }
span { border-color: rgb(229,72,20); }
td.TdClassName
{
border-color: #E54814;
}
.TagClassName
{
border-color: #E54814;
}
</style>