Shades of Persimmon #E15B0A
Tints of Persimmon #E15B0A
RGB
CMYK
RGB Variations
Color information
#E15B0A (or 0xE15B0A) is known color: Persimmon. HEX triplet: E1, 5B and 0A. RGB value is (225,91,10). Sum of RGB (Red+Green+Blue) = 225+91+10=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15B0A is #1EA4F5. Grayscale: #7A7A7A. Windows color (decimal): -2008310 or 678881. OLE color: 678881.
HSL color Cylindrical-coordinate representation of color #E15B0A: hue angle of 22.6º 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 #E15B0A is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 10 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.12 |
| HSL | 22.6º | 0.91% | 0.46% | - |
| HSV(B) | 22.6º | 0.96% | 0.88% | - |
| XYZ | 34.85 | 23.51 | 2.99 | - |
| YUV | 121.83 | 64.89 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 10 | 0 | 0.60 | 0.96 | 0.12 | 22.6 | 0.91 | 0.46 |
| Hex | E1 | 5B | A | 0 | 3C | 60 | C | 17 | 5B | 2E |
| Octal | 341 | 133 | 12 | 0 | 74 | 140 | 14 | 27 | 133 | 56 |
| Binary | 11100001 | 1011011 | 1010 | 0 | 111100 | 1100000 | 1100 | 10111 | 1011011 | 101110 |
Color Harmonies of #E15B0A
Complementary color
Monochromatic Colors of #E15B0A
Black with #E15B0A
Text Example
Text Example
White with #E15B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B0A; }
p { color: rgb(225,91,10); }
H1.HeaderClassName
{
color: #E15B0A;
}
.AnyTagClassName
{
color: #E15B0A;
}
</style>
background-color css
<style>
a { background-color: #E15B0A; }
a { background-color: rgb(225,91,10); }
div.DivClassName
{
background-color: #E15B0A;
}
.BgClassName
{
background-color: #E15B0A;
}
</style>
border-color css
<style>
span { border-color: #E15B0A; }
span { border-color: rgb(225,91,10); }
td.TdClassName
{
border-color: #E15B0A;
}
.TagClassName
{
border-color: #E15B0A;
}
</style>