Shades of Persimmon #E15012
Tints of Persimmon #E15012
RGB
CMYK
RGB Variations
Color information
#E15012 (or 0xE15012) is known color: Persimmon. HEX triplet: E1, 50 and 12. RGB value is (225,80,18). Sum of RGB (Red+Green+Blue) = 225+80+18=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E15012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15012 is #1EAFED. Grayscale: #747474. Windows color (decimal): -2011118 or 1200353. OLE color: 1200353.
HSL color Cylindrical-coordinate representation of color #E15012: hue angle of 17.97º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E15012 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 18 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.12 |
| HSL | 17.97º | 0.85% | 0.48% | - |
| HSV(B) | 17.97º | 0.92% | 0.88% | - |
| XYZ | 34.03 | 21.79 | 2.98 | - |
| YUV | 116.29 | 72.54 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 18 | 0 | 0.64 | 0.92 | 0.12 | 17.97 | 0.85 | 0.48 |
| Hex | E1 | 50 | 12 | 0 | 40 | 5C | C | 12 | 55 | 30 |
| Octal | 341 | 120 | 22 | 0 | 100 | 134 | 14 | 22 | 125 | 60 |
| Binary | 11100001 | 1010000 | 10010 | 0 | 1000000 | 1011100 | 1100 | 10010 | 1010101 | 110000 |
Color Harmonies of #E15012
Complementary color
Monochromatic Colors of #E15012
Black with #E15012
Text Example
Text Example
White with #E15012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15012; }
p { color: rgb(225,80,18); }
H1.HeaderClassName
{
color: #E15012;
}
.AnyTagClassName
{
color: #E15012;
}
</style>
background-color css
<style>
a { background-color: #E15012; }
a { background-color: rgb(225,80,18); }
div.DivClassName
{
background-color: #E15012;
}
.BgClassName
{
background-color: #E15012;
}
</style>
border-color css
<style>
span { border-color: #E15012; }
span { border-color: rgb(225,80,18); }
td.TdClassName
{
border-color: #E15012;
}
.TagClassName
{
border-color: #E15012;
}
</style>