Shades of Persimmon #E55E0A
Tints of Persimmon #E55E0A
RGB
CMYK
RGB Variations
Color information
#E55E0A (or 0xE55E0A) is known color: Persimmon. HEX triplet: E5, 5E and 0A. RGB value is (229,94,10). Sum of RGB (Red+Green+Blue) = 229+94+10=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55E0A is #1AA1F5. Grayscale: #7D7D7D. Windows color (decimal): -1745398 or 679653. OLE color: 679653.
HSL color Cylindrical-coordinate representation of color #E55E0A: hue angle of 23.01º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E55E0A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 10 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.10 |
| HSL | 23.01º | 0.92% | 0.47% | - |
| HSV(B) | 23.01º | 0.96% | 0.9% | - |
| XYZ | 36.37 | 24.69 | 3.13 | - |
| YUV | 124.79 | 63.23 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 10 | 0 | 0.59 | 0.96 | 0.10 | 23.01 | 0.92 | 0.47 |
| Hex | E5 | 5E | A | 0 | 3B | 60 | A | 17 | 5C | 2F |
| Octal | 345 | 136 | 12 | 0 | 73 | 140 | 12 | 27 | 134 | 57 |
| Binary | 11100101 | 1011110 | 1010 | 0 | 111011 | 1100000 | 1010 | 10111 | 1011100 | 101111 |
Color Harmonies of #E55E0A
Complementary color
Monochromatic Colors of #E55E0A
Black with #E55E0A
Text Example
Text Example
White with #E55E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E0A; }
p { color: rgb(229,94,10); }
H1.HeaderClassName
{
color: #E55E0A;
}
.AnyTagClassName
{
color: #E55E0A;
}
</style>
background-color css
<style>
a { background-color: #E55E0A; }
a { background-color: rgb(229,94,10); }
div.DivClassName
{
background-color: #E55E0A;
}
.BgClassName
{
background-color: #E55E0A;
}
</style>
border-color css
<style>
span { border-color: #E55E0A; }
span { border-color: rgb(229,94,10); }
td.TdClassName
{
border-color: #E55E0A;
}
.TagClassName
{
border-color: #E55E0A;
}
</style>