Shades of Persimmon #E95905
Tints of Persimmon #E95905
RGB
CMYK
RGB Variations
Color information
#E95905 (or 0xE95905) is known color: Persimmon. HEX triplet: E9, 59 and 05. RGB value is (233,89,5). Sum of RGB (Red+Green+Blue) = 233+89+5=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E95905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95905 is #16A6FA. Grayscale: #7A7A7A. Windows color (decimal): -1484539 or 350697. OLE color: 350697.
HSL color Cylindrical-coordinate representation of color #E95905: hue angle of 22.11º 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 #E95905 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.09 |
| HSL | 22.11º | 0.96% | 0.47% | - |
| HSV(B) | 22.11º | 0.98% | 0.91% | - |
| XYZ | 37.2 | 24.48 | 2.91 | - |
| YUV | 122.48 | 61.71 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 5 | 0 | 0.62 | 0.98 | 0.09 | 22.11 | 0.96 | 0.47 |
| Hex | E9 | 59 | 5 | 0 | 3E | 62 | 9 | 16 | 60 | 2F |
| Octal | 351 | 131 | 5 | 0 | 76 | 142 | 11 | 26 | 140 | 57 |
| Binary | 11101001 | 1011001 | 101 | 0 | 111110 | 1100010 | 1001 | 10110 | 1100000 | 101111 |
Color Harmonies of #E95905
Complementary color
Monochromatic Colors of #E95905
Black with #E95905
Text Example
Text Example
White with #E95905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95905; }
p { color: rgb(233,89,5); }
H1.HeaderClassName
{
color: #E95905;
}
.AnyTagClassName
{
color: #E95905;
}
</style>
background-color css
<style>
a { background-color: #E95905; }
a { background-color: rgb(233,89,5); }
div.DivClassName
{
background-color: #E95905;
}
.BgClassName
{
background-color: #E95905;
}
</style>
border-color css
<style>
span { border-color: #E95905; }
span { border-color: rgb(233,89,5); }
td.TdClassName
{
border-color: #E95905;
}
.TagClassName
{
border-color: #E95905;
}
</style>