Shades of Persimmon #E95400
Tints of Persimmon #E95400
RGB
CMYK
RGB Variations
Color information
#E95400 (or 0xE95400) is known color: Persimmon. HEX triplet: E9, 54 and 00. RGB value is (233,84,0). Sum of RGB (Red+Green+Blue) = 233+84+0=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E95400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95400 is #16ABFF. Grayscale: #777777. Windows color (decimal): -1485824 or 21737. OLE color: 21737.
HSL color Cylindrical-coordinate representation of color #E95400: hue angle of 21.63º 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 #E95400 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.09 |
| HSL | 21.63º | 1% | 0.46% | - |
| HSV(B) | 21.63º | 1% | 0.91% | - |
| XYZ | 36.77 | 23.66 | 2.63 | - |
| YUV | 118.98 | 60.86 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 0 | 0 | 0.64 | 1 | 0.09 | 21.63 | 1 | 0.46 |
| Hex | E9 | 54 | 0 | 0 | 40 | 64 | 9 | 16 | 64 | 2E |
| Octal | 351 | 124 | 0 | 0 | 100 | 144 | 11 | 26 | 144 | 56 |
| Binary | 11101001 | 1010100 | 0 | 0 | 1000000 | 1100100 | 1001 | 10110 | 1100100 | 101110 |
Color Harmonies of #E95400
Complementary color
Monochromatic Colors of #E95400
Black with #E95400
Text Example
Text Example
White with #E95400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95400; }
p { color: rgb(233,84,0); }
H1.HeaderClassName
{
color: #E95400;
}
.AnyTagClassName
{
color: #E95400;
}
</style>
background-color css
<style>
a { background-color: #E95400; }
a { background-color: rgb(233,84,0); }
div.DivClassName
{
background-color: #E95400;
}
.BgClassName
{
background-color: #E95400;
}
</style>
border-color css
<style>
span { border-color: #E95400; }
span { border-color: rgb(233,84,0); }
td.TdClassName
{
border-color: #E95400;
}
.TagClassName
{
border-color: #E95400;
}
</style>