Shades of Persimmon #E55900
Tints of Persimmon #E55900
RGB
CMYK
RGB Variations
Color information
#E55900 (or 0xE55900) is known color: Persimmon. HEX triplet: E5, 59 and 00. RGB value is (229,89,0). Sum of RGB (Red+Green+Blue) = 229+89+0=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E55900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55900 is #1AA6FF. Grayscale: #797979. Windows color (decimal): -1746688 or 23013. OLE color: 23013.
HSL color Cylindrical-coordinate representation of color #E55900: hue angle of 23.32º 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 #E55900 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.10 |
| HSL | 23.32º | 1% | 0.45% | - |
| HSV(B) | 23.32º | 1% | 0.9% | - |
| XYZ | 35.89 | 23.8 | 2.7 | - |
| YUV | 120.71 | 59.88 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 0 | 0 | 0.61 | 1 | 0.10 | 23.32 | 1 | 0.45 |
| Hex | E5 | 59 | 0 | 0 | 3D | 64 | A | 17 | 64 | 2D |
| Octal | 345 | 131 | 0 | 0 | 75 | 144 | 12 | 27 | 144 | 55 |
| Binary | 11100101 | 1011001 | 0 | 0 | 111101 | 1100100 | 1010 | 10111 | 1100100 | 101101 |
Color Harmonies of #E55900
Complementary color
Monochromatic Colors of #E55900
Black with #E55900
Text Example
Text Example
White with #E55900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55900; }
p { color: rgb(229,89,0); }
H1.HeaderClassName
{
color: #E55900;
}
.AnyTagClassName
{
color: #E55900;
}
</style>
background-color css
<style>
a { background-color: #E55900; }
a { background-color: rgb(229,89,0); }
div.DivClassName
{
background-color: #E55900;
}
.BgClassName
{
background-color: #E55900;
}
</style>
border-color css
<style>
span { border-color: #E55900; }
span { border-color: rgb(229,89,0); }
td.TdClassName
{
border-color: #E55900;
}
.TagClassName
{
border-color: #E55900;
}
</style>