Shades of Persimmon #E15312
Tints of Persimmon #E15312
RGB
CMYK
RGB Variations
Color information
#E15312 (or 0xE15312) is known color: Persimmon. HEX triplet: E1, 53 and 12. RGB value is (225,83,18). Sum of RGB (Red+Green+Blue) = 225+83+18=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E15312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15312 is #1EACED. Grayscale: #767676. Windows color (decimal): -2010350 or 1201121. OLE color: 1201121.
HSL color Cylindrical-coordinate representation of color #E15312: hue angle of 18.84º 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 #E15312 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 18 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.12 |
| HSL | 18.84º | 0.85% | 0.48% | - |
| HSV(B) | 18.84º | 0.92% | 0.88% | - |
| XYZ | 34.25 | 22.24 | 3.06 | - |
| YUV | 118.05 | 71.54 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 18 | 0 | 0.63 | 0.92 | 0.12 | 18.84 | 0.85 | 0.48 |
| Hex | E1 | 53 | 12 | 0 | 3F | 5C | C | 13 | 55 | 30 |
| Octal | 341 | 123 | 22 | 0 | 77 | 134 | 14 | 23 | 125 | 60 |
| Binary | 11100001 | 1010011 | 10010 | 0 | 111111 | 1011100 | 1100 | 10011 | 1010101 | 110000 |
Color Harmonies of #E15312
Complementary color
Monochromatic Colors of #E15312
Black with #E15312
Text Example
Text Example
White with #E15312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15312; }
p { color: rgb(225,83,18); }
H1.HeaderClassName
{
color: #E15312;
}
.AnyTagClassName
{
color: #E15312;
}
</style>
background-color css
<style>
a { background-color: #E15312; }
a { background-color: rgb(225,83,18); }
div.DivClassName
{
background-color: #E15312;
}
.BgClassName
{
background-color: #E15312;
}
</style>
border-color css
<style>
span { border-color: #E15312; }
span { border-color: rgb(225,83,18); }
td.TdClassName
{
border-color: #E15312;
}
.TagClassName
{
border-color: #E15312;
}
</style>