Shades of Persimmon #E95802
Tints of Persimmon #E95802
RGB
CMYK
RGB Variations
Color information
#E95802 (or 0xE95802) is known color: Persimmon. HEX triplet: E9, 58 and 02. RGB value is (233,88,2). Sum of RGB (Red+Green+Blue) = 233+88+2=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E95802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95802 is #16A7FD. Grayscale: #7A7A7A. Windows color (decimal): -1484798 or 153833. OLE color: 153833.
HSL color Cylindrical-coordinate representation of color #E95802: hue angle of 22.34º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E95802 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.09 |
| HSL | 22.34º | 0.98% | 0.46% | - |
| HSV(B) | 22.34º | 0.99% | 0.91% | - |
| XYZ | 37.1 | 24.31 | 2.79 | - |
| YUV | 121.55 | 60.54 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 2 | 0 | 0.62 | 0.99 | 0.09 | 22.34 | 0.98 | 0.46 |
| Hex | E9 | 58 | 2 | 0 | 3E | 63 | 9 | 16 | 62 | 2E |
| Octal | 351 | 130 | 2 | 0 | 76 | 143 | 11 | 26 | 142 | 56 |
| Binary | 11101001 | 1011000 | 10 | 0 | 111110 | 1100011 | 1001 | 10110 | 1100010 | 101110 |
Color Harmonies of #E95802
Complementary color
Monochromatic Colors of #E95802
Black with #E95802
Text Example
Text Example
White with #E95802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95802; }
p { color: rgb(233,88,2); }
H1.HeaderClassName
{
color: #E95802;
}
.AnyTagClassName
{
color: #E95802;
}
</style>
background-color css
<style>
a { background-color: #E95802; }
a { background-color: rgb(233,88,2); }
div.DivClassName
{
background-color: #E95802;
}
.BgClassName
{
background-color: #E95802;
}
</style>
border-color css
<style>
span { border-color: #E95802; }
span { border-color: rgb(233,88,2); }
td.TdClassName
{
border-color: #E95802;
}
.TagClassName
{
border-color: #E95802;
}
</style>