Shades of Persimmon #E15316
Tints of Persimmon #E15316
RGB
CMYK
RGB Variations
Color information
#E15316 (or 0xE15316) is known color: Persimmon. HEX triplet: E1, 53 and 16. RGB value is (225,83,22). Sum of RGB (Red+Green+Blue) = 225+83+22=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E15316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15316 is #1EACE9. Grayscale: #767676. Windows color (decimal): -2010346 or 1463265. OLE color: 1463265.
HSL color Cylindrical-coordinate representation of color #E15316: hue angle of 18.03º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E15316 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 22 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.12 |
| HSL | 18.03º | 0.82% | 0.48% | - |
| HSV(B) | 18.03º | 0.9% | 0.88% | - |
| XYZ | 34.29 | 22.25 | 3.25 | - |
| YUV | 118.5 | 73.54 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 22 | 0 | 0.63 | 0.90 | 0.12 | 18.03 | 0.82 | 0.48 |
| Hex | E1 | 53 | 16 | 0 | 3F | 5A | C | 12 | 52 | 30 |
| Octal | 341 | 123 | 26 | 0 | 77 | 132 | 14 | 22 | 122 | 60 |
| Binary | 11100001 | 1010011 | 10110 | 0 | 111111 | 1011010 | 1100 | 10010 | 1010010 | 110000 |
Color Harmonies of #E15316
Complementary color
Monochromatic Colors of #E15316
Black with #E15316
Text Example
Text Example
White with #E15316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15316; }
p { color: rgb(225,83,22); }
H1.HeaderClassName
{
color: #E15316;
}
.AnyTagClassName
{
color: #E15316;
}
</style>
background-color css
<style>
a { background-color: #E15316; }
a { background-color: rgb(225,83,22); }
div.DivClassName
{
background-color: #E15316;
}
.BgClassName
{
background-color: #E15316;
}
</style>
border-color css
<style>
span { border-color: #E15316; }
span { border-color: rgb(225,83,22); }
td.TdClassName
{
border-color: #E15316;
}
.TagClassName
{
border-color: #E15316;
}
</style>