Shades of Persimmon #E95500
Tints of Persimmon #E95500
RGB
CMYK
RGB Variations
Color information
#E95500 (or 0xE95500) is known color: Persimmon. HEX triplet: E9, 55 and 00. RGB value is (233,85,0). Sum of RGB (Red+Green+Blue) = 233+85+0=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E95500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95500 is #16AAFF. Grayscale: #787878. Windows color (decimal): -1485568 or 21993. OLE color: 21993.
HSL color Cylindrical-coordinate representation of color #E95500: hue angle of 21.89º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E95500 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.09 |
| HSL | 21.89º | 1% | 0.46% | - |
| HSV(B) | 21.89º | 1% | 0.91% | - |
| XYZ | 36.85 | 23.82 | 2.66 | - |
| YUV | 119.56 | 60.53 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 0 | 0 | 0.64 | 1 | 0.09 | 21.89 | 1 | 0.46 |
| Hex | E9 | 55 | 0 | 0 | 40 | 64 | 9 | 16 | 64 | 2E |
| Octal | 351 | 125 | 0 | 0 | 100 | 144 | 11 | 26 | 144 | 56 |
| Binary | 11101001 | 1010101 | 0 | 0 | 1000000 | 1100100 | 1001 | 10110 | 1100100 | 101110 |
Color Harmonies of #E95500
Complementary color
Monochromatic Colors of #E95500
Black with #E95500
Text Example
Text Example
White with #E95500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95500; }
p { color: rgb(233,85,0); }
H1.HeaderClassName
{
color: #E95500;
}
.AnyTagClassName
{
color: #E95500;
}
</style>
background-color css
<style>
a { background-color: #E95500; }
a { background-color: rgb(233,85,0); }
div.DivClassName
{
background-color: #E95500;
}
.BgClassName
{
background-color: #E95500;
}
</style>
border-color css
<style>
span { border-color: #E95500; }
span { border-color: rgb(233,85,0); }
td.TdClassName
{
border-color: #E95500;
}
.TagClassName
{
border-color: #E95500;
}
</style>