Shades of Persimmon #E35605
Tints of Persimmon #E35605
RGB
CMYK
RGB Variations
Color information
#E35605 (or 0xE35605) is known color: Persimmon. HEX triplet: E3, 56 and 05. RGB value is (227,86,5). Sum of RGB (Red+Green+Blue) = 227+86+5=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E35605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35605 is #1CA9FA. Grayscale: #777777. Windows color (decimal): -1878523 or 349923. OLE color: 349923.
HSL color Cylindrical-coordinate representation of color #E35605: hue angle of 21.89º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E35605 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.11 |
| HSL | 21.89º | 0.96% | 0.45% | - |
| HSV(B) | 21.89º | 0.98% | 0.89% | - |
| XYZ | 35.03 | 23 | 2.74 | - |
| YUV | 118.93 | 63.71 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 5 | 0 | 0.62 | 0.98 | 0.11 | 21.89 | 0.96 | 0.45 |
| Hex | E3 | 56 | 5 | 0 | 3E | 62 | B | 16 | 60 | 2D |
| Octal | 343 | 126 | 5 | 0 | 76 | 142 | 13 | 26 | 140 | 55 |
| Binary | 11100011 | 1010110 | 101 | 0 | 111110 | 1100010 | 1011 | 10110 | 1100000 | 101101 |
Color Harmonies of #E35605
Complementary color
Monochromatic Colors of #E35605
Black with #E35605
Text Example
Text Example
White with #E35605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35605; }
p { color: rgb(227,86,5); }
H1.HeaderClassName
{
color: #E35605;
}
.AnyTagClassName
{
color: #E35605;
}
</style>
background-color css
<style>
a { background-color: #E35605; }
a { background-color: rgb(227,86,5); }
div.DivClassName
{
background-color: #E35605;
}
.BgClassName
{
background-color: #E35605;
}
</style>
border-color css
<style>
span { border-color: #E35605; }
span { border-color: rgb(227,86,5); }
td.TdClassName
{
border-color: #E35605;
}
.TagClassName
{
border-color: #E35605;
}
</style>