Shades of Persimmon #E55501
Tints of Persimmon #E55501
RGB
CMYK
RGB Variations
Color information
#E55501 (or 0xE55501) is known color: Persimmon. HEX triplet: E5, 55 and 01. RGB value is (229,85,1). Sum of RGB (Red+Green+Blue) = 229+85+1=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E55501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55501 is #1AAAFE. Grayscale: #767676. Windows color (decimal): -1747711 or 87525. OLE color: 87525.
HSL color Cylindrical-coordinate representation of color #E55501: hue angle of 22.11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E55501 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.10 |
| HSL | 22.11º | 0.99% | 0.45% | - |
| HSV(B) | 22.11º | 1% | 0.9% | - |
| XYZ | 35.57 | 23.16 | 2.62 | - |
| YUV | 118.48 | 61.71 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 1 | 0 | 0.63 | 1.00 | 0.10 | 22.11 | 0.99 | 0.45 |
| Hex | E5 | 55 | 1 | 0 | 3F | 64 | A | 16 | 63 | 2D |
| Octal | 345 | 125 | 1 | 0 | 77 | 144 | 12 | 26 | 143 | 55 |
| Binary | 11100101 | 1010101 | 1 | 0 | 111111 | 1100100 | 1010 | 10110 | 1100011 | 101101 |
Color Harmonies of #E55501
Complementary color
Monochromatic Colors of #E55501
Black with #E55501
Text Example
Text Example
White with #E55501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55501; }
p { color: rgb(229,85,1); }
H1.HeaderClassName
{
color: #E55501;
}
.AnyTagClassName
{
color: #E55501;
}
</style>
background-color css
<style>
a { background-color: #E55501; }
a { background-color: rgb(229,85,1); }
div.DivClassName
{
background-color: #E55501;
}
.BgClassName
{
background-color: #E55501;
}
</style>
border-color css
<style>
span { border-color: #E55501; }
span { border-color: rgb(229,85,1); }
td.TdClassName
{
border-color: #E55501;
}
.TagClassName
{
border-color: #E55501;
}
</style>