Shades of Persimmon #E35306
Tints of Persimmon #E35306
RGB
CMYK
RGB Variations
Color information
#E35306 (or 0xE35306) is known color: Persimmon. HEX triplet: E3, 53 and 06. RGB value is (227,83,6). Sum of RGB (Red+Green+Blue) = 227+83+6=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E35306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35306 is #1CACF9. Grayscale: #757575. Windows color (decimal): -1879290 or 414691. OLE color: 414691.
HSL color Cylindrical-coordinate representation of color #E35306: hue angle of 20.9º degrees, saturation: 0.95, 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 #E35306 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 6 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.11 |
| HSL | 20.9º | 0.95% | 0.46% | - |
| HSV(B) | 20.9º | 0.97% | 0.89% | - |
| XYZ | 34.8 | 22.53 | 2.69 | - |
| YUV | 117.28 | 65.21 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 6 | 0 | 0.63 | 0.97 | 0.11 | 20.9 | 0.95 | 0.46 |
| Hex | E3 | 53 | 6 | 0 | 3F | 61 | B | 15 | 5F | 2E |
| Octal | 343 | 123 | 6 | 0 | 77 | 141 | 13 | 25 | 137 | 56 |
| Binary | 11100011 | 1010011 | 110 | 0 | 111111 | 1100001 | 1011 | 10101 | 1011111 | 101110 |
Color Harmonies of #E35306
Complementary color
Monochromatic Colors of #E35306
Black with #E35306
Text Example
Text Example
White with #E35306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35306; }
p { color: rgb(227,83,6); }
H1.HeaderClassName
{
color: #E35306;
}
.AnyTagClassName
{
color: #E35306;
}
</style>
background-color css
<style>
a { background-color: #E35306; }
a { background-color: rgb(227,83,6); }
div.DivClassName
{
background-color: #E35306;
}
.BgClassName
{
background-color: #E35306;
}
</style>
border-color css
<style>
span { border-color: #E35306; }
span { border-color: rgb(227,83,6); }
td.TdClassName
{
border-color: #E35306;
}
.TagClassName
{
border-color: #E35306;
}
</style>