Shades of Persimmon #E55E15
Tints of Persimmon #E55E15
RGB
CMYK
RGB Variations
Color information
#E55E15 (or 0xE55E15) is known color: Persimmon. HEX triplet: E5, 5E and 15. RGB value is (229,94,21). Sum of RGB (Red+Green+Blue) = 229+94+21=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55E15 is #1AA1EA. Grayscale: #7E7E7E. Windows color (decimal): -1745387 or 1400549. OLE color: 1400549.
HSL color Cylindrical-coordinate representation of color #E55E15: hue angle of 21.06º degrees, saturation: 0.83, 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 #E55E15 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 21 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.10 |
| HSL | 21.06º | 0.83% | 0.49% | - |
| HSV(B) | 21.06º | 0.91% | 0.9% | - |
| XYZ | 36.45 | 24.72 | 3.56 | - |
| YUV | 126.04 | 68.73 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 21 | 0 | 0.59 | 0.91 | 0.10 | 21.06 | 0.83 | 0.49 |
| Hex | E5 | 5E | 15 | 0 | 3B | 5B | A | 15 | 53 | 31 |
| Octal | 345 | 136 | 25 | 0 | 73 | 133 | 12 | 25 | 123 | 61 |
| Binary | 11100101 | 1011110 | 10101 | 0 | 111011 | 1011011 | 1010 | 10101 | 1010011 | 110001 |
Color Harmonies of #E55E15
Complementary color
Monochromatic Colors of #E55E15
Black with #E55E15
Text Example
Text Example
White with #E55E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E15; }
p { color: rgb(229,94,21); }
H1.HeaderClassName
{
color: #E55E15;
}
.AnyTagClassName
{
color: #E55E15;
}
</style>
background-color css
<style>
a { background-color: #E55E15; }
a { background-color: rgb(229,94,21); }
div.DivClassName
{
background-color: #E55E15;
}
.BgClassName
{
background-color: #E55E15;
}
</style>
border-color css
<style>
span { border-color: #E55E15; }
span { border-color: rgb(229,94,21); }
td.TdClassName
{
border-color: #E55E15;
}
.TagClassName
{
border-color: #E55E15;
}
</style>