Shades of Persimmon #E15001
Tints of Persimmon #E15001
RGB
CMYK
RGB Variations
Color information
#E15001 (or 0xE15001) is known color: Persimmon. HEX triplet: E1, 50 and 01. RGB value is (225,80,1). Sum of RGB (Red+Green+Blue) = 225+80+1=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E15001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15001 is #1EAFFE. Grayscale: #727272. Windows color (decimal): -2011135 or 86241. OLE color: 86241.
HSL color Cylindrical-coordinate representation of color #E15001: hue angle of 21.16º 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 #E15001 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.12 |
| HSL | 21.16º | 0.99% | 0.44% | - |
| HSV(B) | 21.16º | 1% | 0.88% | - |
| XYZ | 33.93 | 21.75 | 2.44 | - |
| YUV | 114.35 | 64.04 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 1 | 0 | 0.64 | 1.00 | 0.12 | 21.16 | 0.99 | 0.44 |
| Hex | E1 | 50 | 1 | 0 | 40 | 64 | C | 15 | 63 | 2C |
| Octal | 341 | 120 | 1 | 0 | 100 | 144 | 14 | 25 | 143 | 54 |
| Binary | 11100001 | 1010000 | 1 | 0 | 1000000 | 1100100 | 1100 | 10101 | 1100011 | 101100 |
Color Harmonies of #E15001
Complementary color
Monochromatic Colors of #E15001
Black with #E15001
Text Example
Text Example
White with #E15001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15001; }
p { color: rgb(225,80,1); }
H1.HeaderClassName
{
color: #E15001;
}
.AnyTagClassName
{
color: #E15001;
}
</style>
background-color css
<style>
a { background-color: #E15001; }
a { background-color: rgb(225,80,1); }
div.DivClassName
{
background-color: #E15001;
}
.BgClassName
{
background-color: #E15001;
}
</style>
border-color css
<style>
span { border-color: #E15001; }
span { border-color: rgb(225,80,1); }
td.TdClassName
{
border-color: #E15001;
}
.TagClassName
{
border-color: #E15001;
}
</style>