Shades of Persimmon #E55500
Tints of Persimmon #E55500
RGB
CMYK
RGB Variations
Color information
#E55500 (or 0xE55500) is known color: Persimmon. HEX triplet: E5, 55 and 00. RGB value is (229,85,0). Sum of RGB (Red+Green+Blue) = 229+85+0=314 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.93% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 229 - color contains mainly: red. Hex color #E55500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55500 is #1AAAFF. Grayscale: #767676. Windows color (decimal): -1747712 or 21989. OLE color: 21989.
HSL color Cylindrical-coordinate representation of color #E55500: hue angle of 22.27º 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 #E55500 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.10 |
| HSL | 22.27º | 1% | 0.45% | - |
| HSV(B) | 22.27º | 1% | 0.9% | - |
| XYZ | 35.56 | 23.16 | 2.6 | - |
| YUV | 118.37 | 61.21 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 0 | 0 | 0.63 | 1 | 0.10 | 22.27 | 1 | 0.45 |
| Hex | E5 | 55 | 0 | 0 | 3F | 64 | A | 16 | 64 | 2D |
| Octal | 345 | 125 | 0 | 0 | 77 | 144 | 12 | 26 | 144 | 55 |
| Binary | 11100101 | 1010101 | 0 | 0 | 111111 | 1100100 | 1010 | 10110 | 1100100 | 101101 |
Color Harmonies of #E55500
Complementary color
Monochromatic Colors of #E55500
Black with #E55500
Text Example
Text Example
White with #E55500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55500; }
p { color: rgb(229,85,0); }
H1.HeaderClassName
{
color: #E55500;
}
.AnyTagClassName
{
color: #E55500;
}
</style>
background-color css
<style>
a { background-color: #E55500; }
a { background-color: rgb(229,85,0); }
div.DivClassName
{
background-color: #E55500;
}
.BgClassName
{
background-color: #E55500;
}
</style>
border-color css
<style>
span { border-color: #E55500; }
span { border-color: rgb(229,85,0); }
td.TdClassName
{
border-color: #E55500;
}
.TagClassName
{
border-color: #E55500;
}
</style>