Shades of Persimmon #E56412
Tints of Persimmon #E56412
RGB
CMYK
RGB Variations
Color information
#E56412 (or 0xE56412) is known color: Persimmon. HEX triplet: E5, 64 and 12. RGB value is (229,100,18). Sum of RGB (Red+Green+Blue) = 229+100+18=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E56412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56412 is #1A9BED. Grayscale: #818181. Windows color (decimal): -1743854 or 1205477. OLE color: 1205477.
HSL color Cylindrical-coordinate representation of color #E56412: hue angle of 23.32º 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 #E56412 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 18 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.10 |
| HSL | 23.32º | 0.85% | 0.48% | - |
| HSV(B) | 23.32º | 0.92% | 0.9% | - |
| XYZ | 36.98 | 25.82 | 3.61 | - |
| YUV | 129.22 | 65.24 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 18 | 0 | 0.56 | 0.92 | 0.10 | 23.32 | 0.85 | 0.48 |
| Hex | E5 | 64 | 12 | 0 | 38 | 5C | A | 17 | 55 | 30 |
| Octal | 345 | 144 | 22 | 0 | 70 | 134 | 12 | 27 | 125 | 60 |
| Binary | 11100101 | 1100100 | 10010 | 0 | 111000 | 1011100 | 1010 | 10111 | 1010101 | 110000 |
Color Harmonies of #E56412
Complementary color
Monochromatic Colors of #E56412
Black with #E56412
Text Example
Text Example
White with #E56412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56412; }
p { color: rgb(229,100,18); }
H1.HeaderClassName
{
color: #E56412;
}
.AnyTagClassName
{
color: #E56412;
}
</style>
background-color css
<style>
a { background-color: #E56412; }
a { background-color: rgb(229,100,18); }
div.DivClassName
{
background-color: #E56412;
}
.BgClassName
{
background-color: #E56412;
}
</style>
border-color css
<style>
span { border-color: #E56412; }
span { border-color: rgb(229,100,18); }
td.TdClassName
{
border-color: #E56412;
}
.TagClassName
{
border-color: #E56412;
}
</style>