Shades of Persimmon #E55001
Tints of Persimmon #E55001
RGB
CMYK
RGB Variations
Color information
#E55001 (or 0xE55001) is known color: Persimmon. HEX triplet: E5, 50 and 01. RGB value is (229,80,1). Sum of RGB (Red+Green+Blue) = 229+80+1=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E55001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55001 is #1AAFFE. Grayscale: #747474. Windows color (decimal): -1748991 or 86245. OLE color: 86245.
HSL color Cylindrical-coordinate representation of color #E55001: hue angle of 20.79º 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 #E55001 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0.10 |
| HSL | 20.79º | 0.99% | 0.45% | - |
| HSV(B) | 20.79º | 1% | 0.9% | - |
| XYZ | 35.19 | 22.4 | 2.5 | - |
| YUV | 115.55 | 63.36 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 1 | 0 | 0.65 | 1.00 | 0.10 | 20.79 | 0.99 | 0.45 |
| Hex | E5 | 50 | 1 | 0 | 41 | 64 | A | 15 | 63 | 2D |
| Octal | 345 | 120 | 1 | 0 | 101 | 144 | 12 | 25 | 143 | 55 |
| Binary | 11100101 | 1010000 | 1 | 0 | 1000001 | 1100100 | 1010 | 10101 | 1100011 | 101101 |
Color Harmonies of #E55001
Complementary color
Monochromatic Colors of #E55001
Black with #E55001
Text Example
Text Example
White with #E55001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55001; }
p { color: rgb(229,80,1); }
H1.HeaderClassName
{
color: #E55001;
}
.AnyTagClassName
{
color: #E55001;
}
</style>
background-color css
<style>
a { background-color: #E55001; }
a { background-color: rgb(229,80,1); }
div.DivClassName
{
background-color: #E55001;
}
.BgClassName
{
background-color: #E55001;
}
</style>
border-color css
<style>
span { border-color: #E55001; }
span { border-color: rgb(229,80,1); }
td.TdClassName
{
border-color: #E55001;
}
.TagClassName
{
border-color: #E55001;
}
</style>