Shades of Persimmon #E05500
Tints of Persimmon #E05500
RGB
CMYK
RGB Variations
Color information
#E05500 (or 0xE05500) is known color: Persimmon. HEX triplet: E0, 55 and 00. RGB value is (224,85,0). Sum of RGB (Red+Green+Blue) = 224+85+0=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E05500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05500 is #1FAAFF. Grayscale: #757575. Windows color (decimal): -2075392 or 21984. OLE color: 21984.
HSL color Cylindrical-coordinate representation of color #E05500: hue angle of 22.77º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E05500 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.12 |
| HSL | 22.77º | 1% | 0.44% | - |
| HSV(B) | 22.77º | 1% | 0.88% | - |
| XYZ | 33.99 | 22.34 | 2.52 | - |
| YUV | 116.87 | 62.05 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 0 | 0 | 0.62 | 1 | 0.12 | 22.77 | 1 | 0.44 |
| Hex | E0 | 55 | 0 | 0 | 3E | 64 | C | 17 | 64 | 2C |
| Octal | 340 | 125 | 0 | 0 | 76 | 144 | 14 | 27 | 144 | 54 |
| Binary | 11100000 | 1010101 | 0 | 0 | 111110 | 1100100 | 1100 | 10111 | 1100100 | 101100 |
Color Harmonies of #E05500
Complementary color
Monochromatic Colors of #E05500
Black with #E05500
Text Example
Text Example
White with #E05500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05500; }
p { color: rgb(224,85,0); }
H1.HeaderClassName
{
color: #E05500;
}
.AnyTagClassName
{
color: #E05500;
}
</style>
background-color css
<style>
a { background-color: #E05500; }
a { background-color: rgb(224,85,0); }
div.DivClassName
{
background-color: #E05500;
}
.BgClassName
{
background-color: #E05500;
}
</style>
border-color css
<style>
span { border-color: #E05500; }
span { border-color: rgb(224,85,0); }
td.TdClassName
{
border-color: #E05500;
}
.TagClassName
{
border-color: #E05500;
}
</style>