Shades of Persimmon #E15800
Tints of Persimmon #E15800
RGB
CMYK
RGB Variations
Color information
#E15800 (or 0xE15800) is known color: Persimmon. HEX triplet: E1, 58 and 00. RGB value is (225,88,0). Sum of RGB (Red+Green+Blue) = 225+88+0=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E15800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15800 is #1EA7FF. Grayscale: #777777. Windows color (decimal): -2009088 or 22753. OLE color: 22753.
HSL color Cylindrical-coordinate representation of color #E15800: hue angle of 23.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E15800 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.12 |
| HSL | 23.47º | 1% | 0.44% | - |
| HSV(B) | 23.47º | 1% | 0.88% | - |
| XYZ | 34.54 | 22.99 | 2.62 | - |
| YUV | 118.93 | 60.89 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 0 | 0 | 0.61 | 1 | 0.12 | 23.47 | 1 | 0.44 |
| Hex | E1 | 58 | 0 | 0 | 3D | 64 | C | 17 | 64 | 2C |
| Octal | 341 | 130 | 0 | 0 | 75 | 144 | 14 | 27 | 144 | 54 |
| Binary | 11100001 | 1011000 | 0 | 0 | 111101 | 1100100 | 1100 | 10111 | 1100100 | 101100 |
Color Harmonies of #E15800
Complementary color
Monochromatic Colors of #E15800
Black with #E15800
Text Example
Text Example
White with #E15800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15800; }
p { color: rgb(225,88,0); }
H1.HeaderClassName
{
color: #E15800;
}
.AnyTagClassName
{
color: #E15800;
}
</style>
background-color css
<style>
a { background-color: #E15800; }
a { background-color: rgb(225,88,0); }
div.DivClassName
{
background-color: #E15800;
}
.BgClassName
{
background-color: #E15800;
}
</style>
border-color css
<style>
span { border-color: #E15800; }
span { border-color: rgb(225,88,0); }
td.TdClassName
{
border-color: #E15800;
}
.TagClassName
{
border-color: #E15800;
}
</style>