Shades of Persimmon #E15B01
Tints of Persimmon #E15B01
RGB
CMYK
RGB Variations
Color information
#E15B01 (or 0xE15B01) is known color: Persimmon. HEX triplet: E1, 5B and 01. RGB value is (225,91,1). Sum of RGB (Red+Green+Blue) = 225+91+1=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15B01 is #1EA4FE. Grayscale: #797979. Windows color (decimal): -2008319 or 89057. OLE color: 89057.
HSL color Cylindrical-coordinate representation of color #E15B01: hue angle of 24.11º 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 #E15B01 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.12 |
| HSL | 24.11º | 0.99% | 0.44% | - |
| HSV(B) | 24.11º | 1% | 0.88% | - |
| XYZ | 34.8 | 23.49 | 2.73 | - |
| YUV | 120.81 | 60.39 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 1 | 0 | 0.60 | 1.00 | 0.12 | 24.11 | 0.99 | 0.44 |
| Hex | E1 | 5B | 1 | 0 | 3C | 64 | C | 18 | 63 | 2C |
| Octal | 341 | 133 | 1 | 0 | 74 | 144 | 14 | 30 | 143 | 54 |
| Binary | 11100001 | 1011011 | 1 | 0 | 111100 | 1100100 | 1100 | 11000 | 1100011 | 101100 |
Color Harmonies of #E15B01
Complementary color
Monochromatic Colors of #E15B01
Black with #E15B01
Text Example
Text Example
White with #E15B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B01; }
p { color: rgb(225,91,1); }
H1.HeaderClassName
{
color: #E15B01;
}
.AnyTagClassName
{
color: #E15B01;
}
</style>
background-color css
<style>
a { background-color: #E15B01; }
a { background-color: rgb(225,91,1); }
div.DivClassName
{
background-color: #E15B01;
}
.BgClassName
{
background-color: #E15B01;
}
</style>
border-color css
<style>
span { border-color: #E15B01; }
span { border-color: rgb(225,91,1); }
td.TdClassName
{
border-color: #E15B01;
}
.TagClassName
{
border-color: #E15B01;
}
</style>