Shades of Persimmon #E95300
Tints of Persimmon #E95300
RGB
CMYK
RGB Variations
Color information
#E95300 (or 0xE95300) is known color: Persimmon. HEX triplet: E9, 53 and 00. RGB value is (233,83,0). Sum of RGB (Red+Green+Blue) = 233+83+0=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E95300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95300 is #16ACFF. Grayscale: #767676. Windows color (decimal): -1486080 or 21481. OLE color: 21481.
HSL color Cylindrical-coordinate representation of color #E95300: hue angle of 21.37º 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 #E95300 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.09 |
| HSL | 21.37º | 1% | 0.46% | - |
| HSV(B) | 21.37º | 1% | 0.91% | - |
| XYZ | 36.7 | 23.51 | 2.6 | - |
| YUV | 118.39 | 61.2 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 0 | 0 | 0.64 | 1 | 0.09 | 21.37 | 1 | 0.46 |
| Hex | E9 | 53 | 0 | 0 | 40 | 64 | 9 | 15 | 64 | 2E |
| Octal | 351 | 123 | 0 | 0 | 100 | 144 | 11 | 25 | 144 | 56 |
| Binary | 11101001 | 1010011 | 0 | 0 | 1000000 | 1100100 | 1001 | 10101 | 1100100 | 101110 |
Color Harmonies of #E95300
Complementary color
Monochromatic Colors of #E95300
Black with #E95300
Text Example
Text Example
White with #E95300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95300; }
p { color: rgb(233,83,0); }
H1.HeaderClassName
{
color: #E95300;
}
.AnyTagClassName
{
color: #E95300;
}
</style>
background-color css
<style>
a { background-color: #E95300; }
a { background-color: rgb(233,83,0); }
div.DivClassName
{
background-color: #E95300;
}
.BgClassName
{
background-color: #E95300;
}
</style>
border-color css
<style>
span { border-color: #E95300; }
span { border-color: rgb(233,83,0); }
td.TdClassName
{
border-color: #E95300;
}
.TagClassName
{
border-color: #E95300;
}
</style>