Shades of Persimmon #E25916
Tints of Persimmon #E25916
RGB
CMYK
RGB Variations
Color information
#E25916 (or 0xE25916) is known color: Persimmon. HEX triplet: E2, 59 and 16. RGB value is (226,89,22). Sum of RGB (Red+Green+Blue) = 226+89+22=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E25916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25916 is #1DA6E9. Grayscale: #7A7A7A. Windows color (decimal): -1943274 or 1464802. OLE color: 1464802.
HSL color Cylindrical-coordinate representation of color #E25916: hue angle of 19.71º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E25916 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 22 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.11 |
| HSL | 19.71º | 0.82% | 0.49% | - |
| HSV(B) | 19.71º | 0.9% | 0.89% | - |
| XYZ | 35.08 | 23.37 | 3.42 | - |
| YUV | 122.33 | 71.39 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 22 | 0 | 0.61 | 0.90 | 0.11 | 19.71 | 0.82 | 0.49 |
| Hex | E2 | 59 | 16 | 0 | 3D | 5A | B | 14 | 52 | 31 |
| Octal | 342 | 131 | 26 | 0 | 75 | 132 | 13 | 24 | 122 | 61 |
| Binary | 11100010 | 1011001 | 10110 | 0 | 111101 | 1011010 | 1011 | 10100 | 1010010 | 110001 |
Color Harmonies of #E25916
Complementary color
Monochromatic Colors of #E25916
Black with #E25916
Text Example
Text Example
White with #E25916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25916; }
p { color: rgb(226,89,22); }
H1.HeaderClassName
{
color: #E25916;
}
.AnyTagClassName
{
color: #E25916;
}
</style>
background-color css
<style>
a { background-color: #E25916; }
a { background-color: rgb(226,89,22); }
div.DivClassName
{
background-color: #E25916;
}
.BgClassName
{
background-color: #E25916;
}
</style>
border-color css
<style>
span { border-color: #E25916; }
span { border-color: rgb(226,89,22); }
td.TdClassName
{
border-color: #E25916;
}
.TagClassName
{
border-color: #E25916;
}
</style>