Shades of Persimmon #E55000
Tints of Persimmon #E55000
RGB
CMYK
RGB Variations
Color information
#E55000 (or 0xE55000) is known color: Persimmon. HEX triplet: E5, 50 and 00. RGB value is (229,80,0). Sum of RGB (Red+Green+Blue) = 229+80+0=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E55000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55000 is #1AAFFF. Grayscale: #737373. Windows color (decimal): -1748992 or 20709. OLE color: 20709.
HSL color Cylindrical-coordinate representation of color #E55000: hue angle of 20.96º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E55000 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.10 |
| HSL | 20.96º | 1% | 0.45% | - |
| HSV(B) | 20.96º | 1% | 0.9% | - |
| XYZ | 35.18 | 22.4 | 2.47 | - |
| YUV | 115.43 | 62.86 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 0 | 0 | 0.65 | 1 | 0.10 | 20.96 | 1 | 0.45 |
| Hex | E5 | 50 | 0 | 0 | 41 | 64 | A | 15 | 64 | 2D |
| Octal | 345 | 120 | 0 | 0 | 101 | 144 | 12 | 25 | 144 | 55 |
| Binary | 11100101 | 1010000 | 0 | 0 | 1000001 | 1100100 | 1010 | 10101 | 1100100 | 101101 |
Color Harmonies of #E55000
Complementary color
Monochromatic Colors of #E55000
Black with #E55000
Text Example
Text Example
White with #E55000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55000; }
p { color: rgb(229,80,0); }
H1.HeaderClassName
{
color: #E55000;
}
.AnyTagClassName
{
color: #E55000;
}
</style>
background-color css
<style>
a { background-color: #E55000; }
a { background-color: rgb(229,80,0); }
div.DivClassName
{
background-color: #E55000;
}
.BgClassName
{
background-color: #E55000;
}
</style>
border-color css
<style>
span { border-color: #E55000; }
span { border-color: rgb(229,80,0); }
td.TdClassName
{
border-color: #E55000;
}
.TagClassName
{
border-color: #E55000;
}
</style>