Shades of Persimmon #E55D15
Tints of Persimmon #E55D15
RGB
CMYK
RGB Variations
Color information
#E55D15 (or 0xE55D15) is known color: Persimmon. HEX triplet: E5, 5D and 15. RGB value is (229,93,21). Sum of RGB (Red+Green+Blue) = 229+93+21=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55D15 is #1AA2EA. Grayscale: #7D7D7D. Windows color (decimal): -1745643 or 1400293. OLE color: 1400293.
HSL color Cylindrical-coordinate representation of color #E55D15: hue angle of 20.77º 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 #E55D15 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 21 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.10 |
| HSL | 20.77º | 0.83% | 0.49% | - |
| HSV(B) | 20.77º | 0.91% | 0.9% | - |
| XYZ | 36.36 | 24.54 | 3.53 | - |
| YUV | 125.46 | 69.06 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 21 | 0 | 0.59 | 0.91 | 0.10 | 20.77 | 0.83 | 0.49 |
| Hex | E5 | 5D | 15 | 0 | 3B | 5B | A | 15 | 53 | 31 |
| Octal | 345 | 135 | 25 | 0 | 73 | 133 | 12 | 25 | 123 | 61 |
| Binary | 11100101 | 1011101 | 10101 | 0 | 111011 | 1011011 | 1010 | 10101 | 1010011 | 110001 |
Color Harmonies of #E55D15
Complementary color
Monochromatic Colors of #E55D15
Black with #E55D15
Text Example
Text Example
White with #E55D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55D15; }
p { color: rgb(229,93,21); }
H1.HeaderClassName
{
color: #E55D15;
}
.AnyTagClassName
{
color: #E55D15;
}
</style>
background-color css
<style>
a { background-color: #E55D15; }
a { background-color: rgb(229,93,21); }
div.DivClassName
{
background-color: #E55D15;
}
.BgClassName
{
background-color: #E55D15;
}
</style>
border-color css
<style>
span { border-color: #E55D15; }
span { border-color: rgb(229,93,21); }
td.TdClassName
{
border-color: #E55D15;
}
.TagClassName
{
border-color: #E55D15;
}
</style>