Shades of Persimmon #E35108
Tints of Persimmon #E35108
RGB
CMYK
RGB Variations
Color information
#E35108 (or 0xE35108) is known color: Persimmon. HEX triplet: E3, 51 and 08. RGB value is (227,81,8). Sum of RGB (Red+Green+Blue) = 227+81+8=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E35108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35108 is #1CAEF7. Grayscale: #747474. Windows color (decimal): -1879800 or 545251. OLE color: 545251.
HSL color Cylindrical-coordinate representation of color #E35108: hue angle of 20º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E35108 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.11 |
| HSL | 20º | 0.93% | 0.46% | - |
| HSV(B) | 20º | 0.96% | 0.89% | - |
| XYZ | 34.66 | 22.23 | 2.69 | - |
| YUV | 116.33 | 66.87 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 8 | 0 | 0.64 | 0.96 | 0.11 | 20 | 0.93 | 0.46 |
| Hex | E3 | 51 | 8 | 0 | 40 | 60 | B | 14 | 5D | 2E |
| Octal | 343 | 121 | 10 | 0 | 100 | 140 | 13 | 24 | 135 | 56 |
| Binary | 11100011 | 1010001 | 1000 | 0 | 1000000 | 1100000 | 1011 | 10100 | 1011101 | 101110 |
Color Harmonies of #E35108
Complementary color
Monochromatic Colors of #E35108
Black with #E35108
Text Example
Text Example
White with #E35108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35108; }
p { color: rgb(227,81,8); }
H1.HeaderClassName
{
color: #E35108;
}
.AnyTagClassName
{
color: #E35108;
}
</style>
background-color css
<style>
a { background-color: #E35108; }
a { background-color: rgb(227,81,8); }
div.DivClassName
{
background-color: #E35108;
}
.BgClassName
{
background-color: #E35108;
}
</style>
border-color css
<style>
span { border-color: #E35108; }
span { border-color: rgb(227,81,8); }
td.TdClassName
{
border-color: #E35108;
}
.TagClassName
{
border-color: #E35108;
}
</style>