Shades of Persimmon #E55114
Tints of Persimmon #E55114
RGB
CMYK
RGB Variations
Color information
#E55114 (or 0xE55114) is known color: Persimmon. HEX triplet: E5, 51 and 14. RGB value is (229,81,20). Sum of RGB (Red+Green+Blue) = 229+81+20=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E55114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55114 is #1AAEEB. Grayscale: #767676. Windows color (decimal): -1748716 or 1331685. OLE color: 1331685.
HSL color Cylindrical-coordinate representation of color #E55114: hue angle of 17.51º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E55114 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 20 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.10 |
| HSL | 17.51º | 0.84% | 0.49% | - |
| HSV(B) | 17.51º | 0.91% | 0.9% | - |
| XYZ | 35.38 | 22.59 | 3.16 | - |
| YUV | 118.3 | 72.53 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 20 | 0 | 0.65 | 0.91 | 0.10 | 17.51 | 0.84 | 0.49 |
| Hex | E5 | 51 | 14 | 0 | 41 | 5B | A | 12 | 54 | 31 |
| Octal | 345 | 121 | 24 | 0 | 101 | 133 | 12 | 22 | 124 | 61 |
| Binary | 11100101 | 1010001 | 10100 | 0 | 1000001 | 1011011 | 1010 | 10010 | 1010100 | 110001 |
Color Harmonies of #E55114
Complementary color
Monochromatic Colors of #E55114
Black with #E55114
Text Example
Text Example
White with #E55114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55114; }
p { color: rgb(229,81,20); }
H1.HeaderClassName
{
color: #E55114;
}
.AnyTagClassName
{
color: #E55114;
}
</style>
background-color css
<style>
a { background-color: #E55114; }
a { background-color: rgb(229,81,20); }
div.DivClassName
{
background-color: #E55114;
}
.BgClassName
{
background-color: #E55114;
}
</style>
border-color css
<style>
span { border-color: #E55114; }
span { border-color: rgb(229,81,20); }
td.TdClassName
{
border-color: #E55114;
}
.TagClassName
{
border-color: #E55114;
}
</style>