Shades of Persimmon #E25516
Tints of Persimmon #E25516
RGB
CMYK
RGB Variations
Color information
#E25516 (or 0xE25516) is known color: Persimmon. HEX triplet: E2, 55 and 16. RGB value is (226,85,22). Sum of RGB (Red+Green+Blue) = 226+85+22=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E25516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25516 is #1DAAE9. Grayscale: #787878. Windows color (decimal): -1944298 or 1463778. OLE color: 1463778.
HSL color Cylindrical-coordinate representation of color #E25516: hue angle of 18.53º 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 #E25516 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 22 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.11 |
| HSL | 18.53º | 0.82% | 0.49% | - |
| HSV(B) | 18.53º | 0.9% | 0.89% | - |
| XYZ | 34.76 | 22.72 | 3.31 | - |
| YUV | 119.98 | 72.71 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 22 | 0 | 0.62 | 0.90 | 0.11 | 18.53 | 0.82 | 0.49 |
| Hex | E2 | 55 | 16 | 0 | 3E | 5A | B | 13 | 52 | 31 |
| Octal | 342 | 125 | 26 | 0 | 76 | 132 | 13 | 23 | 122 | 61 |
| Binary | 11100010 | 1010101 | 10110 | 0 | 111110 | 1011010 | 1011 | 10011 | 1010010 | 110001 |
Color Harmonies of #E25516
Complementary color
Monochromatic Colors of #E25516
Black with #E25516
Text Example
Text Example
White with #E25516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25516; }
p { color: rgb(226,85,22); }
H1.HeaderClassName
{
color: #E25516;
}
.AnyTagClassName
{
color: #E25516;
}
</style>
background-color css
<style>
a { background-color: #E25516; }
a { background-color: rgb(226,85,22); }
div.DivClassName
{
background-color: #E25516;
}
.BgClassName
{
background-color: #E25516;
}
</style>
border-color css
<style>
span { border-color: #E25516; }
span { border-color: rgb(226,85,22); }
td.TdClassName
{
border-color: #E25516;
}
.TagClassName
{
border-color: #E25516;
}
</style>