Shades of Persimmon #E15E0F
Tints of Persimmon #E15E0F
RGB
CMYK
RGB Variations
Color information
#E15E0F (or 0xE15E0F) is known color: Persimmon. HEX triplet: E1, 5E and 0F. RGB value is (225,94,15). Sum of RGB (Red+Green+Blue) = 225+94+15=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15E0F is #1EA1F0. Grayscale: #7C7C7C. Windows color (decimal): -2007537 or 1007329. OLE color: 1007329.
HSL color Cylindrical-coordinate representation of color #E15E0F: hue angle of 22.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E15E0F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 15 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.12 |
| HSL | 22.57º | 0.88% | 0.47% | - |
| HSV(B) | 22.57º | 0.93% | 0.88% | - |
| XYZ | 35.14 | 24.05 | 3.24 | - |
| YUV | 124.16 | 66.4 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 15 | 0 | 0.58 | 0.93 | 0.12 | 22.57 | 0.88 | 0.47 |
| Hex | E1 | 5E | F | 0 | 3A | 5D | C | 17 | 58 | 2F |
| Octal | 341 | 136 | 17 | 0 | 72 | 135 | 14 | 27 | 130 | 57 |
| Binary | 11100001 | 1011110 | 1111 | 0 | 111010 | 1011101 | 1100 | 10111 | 1011000 | 101111 |
Color Harmonies of #E15E0F
Complementary color
Monochromatic Colors of #E15E0F
Black with #E15E0F
Text Example
Text Example
White with #E15E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15E0F; }
p { color: rgb(225,94,15); }
H1.HeaderClassName
{
color: #E15E0F;
}
.AnyTagClassName
{
color: #E15E0F;
}
</style>
background-color css
<style>
a { background-color: #E15E0F; }
a { background-color: rgb(225,94,15); }
div.DivClassName
{
background-color: #E15E0F;
}
.BgClassName
{
background-color: #E15E0F;
}
</style>
border-color css
<style>
span { border-color: #E15E0F; }
span { border-color: rgb(225,94,15); }
td.TdClassName
{
border-color: #E15E0F;
}
.TagClassName
{
border-color: #E15E0F;
}
</style>