Shades of Persimmon #E35916
Tints of Persimmon #E35916
RGB
CMYK
RGB Variations
Color information
#E35916 (or 0xE35916) is known color: Persimmon. HEX triplet: E3, 59 and 16. RGB value is (227,89,22). Sum of RGB (Red+Green+Blue) = 227+89+22=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E35916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35916 is #1CA6E9. Grayscale: #7B7B7B. Windows color (decimal): -1877738 or 1464803. OLE color: 1464803.
HSL color Cylindrical-coordinate representation of color #E35916: hue angle of 19.61º 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 #E35916 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 22 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.11 |
| HSL | 19.61º | 0.82% | 0.49% | - |
| HSV(B) | 19.61º | 0.9% | 0.89% | - |
| XYZ | 35.4 | 23.53 | 3.44 | - |
| YUV | 122.62 | 71.22 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 22 | 0 | 0.61 | 0.90 | 0.11 | 19.61 | 0.82 | 0.49 |
| Hex | E3 | 59 | 16 | 0 | 3D | 5A | B | 14 | 52 | 31 |
| Octal | 343 | 131 | 26 | 0 | 75 | 132 | 13 | 24 | 122 | 61 |
| Binary | 11100011 | 1011001 | 10110 | 0 | 111101 | 1011010 | 1011 | 10100 | 1010010 | 110001 |
Color Harmonies of #E35916
Complementary color
Monochromatic Colors of #E35916
Black with #E35916
Text Example
Text Example
White with #E35916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35916; }
p { color: rgb(227,89,22); }
H1.HeaderClassName
{
color: #E35916;
}
.AnyTagClassName
{
color: #E35916;
}
</style>
background-color css
<style>
a { background-color: #E35916; }
a { background-color: rgb(227,89,22); }
div.DivClassName
{
background-color: #E35916;
}
.BgClassName
{
background-color: #E35916;
}
</style>
border-color css
<style>
span { border-color: #E35916; }
span { border-color: rgb(227,89,22); }
td.TdClassName
{
border-color: #E35916;
}
.TagClassName
{
border-color: #E35916;
}
</style>