Shades of Persimmon #E95901
Tints of Persimmon #E95901
RGB
CMYK
RGB Variations
Color information
#E95901 (or 0xE95901) is known color: Persimmon. HEX triplet: E9, 59 and 01. RGB value is (233,89,1). Sum of RGB (Red+Green+Blue) = 233+89+1=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E95901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95901 is #16A6FE. Grayscale: #7A7A7A. Windows color (decimal): -1484543 or 88553. OLE color: 88553.
HSL color Cylindrical-coordinate representation of color #E95901: hue angle of 22.76º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E95901 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0.09 |
| HSL | 22.76º | 0.99% | 0.46% | - |
| HSV(B) | 22.76º | 1% | 0.91% | - |
| XYZ | 37.18 | 24.47 | 2.79 | - |
| YUV | 122.02 | 59.71 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 1 | 0 | 0.62 | 1.00 | 0.09 | 22.76 | 0.99 | 0.46 |
| Hex | E9 | 59 | 1 | 0 | 3E | 64 | 9 | 17 | 63 | 2E |
| Octal | 351 | 131 | 1 | 0 | 76 | 144 | 11 | 27 | 143 | 56 |
| Binary | 11101001 | 1011001 | 1 | 0 | 111110 | 1100100 | 1001 | 10111 | 1100011 | 101110 |
Color Harmonies of #E95901
Complementary color
Monochromatic Colors of #E95901
Black with #E95901
Text Example
Text Example
White with #E95901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95901; }
p { color: rgb(233,89,1); }
H1.HeaderClassName
{
color: #E95901;
}
.AnyTagClassName
{
color: #E95901;
}
</style>
background-color css
<style>
a { background-color: #E95901; }
a { background-color: rgb(233,89,1); }
div.DivClassName
{
background-color: #E95901;
}
.BgClassName
{
background-color: #E95901;
}
</style>
border-color css
<style>
span { border-color: #E95901; }
span { border-color: rgb(233,89,1); }
td.TdClassName
{
border-color: #E95901;
}
.TagClassName
{
border-color: #E95901;
}
</style>