Shades of Persimmon #E45F12
Tints of Persimmon #E45F12
RGB
CMYK
RGB Variations
Color information
#E45F12 (or 0xE45F12) is known color: Persimmon. HEX triplet: E4, 5F and 12. RGB value is (228,95,18). Sum of RGB (Red+Green+Blue) = 228+95+18=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45F12 is #1BA0ED. Grayscale: #7E7E7E. Windows color (decimal): -1810670 or 1204196. OLE color: 1204196.
HSL color Cylindrical-coordinate representation of color #E45F12: hue angle of 22º 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 #E45F12 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.11 |
| HSL | 22º | 0.85% | 0.48% | - |
| HSV(B) | 22º | 0.92% | 0.89% | - |
| XYZ | 36.2 | 24.72 | 3.44 | - |
| YUV | 125.99 | 67.06 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 18 | 0 | 0.58 | 0.92 | 0.11 | 22 | 0.85 | 0.48 |
| Hex | E4 | 5F | 12 | 0 | 3A | 5C | B | 16 | 55 | 30 |
| Octal | 344 | 137 | 22 | 0 | 72 | 134 | 13 | 26 | 125 | 60 |
| Binary | 11100100 | 1011111 | 10010 | 0 | 111010 | 1011100 | 1011 | 10110 | 1010101 | 110000 |
Color Harmonies of #E45F12
Complementary color
Monochromatic Colors of #E45F12
Black with #E45F12
Text Example
Text Example
White with #E45F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45F12; }
p { color: rgb(228,95,18); }
H1.HeaderClassName
{
color: #E45F12;
}
.AnyTagClassName
{
color: #E45F12;
}
</style>
background-color css
<style>
a { background-color: #E45F12; }
a { background-color: rgb(228,95,18); }
div.DivClassName
{
background-color: #E45F12;
}
.BgClassName
{
background-color: #E45F12;
}
</style>
border-color css
<style>
span { border-color: #E45F12; }
span { border-color: rgb(228,95,18); }
td.TdClassName
{
border-color: #E45F12;
}
.TagClassName
{
border-color: #E45F12;
}
</style>