Shades of Persimmon #E25910
Tints of Persimmon #E25910
RGB
CMYK
RGB Variations
Color information
#E25910 (or 0xE25910) is known color: Persimmon. HEX triplet: E2, 59 and 10. RGB value is (226,89,16). Sum of RGB (Red+Green+Blue) = 226+89+16=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E25910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25910 is #1DA6EF. Grayscale: #7A7A7A. Windows color (decimal): -1943280 or 1071586. OLE color: 1071586.
HSL color Cylindrical-coordinate representation of color #E25910: hue angle of 20.86º 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 #E25910 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 16 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.11 |
| HSL | 20.86º | 0.87% | 0.47% | - |
| HSV(B) | 20.86º | 0.93% | 0.89% | - |
| XYZ | 35.03 | 23.35 | 3.15 | - |
| YUV | 121.64 | 68.39 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 16 | 0 | 0.61 | 0.93 | 0.11 | 20.86 | 0.87 | 0.47 |
| Hex | E2 | 59 | 10 | 0 | 3D | 5D | B | 15 | 57 | 2F |
| Octal | 342 | 131 | 20 | 0 | 75 | 135 | 13 | 25 | 127 | 57 |
| Binary | 11100010 | 1011001 | 10000 | 0 | 111101 | 1011101 | 1011 | 10101 | 1010111 | 101111 |
Color Harmonies of #E25910
Complementary color
Monochromatic Colors of #E25910
Black with #E25910
Text Example
Text Example
White with #E25910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25910; }
p { color: rgb(226,89,16); }
H1.HeaderClassName
{
color: #E25910;
}
.AnyTagClassName
{
color: #E25910;
}
</style>
background-color css
<style>
a { background-color: #E25910; }
a { background-color: rgb(226,89,16); }
div.DivClassName
{
background-color: #E25910;
}
.BgClassName
{
background-color: #E25910;
}
</style>
border-color css
<style>
span { border-color: #E25910; }
span { border-color: rgb(226,89,16); }
td.TdClassName
{
border-color: #E25910;
}
.TagClassName
{
border-color: #E25910;
}
</style>