Shades of Persimmon #E35510
Tints of Persimmon #E35510
RGB
CMYK
RGB Variations
Color information
#E35510 (or 0xE35510) is known color: Persimmon. HEX triplet: E3, 55 and 10. RGB value is (227,85,16). Sum of RGB (Red+Green+Blue) = 227+85+16=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E35510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35510 is #1CAAEF. Grayscale: #787878. Windows color (decimal): -1878768 or 1070563. OLE color: 1070563.
HSL color Cylindrical-coordinate representation of color #E35510: hue angle of 19.62º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E35510 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.11 |
| HSL | 19.62º | 0.87% | 0.48% | - |
| HSV(B) | 19.62º | 0.93% | 0.89% | - |
| XYZ | 35.02 | 22.87 | 3.06 | - |
| YUV | 119.59 | 69.54 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 16 | 0 | 0.63 | 0.93 | 0.11 | 19.62 | 0.87 | 0.48 |
| Hex | E3 | 55 | 10 | 0 | 3F | 5D | B | 14 | 57 | 30 |
| Octal | 343 | 125 | 20 | 0 | 77 | 135 | 13 | 24 | 127 | 60 |
| Binary | 11100011 | 1010101 | 10000 | 0 | 111111 | 1011101 | 1011 | 10100 | 1010111 | 110000 |
Color Harmonies of #E35510
Complementary color
Monochromatic Colors of #E35510
Black with #E35510
Text Example
Text Example
White with #E35510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35510; }
p { color: rgb(227,85,16); }
H1.HeaderClassName
{
color: #E35510;
}
.AnyTagClassName
{
color: #E35510;
}
</style>
background-color css
<style>
a { background-color: #E35510; }
a { background-color: rgb(227,85,16); }
div.DivClassName
{
background-color: #E35510;
}
.BgClassName
{
background-color: #E35510;
}
</style>
border-color css
<style>
span { border-color: #E35510; }
span { border-color: rgb(227,85,16); }
td.TdClassName
{
border-color: #E35510;
}
.TagClassName
{
border-color: #E35510;
}
</style>