Shades of Persimmon #E5500E
Tints of Persimmon #E5500E
RGB
CMYK
RGB Variations
Color information
#E5500E (or 0xE5500E) is known color: Persimmon. HEX triplet: E5, 50 and 0E. RGB value is (229,80,14). Sum of RGB (Red+Green+Blue) = 229+80+14=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E5500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5500E is #1AAFF1. Grayscale: #757575. Windows color (decimal): -1748978 or 938213. OLE color: 938213.
HSL color Cylindrical-coordinate representation of color #E5500E: hue angle of 18.42º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5500E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 14 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.10 |
| HSL | 18.42º | 0.88% | 0.48% | - |
| HSV(B) | 18.42º | 0.94% | 0.9% | - |
| XYZ | 35.26 | 22.43 | 2.89 | - |
| YUV | 117.03 | 69.86 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 14 | 0 | 0.65 | 0.94 | 0.10 | 18.42 | 0.88 | 0.48 |
| Hex | E5 | 50 | E | 0 | 41 | 5E | A | 12 | 58 | 30 |
| Octal | 345 | 120 | 16 | 0 | 101 | 136 | 12 | 22 | 130 | 60 |
| Binary | 11100101 | 1010000 | 1110 | 0 | 1000001 | 1011110 | 1010 | 10010 | 1011000 | 110000 |
Color Harmonies of #E5500E
Complementary color
Monochromatic Colors of #E5500E
Black with #E5500E
Text Example
Text Example
White with #E5500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5500E; }
p { color: rgb(229,80,14); }
H1.HeaderClassName
{
color: #E5500E;
}
.AnyTagClassName
{
color: #E5500E;
}
</style>
background-color css
<style>
a { background-color: #E5500E; }
a { background-color: rgb(229,80,14); }
div.DivClassName
{
background-color: #E5500E;
}
.BgClassName
{
background-color: #E5500E;
}
</style>
border-color css
<style>
span { border-color: #E5500E; }
span { border-color: rgb(229,80,14); }
td.TdClassName
{
border-color: #E5500E;
}
.TagClassName
{
border-color: #E5500E;
}
</style>