Shades of Persimmon #E45512
Tints of Persimmon #E45512
RGB
CMYK
RGB Variations
Color information
#E45512 (or 0xE45512) is known color: Persimmon. HEX triplet: E4, 55 and 12. RGB value is (228,85,18). Sum of RGB (Red+Green+Blue) = 228+85+18=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E45512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45512 is #1BAAED. Grayscale: #787878. Windows color (decimal): -1813230 or 1201636. OLE color: 1201636.
HSL color Cylindrical-coordinate representation of color #E45512: hue angle of 19.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E45512 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 18 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.11 |
| HSL | 19.14º | 0.85% | 0.48% | - |
| HSV(B) | 19.14º | 0.92% | 0.89% | - |
| XYZ | 35.35 | 23.03 | 3.16 | - |
| YUV | 120.12 | 70.38 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 18 | 0 | 0.63 | 0.92 | 0.11 | 19.14 | 0.85 | 0.48 |
| Hex | E4 | 55 | 12 | 0 | 3F | 5C | B | 13 | 55 | 30 |
| Octal | 344 | 125 | 22 | 0 | 77 | 134 | 13 | 23 | 125 | 60 |
| Binary | 11100100 | 1010101 | 10010 | 0 | 111111 | 1011100 | 1011 | 10011 | 1010101 | 110000 |
Color Harmonies of #E45512
Complementary color
Monochromatic Colors of #E45512
Black with #E45512
Text Example
Text Example
White with #E45512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45512; }
p { color: rgb(228,85,18); }
H1.HeaderClassName
{
color: #E45512;
}
.AnyTagClassName
{
color: #E45512;
}
</style>
background-color css
<style>
a { background-color: #E45512; }
a { background-color: rgb(228,85,18); }
div.DivClassName
{
background-color: #E45512;
}
.BgClassName
{
background-color: #E45512;
}
</style>
border-color css
<style>
span { border-color: #E45512; }
span { border-color: rgb(228,85,18); }
td.TdClassName
{
border-color: #E45512;
}
.TagClassName
{
border-color: #E45512;
}
</style>