Shades of Persimmon #E55D13
Tints of Persimmon #E55D13
RGB
CMYK
RGB Variations
Color information
#E55D13 (or 0xE55D13) is known color: Persimmon. HEX triplet: E5, 5D and 13. RGB value is (229,93,19). Sum of RGB (Red+Green+Blue) = 229+93+19=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55D13 is #1AA2EC. Grayscale: #7D7D7D. Windows color (decimal): -1745645 or 1269221. OLE color: 1269221.
HSL color Cylindrical-coordinate representation of color #E55D13: hue angle of 21.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E55D13 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 19 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.10 |
| HSL | 21.14º | 0.85% | 0.49% | - |
| HSV(B) | 21.14º | 0.92% | 0.9% | - |
| XYZ | 36.34 | 24.53 | 3.44 | - |
| YUV | 125.23 | 68.06 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 19 | 0 | 0.59 | 0.92 | 0.10 | 21.14 | 0.85 | 0.49 |
| Hex | E5 | 5D | 13 | 0 | 3B | 5C | A | 15 | 55 | 31 |
| Octal | 345 | 135 | 23 | 0 | 73 | 134 | 12 | 25 | 125 | 61 |
| Binary | 11100101 | 1011101 | 10011 | 0 | 111011 | 1011100 | 1010 | 10101 | 1010101 | 110001 |
Color Harmonies of #E55D13
Complementary color
Monochromatic Colors of #E55D13
Black with #E55D13
Text Example
Text Example
White with #E55D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55D13; }
p { color: rgb(229,93,19); }
H1.HeaderClassName
{
color: #E55D13;
}
.AnyTagClassName
{
color: #E55D13;
}
</style>
background-color css
<style>
a { background-color: #E55D13; }
a { background-color: rgb(229,93,19); }
div.DivClassName
{
background-color: #E55D13;
}
.BgClassName
{
background-color: #E55D13;
}
</style>
border-color css
<style>
span { border-color: #E55D13; }
span { border-color: rgb(229,93,19); }
td.TdClassName
{
border-color: #E55D13;
}
.TagClassName
{
border-color: #E55D13;
}
</style>