Shades of Persimmon #E15409
Tints of Persimmon #E15409
RGB
CMYK
RGB Variations
Color information
#E15409 (or 0xE15409) is known color: Persimmon. HEX triplet: E1, 54 and 09. RGB value is (225,84,9). Sum of RGB (Red+Green+Blue) = 225+84+9=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E15409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15409 is #1EABF6. Grayscale: #767676. Windows color (decimal): -2010103 or 611553. OLE color: 611553.
HSL color Cylindrical-coordinate representation of color #E15409: hue angle of 20.83º 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 #E15409 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 9 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.12 |
| HSL | 20.83º | 0.92% | 0.46% | - |
| HSV(B) | 20.83º | 0.96% | 0.88% | - |
| XYZ | 34.27 | 22.37 | 2.77 | - |
| YUV | 117.61 | 66.71 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 9 | 0 | 0.63 | 0.96 | 0.12 | 20.83 | 0.92 | 0.46 |
| Hex | E1 | 54 | 9 | 0 | 3F | 60 | C | 15 | 5C | 2E |
| Octal | 341 | 124 | 11 | 0 | 77 | 140 | 14 | 25 | 134 | 56 |
| Binary | 11100001 | 1010100 | 1001 | 0 | 111111 | 1100000 | 1100 | 10101 | 1011100 | 101110 |
Color Harmonies of #E15409
Complementary color
Monochromatic Colors of #E15409
Black with #E15409
Text Example
Text Example
White with #E15409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15409; }
p { color: rgb(225,84,9); }
H1.HeaderClassName
{
color: #E15409;
}
.AnyTagClassName
{
color: #E15409;
}
</style>
background-color css
<style>
a { background-color: #E15409; }
a { background-color: rgb(225,84,9); }
div.DivClassName
{
background-color: #E15409;
}
.BgClassName
{
background-color: #E15409;
}
</style>
border-color css
<style>
span { border-color: #E15409; }
span { border-color: rgb(225,84,9); }
td.TdClassName
{
border-color: #E15409;
}
.TagClassName
{
border-color: #E15409;
}
</style>