Shades of Persimmon #E15F09
Tints of Persimmon #E15F09
RGB
CMYK
RGB Variations
Color information
#E15F09 (or 0xE15F09) is known color: Persimmon. HEX triplet: E1, 5F and 09. RGB value is (225,95,9). Sum of RGB (Red+Green+Blue) = 225+95+9=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15F09 is #1EA0F6. Grayscale: #7C7C7C. Windows color (decimal): -2007287 or 614369. OLE color: 614369.
HSL color Cylindrical-coordinate representation of color #E15F09: hue angle of 23.89º degrees, saturation: 0.92, 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 #E15F09 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 9 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.12 |
| HSL | 23.89º | 0.92% | 0.46% | - |
| HSV(B) | 23.89º | 0.96% | 0.88% | - |
| XYZ | 35.19 | 24.21 | 3.08 | - |
| YUV | 124.07 | 63.07 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 9 | 0 | 0.58 | 0.96 | 0.12 | 23.89 | 0.92 | 0.46 |
| Hex | E1 | 5F | 9 | 0 | 3A | 60 | C | 18 | 5C | 2E |
| Octal | 341 | 137 | 11 | 0 | 72 | 140 | 14 | 30 | 134 | 56 |
| Binary | 11100001 | 1011111 | 1001 | 0 | 111010 | 1100000 | 1100 | 11000 | 1011100 | 101110 |
Color Harmonies of #E15F09
Complementary color
Monochromatic Colors of #E15F09
Black with #E15F09
Text Example
Text Example
White with #E15F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15F09; }
p { color: rgb(225,95,9); }
H1.HeaderClassName
{
color: #E15F09;
}
.AnyTagClassName
{
color: #E15F09;
}
</style>
background-color css
<style>
a { background-color: #E15F09; }
a { background-color: rgb(225,95,9); }
div.DivClassName
{
background-color: #E15F09;
}
.BgClassName
{
background-color: #E15F09;
}
</style>
border-color css
<style>
span { border-color: #E15F09; }
span { border-color: rgb(225,95,9); }
td.TdClassName
{
border-color: #E15F09;
}
.TagClassName
{
border-color: #E15F09;
}
</style>