Shades of Persimmon #E95705
Tints of Persimmon #E95705
RGB
CMYK
RGB Variations
Color information
#E95705 (or 0xE95705) is known color: Persimmon. HEX triplet: E9, 57 and 05. RGB value is (233,87,5). Sum of RGB (Red+Green+Blue) = 233+87+5=325 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.69% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 233 - color contains mainly: red. Hex color #E95705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95705 is #16A8FA. Grayscale: #797979. Windows color (decimal): -1485051 or 350185. OLE color: 350185.
HSL color Cylindrical-coordinate representation of color #E95705: hue angle of 21.58º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E95705 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 87 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.09 |
| HSL | 21.58º | 0.96% | 0.47% | - |
| HSV(B) | 21.58º | 0.98% | 0.91% | - |
| XYZ | 37.04 | 24.15 | 2.85 | - |
| YUV | 121.31 | 62.37 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 5 | 0 | 0.63 | 0.98 | 0.09 | 21.58 | 0.96 | 0.47 |
| Hex | E9 | 57 | 5 | 0 | 3F | 62 | 9 | 16 | 60 | 2F |
| Octal | 351 | 127 | 5 | 0 | 77 | 142 | 11 | 26 | 140 | 57 |
| Binary | 11101001 | 1010111 | 101 | 0 | 111111 | 1100010 | 1001 | 10110 | 1100000 | 101111 |
Color Harmonies of #E95705
Complementary color
Monochromatic Colors of #E95705
Black with #E95705
Text Example
Text Example
White with #E95705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95705; }
p { color: rgb(233,87,5); }
H1.HeaderClassName
{
color: #E95705;
}
.AnyTagClassName
{
color: #E95705;
}
</style>
background-color css
<style>
a { background-color: #E95705; }
a { background-color: rgb(233,87,5); }
div.DivClassName
{
background-color: #E95705;
}
.BgClassName
{
background-color: #E95705;
}
</style>
border-color css
<style>
span { border-color: #E95705; }
span { border-color: rgb(233,87,5); }
td.TdClassName
{
border-color: #E95705;
}
.TagClassName
{
border-color: #E95705;
}
</style>