Shades of Persimmon #E54B12
Tints of Persimmon #E54B12
RGB
CMYK
RGB Variations
Color information
#E54B12 (or 0xE54B12) is known color: Persimmon. HEX triplet: E5, 4B and 12. RGB value is (229,75,18). Sum of RGB (Red+Green+Blue) = 229+75+18=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54B12 is #1AB4ED. Grayscale: #727272. Windows color (decimal): -1750254 or 1199077. OLE color: 1199077.
HSL color Cylindrical-coordinate representation of color #E54B12: hue angle of 16.21º 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 #E54B12 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 18 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.10 |
| HSL | 16.21º | 0.85% | 0.48% | - |
| HSV(B) | 16.21º | 0.92% | 0.9% | - |
| XYZ | 34.94 | 21.73 | 2.93 | - |
| YUV | 114.55 | 73.52 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 18 | 0 | 0.67 | 0.92 | 0.10 | 16.21 | 0.85 | 0.48 |
| Hex | E5 | 4B | 12 | 0 | 43 | 5C | A | 10 | 55 | 30 |
| Octal | 345 | 113 | 22 | 0 | 103 | 134 | 12 | 20 | 125 | 60 |
| Binary | 11100101 | 1001011 | 10010 | 0 | 1000011 | 1011100 | 1010 | 10000 | 1010101 | 110000 |
Color Harmonies of #E54B12
Complementary color
Monochromatic Colors of #E54B12
Black with #E54B12
Text Example
Text Example
White with #E54B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54B12; }
p { color: rgb(229,75,18); }
H1.HeaderClassName
{
color: #E54B12;
}
.AnyTagClassName
{
color: #E54B12;
}
</style>
background-color css
<style>
a { background-color: #E54B12; }
a { background-color: rgb(229,75,18); }
div.DivClassName
{
background-color: #E54B12;
}
.BgClassName
{
background-color: #E54B12;
}
</style>
border-color css
<style>
span { border-color: #E54B12; }
span { border-color: rgb(229,75,18); }
td.TdClassName
{
border-color: #E54B12;
}
.TagClassName
{
border-color: #E54B12;
}
</style>