Shades of Persimmon #E95401
Tints of Persimmon #E95401
RGB
CMYK
RGB Variations
Color information
#E95401 (or 0xE95401) is known color: Persimmon. HEX triplet: E9, 54 and 01. RGB value is (233,84,1). Sum of RGB (Red+Green+Blue) = 233+84+1=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E95401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95401 is #16ABFE. Grayscale: #777777. Windows color (decimal): -1485823 or 87273. OLE color: 87273.
HSL color Cylindrical-coordinate representation of color #E95401: hue angle of 21.47º 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 #E95401 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.09 |
| HSL | 21.47º | 0.99% | 0.46% | - |
| HSV(B) | 21.47º | 1% | 0.91% | - |
| XYZ | 36.78 | 23.67 | 2.66 | - |
| YUV | 119.09 | 61.36 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 1 | 0 | 0.64 | 1.00 | 0.09 | 21.47 | 0.99 | 0.46 |
| Hex | E9 | 54 | 1 | 0 | 40 | 64 | 9 | 15 | 63 | 2E |
| Octal | 351 | 124 | 1 | 0 | 100 | 144 | 11 | 25 | 143 | 56 |
| Binary | 11101001 | 1010100 | 1 | 0 | 1000000 | 1100100 | 1001 | 10101 | 1100011 | 101110 |
Color Harmonies of #E95401
Complementary color
Monochromatic Colors of #E95401
Black with #E95401
Text Example
Text Example
White with #E95401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95401; }
p { color: rgb(233,84,1); }
H1.HeaderClassName
{
color: #E95401;
}
.AnyTagClassName
{
color: #E95401;
}
</style>
background-color css
<style>
a { background-color: #E95401; }
a { background-color: rgb(233,84,1); }
div.DivClassName
{
background-color: #E95401;
}
.BgClassName
{
background-color: #E95401;
}
</style>
border-color css
<style>
span { border-color: #E95401; }
span { border-color: rgb(233,84,1); }
td.TdClassName
{
border-color: #E95401;
}
.TagClassName
{
border-color: #E95401;
}
</style>