Shades of Persimmon #E55117
Tints of Persimmon #E55117
RGB
CMYK
RGB Variations
Color information
#E55117 (or 0xE55117) is known color: Persimmon. HEX triplet: E5, 51 and 17. RGB value is (229,81,23). Sum of RGB (Red+Green+Blue) = 229+81+23=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E55117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55117 is #1AAEE8. Grayscale: #777777. Windows color (decimal): -1748713 or 1528293. OLE color: 1528293.
HSL color Cylindrical-coordinate representation of color #E55117: hue angle of 16.89º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E55117 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 23 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.10 |
| HSL | 16.89º | 0.82% | 0.49% | - |
| HSV(B) | 16.89º | 0.9% | 0.9% | - |
| XYZ | 35.41 | 22.6 | 3.31 | - |
| YUV | 118.64 | 74.03 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 23 | 0 | 0.65 | 0.90 | 0.10 | 16.89 | 0.82 | 0.49 |
| Hex | E5 | 51 | 17 | 0 | 41 | 5A | A | 11 | 52 | 31 |
| Octal | 345 | 121 | 27 | 0 | 101 | 132 | 12 | 21 | 122 | 61 |
| Binary | 11100101 | 1010001 | 10111 | 0 | 1000001 | 1011010 | 1010 | 10001 | 1010010 | 110001 |
Color Harmonies of #E55117
Complementary color
Monochromatic Colors of #E55117
Black with #E55117
Text Example
Text Example
White with #E55117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55117; }
p { color: rgb(229,81,23); }
H1.HeaderClassName
{
color: #E55117;
}
.AnyTagClassName
{
color: #E55117;
}
</style>
background-color css
<style>
a { background-color: #E55117; }
a { background-color: rgb(229,81,23); }
div.DivClassName
{
background-color: #E55117;
}
.BgClassName
{
background-color: #E55117;
}
</style>
border-color css
<style>
span { border-color: #E55117; }
span { border-color: rgb(229,81,23); }
td.TdClassName
{
border-color: #E55117;
}
.TagClassName
{
border-color: #E55117;
}
</style>