Shades of Persimmon #E56012
Tints of Persimmon #E56012
RGB
CMYK
RGB Variations
Color information
#E56012 (or 0xE56012) is known color: Persimmon. HEX triplet: E5, 60 and 12. RGB value is (229,96,18). Sum of RGB (Red+Green+Blue) = 229+96+18=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E56012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56012 is #1A9FED. Grayscale: #7F7F7F. Windows color (decimal): -1744878 or 1204453. OLE color: 1204453.
HSL color Cylindrical-coordinate representation of color #E56012: hue angle of 22.18º 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 #E56012 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.10 |
| HSL | 22.18º | 0.85% | 0.48% | - |
| HSV(B) | 22.18º | 0.92% | 0.9% | - |
| XYZ | 36.61 | 25.07 | 3.48 | - |
| YUV | 126.88 | 66.56 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 18 | 0 | 0.58 | 0.92 | 0.10 | 22.18 | 0.85 | 0.48 |
| Hex | E5 | 60 | 12 | 0 | 3A | 5C | A | 16 | 55 | 30 |
| Octal | 345 | 140 | 22 | 0 | 72 | 134 | 12 | 26 | 125 | 60 |
| Binary | 11100101 | 1100000 | 10010 | 0 | 111010 | 1011100 | 1010 | 10110 | 1010101 | 110000 |
Color Harmonies of #E56012
Complementary color
Monochromatic Colors of #E56012
Black with #E56012
Text Example
Text Example
White with #E56012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56012; }
p { color: rgb(229,96,18); }
H1.HeaderClassName
{
color: #E56012;
}
.AnyTagClassName
{
color: #E56012;
}
</style>
background-color css
<style>
a { background-color: #E56012; }
a { background-color: rgb(229,96,18); }
div.DivClassName
{
background-color: #E56012;
}
.BgClassName
{
background-color: #E56012;
}
</style>
border-color css
<style>
span { border-color: #E56012; }
span { border-color: rgb(229,96,18); }
td.TdClassName
{
border-color: #E56012;
}
.TagClassName
{
border-color: #E56012;
}
</style>