Shades of Persimmon #E15A01
Tints of Persimmon #E15A01
RGB
CMYK
RGB Variations
Color information
#E15A01 (or 0xE15A01) is known color: Persimmon. HEX triplet: E1, 5A and 01. RGB value is (225,90,1). Sum of RGB (Red+Green+Blue) = 225+90+1=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15A01 is #1EA5FE. Grayscale: #787878. Windows color (decimal): -2008575 or 88801. OLE color: 88801.
HSL color Cylindrical-coordinate representation of color #E15A01: hue angle of 23.84º 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 #E15A01 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.12 |
| HSL | 23.84º | 0.99% | 0.44% | - |
| HSV(B) | 23.84º | 1% | 0.88% | - |
| XYZ | 34.71 | 23.32 | 2.7 | - |
| YUV | 120.22 | 60.73 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 1 | 0 | 0.60 | 1.00 | 0.12 | 23.84 | 0.99 | 0.44 |
| Hex | E1 | 5A | 1 | 0 | 3C | 64 | C | 18 | 63 | 2C |
| Octal | 341 | 132 | 1 | 0 | 74 | 144 | 14 | 30 | 143 | 54 |
| Binary | 11100001 | 1011010 | 1 | 0 | 111100 | 1100100 | 1100 | 11000 | 1100011 | 101100 |
Color Harmonies of #E15A01
Complementary color
Monochromatic Colors of #E15A01
Black with #E15A01
Text Example
Text Example
White with #E15A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A01; }
p { color: rgb(225,90,1); }
H1.HeaderClassName
{
color: #E15A01;
}
.AnyTagClassName
{
color: #E15A01;
}
</style>
background-color css
<style>
a { background-color: #E15A01; }
a { background-color: rgb(225,90,1); }
div.DivClassName
{
background-color: #E15A01;
}
.BgClassName
{
background-color: #E15A01;
}
</style>
border-color css
<style>
span { border-color: #E15A01; }
span { border-color: rgb(225,90,1); }
td.TdClassName
{
border-color: #E15A01;
}
.TagClassName
{
border-color: #E15A01;
}
</style>