Shades of Persimmon #E25812
Tints of Persimmon #E25812
RGB
CMYK
RGB Variations
Color information
#E25812 (or 0xE25812) is known color: Persimmon. HEX triplet: E2, 58 and 12. RGB value is (226,88,18). Sum of RGB (Red+Green+Blue) = 226+88+18=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E25812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25812 is #1DA7ED. Grayscale: #797979. Windows color (decimal): -1943534 or 1202402. OLE color: 1202402.
HSL color Cylindrical-coordinate representation of color #E25812: hue angle of 20.19º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E25812 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 18 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.11 |
| HSL | 20.19º | 0.85% | 0.48% | - |
| HSV(B) | 20.19º | 0.92% | 0.89% | - |
| XYZ | 34.96 | 23.19 | 3.21 | - |
| YUV | 121.28 | 69.72 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 18 | 0 | 0.61 | 0.92 | 0.11 | 20.19 | 0.85 | 0.48 |
| Hex | E2 | 58 | 12 | 0 | 3D | 5C | B | 14 | 55 | 30 |
| Octal | 342 | 130 | 22 | 0 | 75 | 134 | 13 | 24 | 125 | 60 |
| Binary | 11100010 | 1011000 | 10010 | 0 | 111101 | 1011100 | 1011 | 10100 | 1010101 | 110000 |
Color Harmonies of #E25812
Complementary color
Monochromatic Colors of #E25812
Black with #E25812
Text Example
Text Example
White with #E25812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25812; }
p { color: rgb(226,88,18); }
H1.HeaderClassName
{
color: #E25812;
}
.AnyTagClassName
{
color: #E25812;
}
</style>
background-color css
<style>
a { background-color: #E25812; }
a { background-color: rgb(226,88,18); }
div.DivClassName
{
background-color: #E25812;
}
.BgClassName
{
background-color: #E25812;
}
</style>
border-color css
<style>
span { border-color: #E25812; }
span { border-color: rgb(226,88,18); }
td.TdClassName
{
border-color: #E25812;
}
.TagClassName
{
border-color: #E25812;
}
</style>