Shades of Persimmon #E15C09
Tints of Persimmon #E15C09
RGB
CMYK
RGB Variations
Color information
#E15C09 (or 0xE15C09) is known color: Persimmon. HEX triplet: E1, 5C and 09. RGB value is (225,92,9). Sum of RGB (Red+Green+Blue) = 225+92+9=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15C09 is #1EA3F6. Grayscale: #7A7A7A. Windows color (decimal): -2008055 or 613601. OLE color: 613601.
HSL color Cylindrical-coordinate representation of color #E15C09: hue angle of 23.06º 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 #E15C09 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 9 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.12 |
| HSL | 23.06º | 0.92% | 0.46% | - |
| HSV(B) | 23.06º | 0.96% | 0.88% | - |
| XYZ | 34.93 | 23.68 | 2.99 | - |
| YUV | 122.31 | 64.06 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 9 | 0 | 0.59 | 0.96 | 0.12 | 23.06 | 0.92 | 0.46 |
| Hex | E1 | 5C | 9 | 0 | 3B | 60 | C | 17 | 5C | 2E |
| Octal | 341 | 134 | 11 | 0 | 73 | 140 | 14 | 27 | 134 | 56 |
| Binary | 11100001 | 1011100 | 1001 | 0 | 111011 | 1100000 | 1100 | 10111 | 1011100 | 101110 |
Color Harmonies of #E15C09
Complementary color
Monochromatic Colors of #E15C09
Black with #E15C09
Text Example
Text Example
White with #E15C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C09; }
p { color: rgb(225,92,9); }
H1.HeaderClassName
{
color: #E15C09;
}
.AnyTagClassName
{
color: #E15C09;
}
</style>
background-color css
<style>
a { background-color: #E15C09; }
a { background-color: rgb(225,92,9); }
div.DivClassName
{
background-color: #E15C09;
}
.BgClassName
{
background-color: #E15C09;
}
</style>
border-color css
<style>
span { border-color: #E15C09; }
span { border-color: rgb(225,92,9); }
td.TdClassName
{
border-color: #E15C09;
}
.TagClassName
{
border-color: #E15C09;
}
</style>