Shades of Persimmon #E55010
Tints of Persimmon #E55010
RGB
CMYK
RGB Variations
Color information
#E55010 (or 0xE55010) is known color: Persimmon. HEX triplet: E5, 50 and 10. RGB value is (229,80,16). Sum of RGB (Red+Green+Blue) = 229+80+16=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E55010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55010 is #1AAFEF. Grayscale: #757575. Windows color (decimal): -1748976 or 1069285. OLE color: 1069285.
HSL color Cylindrical-coordinate representation of color #E55010: hue angle of 18.03º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E55010 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 16 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.10 |
| HSL | 18.03º | 0.87% | 0.48% | - |
| HSV(B) | 18.03º | 0.93% | 0.9% | - |
| XYZ | 35.28 | 22.43 | 2.96 | - |
| YUV | 117.26 | 70.86 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 16 | 0 | 0.65 | 0.93 | 0.10 | 18.03 | 0.87 | 0.48 |
| Hex | E5 | 50 | 10 | 0 | 41 | 5D | A | 12 | 57 | 30 |
| Octal | 345 | 120 | 20 | 0 | 101 | 135 | 12 | 22 | 127 | 60 |
| Binary | 11100101 | 1010000 | 10000 | 0 | 1000001 | 1011101 | 1010 | 10010 | 1010111 | 110000 |
Color Harmonies of #E55010
Complementary color
Monochromatic Colors of #E55010
Black with #E55010
Text Example
Text Example
White with #E55010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55010; }
p { color: rgb(229,80,16); }
H1.HeaderClassName
{
color: #E55010;
}
.AnyTagClassName
{
color: #E55010;
}
</style>
background-color css
<style>
a { background-color: #E55010; }
a { background-color: rgb(229,80,16); }
div.DivClassName
{
background-color: #E55010;
}
.BgClassName
{
background-color: #E55010;
}
</style>
border-color css
<style>
span { border-color: #E55010; }
span { border-color: rgb(229,80,16); }
td.TdClassName
{
border-color: #E55010;
}
.TagClassName
{
border-color: #E55010;
}
</style>