Shades of Persimmon #E15101
Tints of Persimmon #E15101
RGB
CMYK
RGB Variations
Color information
#E15101 (or 0xE15101) is known color: Persimmon. HEX triplet: E1, 51 and 01. RGB value is (225,81,1). Sum of RGB (Red+Green+Blue) = 225+81+1=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E15101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15101 is #1EAEFE. Grayscale: #737373. Windows color (decimal): -2010879 or 86497. OLE color: 86497.
HSL color Cylindrical-coordinate representation of color #E15101: hue angle of 21.43º 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 #E15101 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.12 |
| HSL | 21.43º | 0.99% | 0.44% | - |
| HSV(B) | 21.43º | 1% | 0.88% | - |
| XYZ | 34 | 21.89 | 2.46 | - |
| YUV | 114.94 | 63.71 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 1 | 0 | 0.64 | 1.00 | 0.12 | 21.43 | 0.99 | 0.44 |
| Hex | E1 | 51 | 1 | 0 | 40 | 64 | C | 15 | 63 | 2C |
| Octal | 341 | 121 | 1 | 0 | 100 | 144 | 14 | 25 | 143 | 54 |
| Binary | 11100001 | 1010001 | 1 | 0 | 1000000 | 1100100 | 1100 | 10101 | 1100011 | 101100 |
Color Harmonies of #E15101
Complementary color
Monochromatic Colors of #E15101
Black with #E15101
Text Example
Text Example
White with #E15101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15101; }
p { color: rgb(225,81,1); }
H1.HeaderClassName
{
color: #E15101;
}
.AnyTagClassName
{
color: #E15101;
}
</style>
background-color css
<style>
a { background-color: #E15101; }
a { background-color: rgb(225,81,1); }
div.DivClassName
{
background-color: #E15101;
}
.BgClassName
{
background-color: #E15101;
}
</style>
border-color css
<style>
span { border-color: #E15101; }
span { border-color: rgb(225,81,1); }
td.TdClassName
{
border-color: #E15101;
}
.TagClassName
{
border-color: #E15101;
}
</style>