Shades of Persimmon #E54512
Tints of Persimmon #E54512
RGB
CMYK
RGB Variations
Color information
#E54512 (or 0xE54512) is known color: Persimmon. HEX triplet: E5, 45 and 12. RGB value is (229,69,18). Sum of RGB (Red+Green+Blue) = 229+69+18=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E54512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54512 is #1ABAED. Grayscale: #6F6F6F. Windows color (decimal): -1751790 or 1197541. OLE color: 1197541.
HSL color Cylindrical-coordinate representation of color #E54512: hue angle of 14.5º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E54512 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 18 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.10 |
| HSL | 14.5º | 0.85% | 0.48% | - |
| HSV(B) | 14.5º | 0.92% | 0.9% | - |
| XYZ | 34.55 | 20.96 | 2.8 | - |
| YUV | 111.03 | 75.51 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 18 | 0 | 0.70 | 0.92 | 0.10 | 14.5 | 0.85 | 0.48 |
| Hex | E5 | 45 | 12 | 0 | 46 | 5C | A | F | 55 | 30 |
| Octal | 345 | 105 | 22 | 0 | 106 | 134 | 12 | 17 | 125 | 60 |
| Binary | 11100101 | 1000101 | 10010 | 0 | 1000110 | 1011100 | 1010 | 1111 | 1010101 | 110000 |
Color Harmonies of #E54512
Complementary color
Monochromatic Colors of #E54512
Black with #E54512
Text Example
Text Example
White with #E54512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54512; }
p { color: rgb(229,69,18); }
H1.HeaderClassName
{
color: #E54512;
}
.AnyTagClassName
{
color: #E54512;
}
</style>
background-color css
<style>
a { background-color: #E54512; }
a { background-color: rgb(229,69,18); }
div.DivClassName
{
background-color: #E54512;
}
.BgClassName
{
background-color: #E54512;
}
</style>
border-color css
<style>
span { border-color: #E54512; }
span { border-color: rgb(229,69,18); }
td.TdClassName
{
border-color: #E54512;
}
.TagClassName
{
border-color: #E54512;
}
</style>