Shades of Persimmon #E55005
Tints of Persimmon #E55005
RGB
CMYK
RGB Variations
Color information
#E55005 (or 0xE55005) is known color: Persimmon. HEX triplet: E5, 50 and 05. RGB value is (229,80,5). Sum of RGB (Red+Green+Blue) = 229+80+5=314 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.93% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 229 - color contains mainly: red. Hex color #E55005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55005 is #1AAFFA. Grayscale: #747474. Windows color (decimal): -1748987 or 348389. OLE color: 348389.
HSL color Cylindrical-coordinate representation of color #E55005: hue angle of 20.09º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E55005 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 5 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.10 |
| HSL | 20.09º | 0.96% | 0.46% | - |
| HSV(B) | 20.09º | 0.98% | 0.9% | - |
| XYZ | 35.21 | 22.41 | 2.61 | - |
| YUV | 116 | 65.36 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 5 | 0 | 0.65 | 0.98 | 0.10 | 20.09 | 0.96 | 0.46 |
| Hex | E5 | 50 | 5 | 0 | 41 | 62 | A | 14 | 60 | 2E |
| Octal | 345 | 120 | 5 | 0 | 101 | 142 | 12 | 24 | 140 | 56 |
| Binary | 11100101 | 1010000 | 101 | 0 | 1000001 | 1100010 | 1010 | 10100 | 1100000 | 101110 |
Color Harmonies of #E55005
Complementary color
Monochromatic Colors of #E55005
Black with #E55005
Text Example
Text Example
White with #E55005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55005; }
p { color: rgb(229,80,5); }
H1.HeaderClassName
{
color: #E55005;
}
.AnyTagClassName
{
color: #E55005;
}
</style>
background-color css
<style>
a { background-color: #E55005; }
a { background-color: rgb(229,80,5); }
div.DivClassName
{
background-color: #E55005;
}
.BgClassName
{
background-color: #E55005;
}
</style>
border-color css
<style>
span { border-color: #E55005; }
span { border-color: rgb(229,80,5); }
td.TdClassName
{
border-color: #E55005;
}
.TagClassName
{
border-color: #E55005;
}
</style>