Shades of Persimmon #E15214
Tints of Persimmon #E15214
RGB
CMYK
RGB Variations
Color information
#E15214 (or 0xE15214) is known color: Persimmon. HEX triplet: E1, 52 and 14. RGB value is (225,82,20). Sum of RGB (Red+Green+Blue) = 225+82+20=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E15214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15214 is #1EADEB. Grayscale: #767676. Windows color (decimal): -2010604 or 1331937. OLE color: 1331937.
HSL color Cylindrical-coordinate representation of color #E15214: hue angle of 18.15º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E15214 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 20 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.12 |
| HSL | 18.15º | 0.84% | 0.48% | - |
| HSV(B) | 18.15º | 0.91% | 0.88% | - |
| XYZ | 34.19 | 22.09 | 3.12 | - |
| YUV | 117.69 | 72.88 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 20 | 0 | 0.64 | 0.91 | 0.12 | 18.15 | 0.84 | 0.48 |
| Hex | E1 | 52 | 14 | 0 | 40 | 5B | C | 12 | 54 | 30 |
| Octal | 341 | 122 | 24 | 0 | 100 | 133 | 14 | 22 | 124 | 60 |
| Binary | 11100001 | 1010010 | 10100 | 0 | 1000000 | 1011011 | 1100 | 10010 | 1010100 | 110000 |
Color Harmonies of #E15214
Complementary color
Monochromatic Colors of #E15214
Black with #E15214
Text Example
Text Example
White with #E15214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15214; }
p { color: rgb(225,82,20); }
H1.HeaderClassName
{
color: #E15214;
}
.AnyTagClassName
{
color: #E15214;
}
</style>
background-color css
<style>
a { background-color: #E15214; }
a { background-color: rgb(225,82,20); }
div.DivClassName
{
background-color: #E15214;
}
.BgClassName
{
background-color: #E15214;
}
</style>
border-color css
<style>
span { border-color: #E15214; }
span { border-color: rgb(225,82,20); }
td.TdClassName
{
border-color: #E15214;
}
.TagClassName
{
border-color: #E15214;
}
</style>