Shades of Persimmon #E35816
Tints of Persimmon #E35816
RGB
CMYK
RGB Variations
Color information
#E35816 (or 0xE35816) is known color: Persimmon. HEX triplet: E3, 58 and 16. RGB value is (227,88,22). Sum of RGB (Red+Green+Blue) = 227+88+22=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E35816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35816 is #1CA7E9. Grayscale: #7A7A7A. Windows color (decimal): -1877994 or 1464547. OLE color: 1464547.
HSL color Cylindrical-coordinate representation of color #E35816: hue angle of 19.32º 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 #E35816 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 22 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.11 |
| HSL | 19.32º | 0.82% | 0.49% | - |
| HSV(B) | 19.32º | 0.9% | 0.89% | - |
| XYZ | 35.31 | 23.37 | 3.41 | - |
| YUV | 122.04 | 71.55 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 22 | 0 | 0.61 | 0.90 | 0.11 | 19.32 | 0.82 | 0.49 |
| Hex | E3 | 58 | 16 | 0 | 3D | 5A | B | 13 | 52 | 31 |
| Octal | 343 | 130 | 26 | 0 | 75 | 132 | 13 | 23 | 122 | 61 |
| Binary | 11100011 | 1011000 | 10110 | 0 | 111101 | 1011010 | 1011 | 10011 | 1010010 | 110001 |
Color Harmonies of #E35816
Complementary color
Monochromatic Colors of #E35816
Black with #E35816
Text Example
Text Example
White with #E35816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35816; }
p { color: rgb(227,88,22); }
H1.HeaderClassName
{
color: #E35816;
}
.AnyTagClassName
{
color: #E35816;
}
</style>
background-color css
<style>
a { background-color: #E35816; }
a { background-color: rgb(227,88,22); }
div.DivClassName
{
background-color: #E35816;
}
.BgClassName
{
background-color: #E35816;
}
</style>
border-color css
<style>
span { border-color: #E35816; }
span { border-color: rgb(227,88,22); }
td.TdClassName
{
border-color: #E35816;
}
.TagClassName
{
border-color: #E35816;
}
</style>