Shades of Persimmon #E15501
Tints of Persimmon #E15501
RGB
CMYK
RGB Variations
Color information
#E15501 (or 0xE15501) is known color: Persimmon. HEX triplet: E1, 55 and 01. RGB value is (225,85,1). Sum of RGB (Red+Green+Blue) = 225+85+1=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E15501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15501 is #1EAAFE. Grayscale: #757575. Windows color (decimal): -2009855 or 87521. OLE color: 87521.
HSL color Cylindrical-coordinate representation of color #E15501: hue angle of 22.5º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E15501 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0.12 |
| HSL | 22.5º | 0.99% | 0.44% | - |
| HSV(B) | 22.5º | 1% | 0.88% | - |
| XYZ | 34.31 | 22.51 | 2.56 | - |
| YUV | 117.28 | 62.38 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 1 | 0 | 0.62 | 1.00 | 0.12 | 22.5 | 0.99 | 0.44 |
| Hex | E1 | 55 | 1 | 0 | 3E | 64 | C | 16 | 63 | 2C |
| Octal | 341 | 125 | 1 | 0 | 76 | 144 | 14 | 26 | 143 | 54 |
| Binary | 11100001 | 1010101 | 1 | 0 | 111110 | 1100100 | 1100 | 10110 | 1100011 | 101100 |
Color Harmonies of #E15501
Complementary color
Monochromatic Colors of #E15501
Black with #E15501
Text Example
Text Example
White with #E15501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15501; }
p { color: rgb(225,85,1); }
H1.HeaderClassName
{
color: #E15501;
}
.AnyTagClassName
{
color: #E15501;
}
</style>
background-color css
<style>
a { background-color: #E15501; }
a { background-color: rgb(225,85,1); }
div.DivClassName
{
background-color: #E15501;
}
.BgClassName
{
background-color: #E15501;
}
</style>
border-color css
<style>
span { border-color: #E15501; }
span { border-color: rgb(225,85,1); }
td.TdClassName
{
border-color: #E15501;
}
.TagClassName
{
border-color: #E15501;
}
</style>