Shades of Persimmon #E15E01
Tints of Persimmon #E15E01
RGB
CMYK
RGB Variations
Color information
#E15E01 (or 0xE15E01) is known color: Persimmon. HEX triplet: E1, 5E and 01. RGB value is (225,94,1). Sum of RGB (Red+Green+Blue) = 225+94+1=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15E01 is #1EA1FE. Grayscale: #7B7B7B. Windows color (decimal): -2007551 or 89825. OLE color: 89825.
HSL color Cylindrical-coordinate representation of color #E15E01: hue angle of 24.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E15E01 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.12 |
| HSL | 24.91º | 0.99% | 0.44% | - |
| HSV(B) | 24.91º | 1% | 0.88% | - |
| XYZ | 35.06 | 24.02 | 2.82 | - |
| YUV | 122.57 | 59.4 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 1 | 0 | 0.58 | 1.00 | 0.12 | 24.91 | 0.99 | 0.44 |
| Hex | E1 | 5E | 1 | 0 | 3A | 64 | C | 19 | 63 | 2C |
| Octal | 341 | 136 | 1 | 0 | 72 | 144 | 14 | 31 | 143 | 54 |
| Binary | 11100001 | 1011110 | 1 | 0 | 111010 | 1100100 | 1100 | 11001 | 1100011 | 101100 |
Color Harmonies of #E15E01
Complementary color
Monochromatic Colors of #E15E01
Black with #E15E01
Text Example
Text Example
White with #E15E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15E01; }
p { color: rgb(225,94,1); }
H1.HeaderClassName
{
color: #E15E01;
}
.AnyTagClassName
{
color: #E15E01;
}
</style>
background-color css
<style>
a { background-color: #E15E01; }
a { background-color: rgb(225,94,1); }
div.DivClassName
{
background-color: #E15E01;
}
.BgClassName
{
background-color: #E15E01;
}
</style>
border-color css
<style>
span { border-color: #E15E01; }
span { border-color: rgb(225,94,1); }
td.TdClassName
{
border-color: #E15E01;
}
.TagClassName
{
border-color: #E15E01;
}
</style>