Shades of Persimmon #E35116
Tints of Persimmon #E35116
RGB
CMYK
RGB Variations
Color information
#E35116 (or 0xE35116) is known color: Persimmon. HEX triplet: E3, 51 and 16. RGB value is (227,81,22). Sum of RGB (Red+Green+Blue) = 227+81+22=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E35116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35116 is #1CAEE9. Grayscale: #767676. Windows color (decimal): -1879786 or 1462755. OLE color: 1462755.
HSL color Cylindrical-coordinate representation of color #E35116: hue angle of 17.27º 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 #E35116 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 22 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.11 |
| HSL | 17.27º | 0.82% | 0.49% | - |
| HSV(B) | 17.27º | 0.9% | 0.89% | - |
| XYZ | 34.77 | 22.27 | 3.23 | - |
| YUV | 117.93 | 73.87 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 22 | 0 | 0.64 | 0.90 | 0.11 | 17.27 | 0.82 | 0.49 |
| Hex | E3 | 51 | 16 | 0 | 40 | 5A | B | 11 | 52 | 31 |
| Octal | 343 | 121 | 26 | 0 | 100 | 132 | 13 | 21 | 122 | 61 |
| Binary | 11100011 | 1010001 | 10110 | 0 | 1000000 | 1011010 | 1011 | 10001 | 1010010 | 110001 |
Color Harmonies of #E35116
Complementary color
Monochromatic Colors of #E35116
Black with #E35116
Text Example
Text Example
White with #E35116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35116; }
p { color: rgb(227,81,22); }
H1.HeaderClassName
{
color: #E35116;
}
.AnyTagClassName
{
color: #E35116;
}
</style>
background-color css
<style>
a { background-color: #E35116; }
a { background-color: rgb(227,81,22); }
div.DivClassName
{
background-color: #E35116;
}
.BgClassName
{
background-color: #E35116;
}
</style>
border-color css
<style>
span { border-color: #E35116; }
span { border-color: rgb(227,81,22); }
td.TdClassName
{
border-color: #E35116;
}
.TagClassName
{
border-color: #E35116;
}
</style>