Shades of Persimmon #E95E01
Tints of Persimmon #E95E01
RGB
CMYK
RGB Variations
Color information
#E95E01 (or 0xE95E01) is known color: Persimmon. HEX triplet: E9, 5E and 01. RGB value is (233,94,1). Sum of RGB (Red+Green+Blue) = 233+94+1=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95E01 is #16A1FE. Grayscale: #7D7D7D. Windows color (decimal): -1483263 or 89833. OLE color: 89833.
HSL color Cylindrical-coordinate representation of color #E95E01: hue angle of 24.05º 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 #E95E01 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.09 |
| HSL | 24.05º | 0.99% | 0.46% | - |
| HSV(B) | 24.05º | 1% | 0.91% | - |
| XYZ | 37.61 | 25.33 | 2.94 | - |
| YUV | 124.96 | 58.05 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 1 | 0 | 0.60 | 1.00 | 0.09 | 24.05 | 0.99 | 0.46 |
| Hex | E9 | 5E | 1 | 0 | 3C | 64 | 9 | 18 | 63 | 2E |
| Octal | 351 | 136 | 1 | 0 | 74 | 144 | 11 | 30 | 143 | 56 |
| Binary | 11101001 | 1011110 | 1 | 0 | 111100 | 1100100 | 1001 | 11000 | 1100011 | 101110 |
Color Harmonies of #E95E01
Complementary color
Monochromatic Colors of #E95E01
Black with #E95E01
Text Example
Text Example
White with #E95E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95E01; }
p { color: rgb(233,94,1); }
H1.HeaderClassName
{
color: #E95E01;
}
.AnyTagClassName
{
color: #E95E01;
}
</style>
background-color css
<style>
a { background-color: #E95E01; }
a { background-color: rgb(233,94,1); }
div.DivClassName
{
background-color: #E95E01;
}
.BgClassName
{
background-color: #E95E01;
}
</style>
border-color css
<style>
span { border-color: #E95E01; }
span { border-color: rgb(233,94,1); }
td.TdClassName
{
border-color: #E95E01;
}
.TagClassName
{
border-color: #E95E01;
}
</style>