Shades of Persimmon #E35805
Tints of Persimmon #E35805
RGB
CMYK
RGB Variations
Color information
#E35805 (or 0xE35805) is known color: Persimmon. HEX triplet: E3, 58 and 05. RGB value is (227,88,5). Sum of RGB (Red+Green+Blue) = 227+88+5=320 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.94% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 227 - color contains mainly: red. Hex color #E35805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35805 is #1CA7FA. Grayscale: #787878. Windows color (decimal): -1878011 or 350435. OLE color: 350435.
HSL color Cylindrical-coordinate representation of color #E35805: hue angle of 22.43º 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 #E35805 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 5 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.11 |
| HSL | 22.43º | 0.96% | 0.45% | - |
| HSV(B) | 22.43º | 0.98% | 0.89% | - |
| XYZ | 35.2 | 23.32 | 2.79 | - |
| YUV | 120.1 | 63.05 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 5 | 0 | 0.61 | 0.98 | 0.11 | 22.43 | 0.96 | 0.45 |
| Hex | E3 | 58 | 5 | 0 | 3D | 62 | B | 16 | 60 | 2D |
| Octal | 343 | 130 | 5 | 0 | 75 | 142 | 13 | 26 | 140 | 55 |
| Binary | 11100011 | 1011000 | 101 | 0 | 111101 | 1100010 | 1011 | 10110 | 1100000 | 101101 |
Color Harmonies of #E35805
Complementary color
Monochromatic Colors of #E35805
Black with #E35805
Text Example
Text Example
White with #E35805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35805; }
p { color: rgb(227,88,5); }
H1.HeaderClassName
{
color: #E35805;
}
.AnyTagClassName
{
color: #E35805;
}
</style>
background-color css
<style>
a { background-color: #E35805; }
a { background-color: rgb(227,88,5); }
div.DivClassName
{
background-color: #E35805;
}
.BgClassName
{
background-color: #E35805;
}
</style>
border-color css
<style>
span { border-color: #E35805; }
span { border-color: rgb(227,88,5); }
td.TdClassName
{
border-color: #E35805;
}
.TagClassName
{
border-color: #E35805;
}
</style>