Shades of Persimmon #E45412
Tints of Persimmon #E45412
RGB
CMYK
RGB Variations
Color information
#E45412 (or 0xE45412) is known color: Persimmon. HEX triplet: E4, 54 and 12. RGB value is (228,84,18). Sum of RGB (Red+Green+Blue) = 228+84+18=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E45412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45412 is #1BABED. Grayscale: #777777. Windows color (decimal): -1813486 or 1201380. OLE color: 1201380.
HSL color Cylindrical-coordinate representation of color #E45412: hue angle of 18.86º 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 #E45412 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 18 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.11 |
| HSL | 18.86º | 0.85% | 0.48% | - |
| HSV(B) | 18.86º | 0.92% | 0.89% | - |
| XYZ | 35.27 | 22.88 | 3.13 | - |
| YUV | 119.53 | 70.71 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 18 | 0 | 0.63 | 0.92 | 0.11 | 18.86 | 0.85 | 0.48 |
| Hex | E4 | 54 | 12 | 0 | 3F | 5C | B | 13 | 55 | 30 |
| Octal | 344 | 124 | 22 | 0 | 77 | 134 | 13 | 23 | 125 | 60 |
| Binary | 11100100 | 1010100 | 10010 | 0 | 111111 | 1011100 | 1011 | 10011 | 1010101 | 110000 |
Color Harmonies of #E45412
Complementary color
Monochromatic Colors of #E45412
Black with #E45412
Text Example
Text Example
White with #E45412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45412; }
p { color: rgb(228,84,18); }
H1.HeaderClassName
{
color: #E45412;
}
.AnyTagClassName
{
color: #E45412;
}
</style>
background-color css
<style>
a { background-color: #E45412; }
a { background-color: rgb(228,84,18); }
div.DivClassName
{
background-color: #E45412;
}
.BgClassName
{
background-color: #E45412;
}
</style>
border-color css
<style>
span { border-color: #E45412; }
span { border-color: rgb(228,84,18); }
td.TdClassName
{
border-color: #E45412;
}
.TagClassName
{
border-color: #E45412;
}
</style>