Shades of Persimmon #E25810
Tints of Persimmon #E25810
RGB
CMYK
RGB Variations
Color information
#E25810 (or 0xE25810) is known color: Persimmon. HEX triplet: E2, 58 and 10. RGB value is (226,88,16). Sum of RGB (Red+Green+Blue) = 226+88+16=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E25810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25810 is #1DA7EF. Grayscale: #797979. Windows color (decimal): -1943536 or 1071330. OLE color: 1071330.
HSL color Cylindrical-coordinate representation of color #E25810: hue angle of 20.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E25810 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 16 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.11 |
| HSL | 20.57º | 0.87% | 0.47% | - |
| HSV(B) | 20.57º | 0.93% | 0.89% | - |
| XYZ | 34.95 | 23.19 | 3.12 | - |
| YUV | 121.05 | 68.72 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 16 | 0 | 0.61 | 0.93 | 0.11 | 20.57 | 0.87 | 0.47 |
| Hex | E2 | 58 | 10 | 0 | 3D | 5D | B | 15 | 57 | 2F |
| Octal | 342 | 130 | 20 | 0 | 75 | 135 | 13 | 25 | 127 | 57 |
| Binary | 11100010 | 1011000 | 10000 | 0 | 111101 | 1011101 | 1011 | 10101 | 1010111 | 101111 |
Color Harmonies of #E25810
Complementary color
Monochromatic Colors of #E25810
Black with #E25810
Text Example
Text Example
White with #E25810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25810; }
p { color: rgb(226,88,16); }
H1.HeaderClassName
{
color: #E25810;
}
.AnyTagClassName
{
color: #E25810;
}
</style>
background-color css
<style>
a { background-color: #E25810; }
a { background-color: rgb(226,88,16); }
div.DivClassName
{
background-color: #E25810;
}
.BgClassName
{
background-color: #E25810;
}
</style>
border-color css
<style>
span { border-color: #E25810; }
span { border-color: rgb(226,88,16); }
td.TdClassName
{
border-color: #E25810;
}
.TagClassName
{
border-color: #E25810;
}
</style>