Shades of Persimmon #E55C0E
Tints of Persimmon #E55C0E
RGB
CMYK
RGB Variations
Color information
#E55C0E (or 0xE55C0E) is known color: Persimmon. HEX triplet: E5, 5C and 0E. RGB value is (229,92,14). Sum of RGB (Red+Green+Blue) = 229+92+14=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55C0E is #1AA3F1. Grayscale: #7C7C7C. Windows color (decimal): -1745906 or 941285. OLE color: 941285.
HSL color Cylindrical-coordinate representation of color #E55C0E: hue angle of 21.77º 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 #E55C0E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 14 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.10 |
| HSL | 21.77º | 0.88% | 0.48% | - |
| HSV(B) | 21.77º | 0.94% | 0.9% | - |
| XYZ | 36.22 | 24.34 | 3.21 | - |
| YUV | 124.07 | 65.89 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 14 | 0 | 0.60 | 0.94 | 0.10 | 21.77 | 0.88 | 0.48 |
| Hex | E5 | 5C | E | 0 | 3C | 5E | A | 16 | 58 | 30 |
| Octal | 345 | 134 | 16 | 0 | 74 | 136 | 12 | 26 | 130 | 60 |
| Binary | 11100101 | 1011100 | 1110 | 0 | 111100 | 1011110 | 1010 | 10110 | 1011000 | 110000 |
Color Harmonies of #E55C0E
Complementary color
Monochromatic Colors of #E55C0E
Black with #E55C0E
Text Example
Text Example
White with #E55C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C0E; }
p { color: rgb(229,92,14); }
H1.HeaderClassName
{
color: #E55C0E;
}
.AnyTagClassName
{
color: #E55C0E;
}
</style>
background-color css
<style>
a { background-color: #E55C0E; }
a { background-color: rgb(229,92,14); }
div.DivClassName
{
background-color: #E55C0E;
}
.BgClassName
{
background-color: #E55C0E;
}
</style>
border-color css
<style>
span { border-color: #E55C0E; }
span { border-color: rgb(229,92,14); }
td.TdClassName
{
border-color: #E55C0E;
}
.TagClassName
{
border-color: #E55C0E;
}
</style>