Shades of Persimmon #E15A0A
Tints of Persimmon #E15A0A
RGB
CMYK
RGB Variations
Color information
#E15A0A (or 0xE15A0A) is known color: Persimmon. HEX triplet: E1, 5A and 0A. RGB value is (225,90,10). Sum of RGB (Red+Green+Blue) = 225+90+10=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15A0A is #1EA5F5. Grayscale: #797979. Windows color (decimal): -2008566 or 678625. OLE color: 678625.
HSL color Cylindrical-coordinate representation of color #E15A0A: hue angle of 22.33º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E15A0A is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 10 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.12 |
| HSL | 22.33º | 0.91% | 0.46% | - |
| HSV(B) | 22.33º | 0.96% | 0.88% | - |
| XYZ | 34.76 | 23.34 | 2.96 | - |
| YUV | 121.25 | 65.23 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 10 | 0 | 0.60 | 0.96 | 0.12 | 22.33 | 0.91 | 0.46 |
| Hex | E1 | 5A | A | 0 | 3C | 60 | C | 16 | 5B | 2E |
| Octal | 341 | 132 | 12 | 0 | 74 | 140 | 14 | 26 | 133 | 56 |
| Binary | 11100001 | 1011010 | 1010 | 0 | 111100 | 1100000 | 1100 | 10110 | 1011011 | 101110 |
Color Harmonies of #E15A0A
Complementary color
Monochromatic Colors of #E15A0A
Black with #E15A0A
Text Example
Text Example
White with #E15A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A0A; }
p { color: rgb(225,90,10); }
H1.HeaderClassName
{
color: #E15A0A;
}
.AnyTagClassName
{
color: #E15A0A;
}
</style>
background-color css
<style>
a { background-color: #E15A0A; }
a { background-color: rgb(225,90,10); }
div.DivClassName
{
background-color: #E15A0A;
}
.BgClassName
{
background-color: #E15A0A;
}
</style>
border-color css
<style>
span { border-color: #E15A0A; }
span { border-color: rgb(225,90,10); }
td.TdClassName
{
border-color: #E15A0A;
}
.TagClassName
{
border-color: #E15A0A;
}
</style>