Shades of Persimmon #E45712
Tints of Persimmon #E45712
RGB
CMYK
RGB Variations
Color information
#E45712 (or 0xE45712) is known color: Persimmon. HEX triplet: E4, 57 and 12. RGB value is (228,87,18). Sum of RGB (Red+Green+Blue) = 228+87+18=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E45712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45712 is #1BA8ED. Grayscale: #797979. Windows color (decimal): -1812718 or 1202148. OLE color: 1202148.
HSL color Cylindrical-coordinate representation of color #E45712: hue angle of 19.71º 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 #E45712 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 87 | 18 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.11 |
| HSL | 19.71º | 0.85% | 0.48% | - |
| HSV(B) | 19.71º | 0.92% | 0.89% | - |
| XYZ | 35.51 | 23.35 | 3.21 | - |
| YUV | 121.29 | 69.71 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 87 | 18 | 0 | 0.62 | 0.92 | 0.11 | 19.71 | 0.85 | 0.48 |
| Hex | E4 | 57 | 12 | 0 | 3E | 5C | B | 14 | 55 | 30 |
| Octal | 344 | 127 | 22 | 0 | 76 | 134 | 13 | 24 | 125 | 60 |
| Binary | 11100100 | 1010111 | 10010 | 0 | 111110 | 1011100 | 1011 | 10100 | 1010101 | 110000 |
Color Harmonies of #E45712
Complementary color
Monochromatic Colors of #E45712
Black with #E45712
Text Example
Text Example
White with #E45712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45712; }
p { color: rgb(228,87,18); }
H1.HeaderClassName
{
color: #E45712;
}
.AnyTagClassName
{
color: #E45712;
}
</style>
background-color css
<style>
a { background-color: #E45712; }
a { background-color: rgb(228,87,18); }
div.DivClassName
{
background-color: #E45712;
}
.BgClassName
{
background-color: #E45712;
}
</style>
border-color css
<style>
span { border-color: #E45712; }
span { border-color: rgb(228,87,18); }
td.TdClassName
{
border-color: #E45712;
}
.TagClassName
{
border-color: #E45712;
}
</style>