Shades of Persimmon #E5550D
Tints of Persimmon #E5550D
RGB
CMYK
RGB Variations
Color information
#E5550D (or 0xE5550D) is known color: Persimmon. HEX triplet: E5, 55 and 0D. RGB value is (229,85,13). Sum of RGB (Red+Green+Blue) = 229+85+13=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5550D is #1AAAF2. Grayscale: #787878. Windows color (decimal): -1747699 or 873957. OLE color: 873957.
HSL color Cylindrical-coordinate representation of color #E5550D: hue angle of 20º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5550D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.10 |
| HSL | 20º | 0.89% | 0.47% | - |
| HSV(B) | 20º | 0.94% | 0.9% | - |
| XYZ | 35.63 | 23.18 | 2.98 | - |
| YUV | 119.85 | 67.71 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 13 | 0 | 0.63 | 0.94 | 0.10 | 20 | 0.89 | 0.47 |
| Hex | E5 | 55 | D | 0 | 3F | 5E | A | 14 | 59 | 2F |
| Octal | 345 | 125 | 15 | 0 | 77 | 136 | 12 | 24 | 131 | 57 |
| Binary | 11100101 | 1010101 | 1101 | 0 | 111111 | 1011110 | 1010 | 10100 | 1011001 | 101111 |
Color Harmonies of #E5550D
Complementary color
Monochromatic Colors of #E5550D
Black with #E5550D
Text Example
Text Example
White with #E5550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5550D; }
p { color: rgb(229,85,13); }
H1.HeaderClassName
{
color: #E5550D;
}
.AnyTagClassName
{
color: #E5550D;
}
</style>
background-color css
<style>
a { background-color: #E5550D; }
a { background-color: rgb(229,85,13); }
div.DivClassName
{
background-color: #E5550D;
}
.BgClassName
{
background-color: #E5550D;
}
</style>
border-color css
<style>
span { border-color: #E5550D; }
span { border-color: rgb(229,85,13); }
td.TdClassName
{
border-color: #E5550D;
}
.TagClassName
{
border-color: #E5550D;
}
</style>