Shades of Persimmon #E15416
Tints of Persimmon #E15416
RGB
CMYK
RGB Variations
Color information
#E15416 (or 0xE15416) is known color: Persimmon. HEX triplet: E1, 54 and 16. RGB value is (225,84,22). Sum of RGB (Red+Green+Blue) = 225+84+22=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E15416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15416 is #1EABE9. Grayscale: #777777. Windows color (decimal): -2010090 or 1463521. OLE color: 1463521.
HSL color Cylindrical-coordinate representation of color #E15416: hue angle of 18.33º 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 #E15416 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 22 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.12 |
| HSL | 18.33º | 0.82% | 0.48% | - |
| HSV(B) | 18.33º | 0.9% | 0.88% | - |
| XYZ | 34.37 | 22.41 | 3.27 | - |
| YUV | 119.09 | 73.21 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 22 | 0 | 0.63 | 0.90 | 0.12 | 18.33 | 0.82 | 0.48 |
| Hex | E1 | 54 | 16 | 0 | 3F | 5A | C | 12 | 52 | 30 |
| Octal | 341 | 124 | 26 | 0 | 77 | 132 | 14 | 22 | 122 | 60 |
| Binary | 11100001 | 1010100 | 10110 | 0 | 111111 | 1011010 | 1100 | 10010 | 1010010 | 110000 |
Color Harmonies of #E15416
Complementary color
Monochromatic Colors of #E15416
Black with #E15416
Text Example
Text Example
White with #E15416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15416; }
p { color: rgb(225,84,22); }
H1.HeaderClassName
{
color: #E15416;
}
.AnyTagClassName
{
color: #E15416;
}
</style>
background-color css
<style>
a { background-color: #E15416; }
a { background-color: rgb(225,84,22); }
div.DivClassName
{
background-color: #E15416;
}
.BgClassName
{
background-color: #E15416;
}
</style>
border-color css
<style>
span { border-color: #E15416; }
span { border-color: rgb(225,84,22); }
td.TdClassName
{
border-color: #E15416;
}
.TagClassName
{
border-color: #E15416;
}
</style>