Shades of Persimmon #E55E16
Tints of Persimmon #E55E16
RGB
CMYK
RGB Variations
Color information
#E55E16 (or 0xE55E16) is known color: Persimmon. HEX triplet: E5, 5E and 16. RGB value is (229,94,22). Sum of RGB (Red+Green+Blue) = 229+94+22=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55E16 is #1AA1E9. Grayscale: #7E7E7E. Windows color (decimal): -1745386 or 1466085. OLE color: 1466085.
HSL color Cylindrical-coordinate representation of color #E55E16: hue angle of 20.87º 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 #E55E16 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 22 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.10 |
| HSL | 20.87º | 0.82% | 0.49% | - |
| HSV(B) | 20.87º | 0.9% | 0.9% | - |
| XYZ | 36.46 | 24.72 | 3.61 | - |
| YUV | 126.16 | 69.23 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 22 | 0 | 0.59 | 0.90 | 0.10 | 20.87 | 0.82 | 0.49 |
| Hex | E5 | 5E | 16 | 0 | 3B | 5A | A | 15 | 52 | 31 |
| Octal | 345 | 136 | 26 | 0 | 73 | 132 | 12 | 25 | 122 | 61 |
| Binary | 11100101 | 1011110 | 10110 | 0 | 111011 | 1011010 | 1010 | 10101 | 1010010 | 110001 |
Color Harmonies of #E55E16
Complementary color
Monochromatic Colors of #E55E16
Black with #E55E16
Text Example
Text Example
White with #E55E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E16; }
p { color: rgb(229,94,22); }
H1.HeaderClassName
{
color: #E55E16;
}
.AnyTagClassName
{
color: #E55E16;
}
</style>
background-color css
<style>
a { background-color: #E55E16; }
a { background-color: rgb(229,94,22); }
div.DivClassName
{
background-color: #E55E16;
}
.BgClassName
{
background-color: #E55E16;
}
</style>
border-color css
<style>
span { border-color: #E55E16; }
span { border-color: rgb(229,94,22); }
td.TdClassName
{
border-color: #E55E16;
}
.TagClassName
{
border-color: #E55E16;
}
</style>