Shades of Persimmon #E35107
Tints of Persimmon #E35107
RGB
CMYK
RGB Variations
Color information
#E35107 (or 0xE35107) is known color: Persimmon. HEX triplet: E3, 51 and 07. RGB value is (227,81,7). Sum of RGB (Red+Green+Blue) = 227+81+7=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E35107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35107 is #1CAEF8. Grayscale: #747474. Windows color (decimal): -1879801 or 479715. OLE color: 479715.
HSL color Cylindrical-coordinate representation of color #E35107: hue angle of 20.18º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E35107 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 7 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.11 |
| HSL | 20.18º | 0.94% | 0.46% | - |
| HSV(B) | 20.18º | 0.97% | 0.89% | - |
| XYZ | 34.66 | 22.23 | 2.67 | - |
| YUV | 116.22 | 66.37 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 7 | 0 | 0.64 | 0.97 | 0.11 | 20.18 | 0.94 | 0.46 |
| Hex | E3 | 51 | 7 | 0 | 40 | 61 | B | 14 | 5E | 2E |
| Octal | 343 | 121 | 7 | 0 | 100 | 141 | 13 | 24 | 136 | 56 |
| Binary | 11100011 | 1010001 | 111 | 0 | 1000000 | 1100001 | 1011 | 10100 | 1011110 | 101110 |
Color Harmonies of #E35107
Complementary color
Monochromatic Colors of #E35107
Black with #E35107
Text Example
Text Example
White with #E35107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35107; }
p { color: rgb(227,81,7); }
H1.HeaderClassName
{
color: #E35107;
}
.AnyTagClassName
{
color: #E35107;
}
</style>
background-color css
<style>
a { background-color: #E35107; }
a { background-color: rgb(227,81,7); }
div.DivClassName
{
background-color: #E35107;
}
.BgClassName
{
background-color: #E35107;
}
</style>
border-color css
<style>
span { border-color: #E35107; }
span { border-color: rgb(227,81,7); }
td.TdClassName
{
border-color: #E35107;
}
.TagClassName
{
border-color: #E35107;
}
</style>