Shades of Persimmon #E65905
Tints of Persimmon #E65905
RGB
CMYK
RGB Variations
Color information
#E65905 (or 0xE65905) is known color: Persimmon. HEX triplet: E6, 59 and 05. RGB value is (230,89,5). Sum of RGB (Red+Green+Blue) = 230+89+5=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E65905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65905 is #19A6FA. Grayscale: #7A7A7A. Windows color (decimal): -1681147 or 350694. OLE color: 350694.
HSL color Cylindrical-coordinate representation of color #E65905: hue angle of 22.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E65905 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 5 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.10 |
| HSL | 22.4º | 0.96% | 0.46% | - |
| HSV(B) | 22.4º | 0.98% | 0.9% | - |
| XYZ | 36.23 | 23.98 | 2.86 | - |
| YUV | 121.58 | 62.21 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 5 | 0 | 0.61 | 0.98 | 0.10 | 22.4 | 0.96 | 0.46 |
| Hex | E6 | 59 | 5 | 0 | 3D | 62 | A | 16 | 60 | 2E |
| Octal | 346 | 131 | 5 | 0 | 75 | 142 | 12 | 26 | 140 | 56 |
| Binary | 11100110 | 1011001 | 101 | 0 | 111101 | 1100010 | 1010 | 10110 | 1100000 | 101110 |
Color Harmonies of #E65905
Complementary color
Monochromatic Colors of #E65905
Black with #E65905
Text Example
Text Example
White with #E65905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65905; }
p { color: rgb(230,89,5); }
H1.HeaderClassName
{
color: #E65905;
}
.AnyTagClassName
{
color: #E65905;
}
</style>
background-color css
<style>
a { background-color: #E65905; }
a { background-color: rgb(230,89,5); }
div.DivClassName
{
background-color: #E65905;
}
.BgClassName
{
background-color: #E65905;
}
</style>
border-color css
<style>
span { border-color: #E65905; }
span { border-color: rgb(230,89,5); }
td.TdClassName
{
border-color: #E65905;
}
.TagClassName
{
border-color: #E65905;
}
</style>