Shades of Persimmon #E55305
Tints of Persimmon #E55305
RGB
CMYK
RGB Variations
Color information
#E55305 (or 0xE55305) is known color: Persimmon. HEX triplet: E5, 53 and 05. RGB value is (229,83,5). Sum of RGB (Red+Green+Blue) = 229+83+5=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E55305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55305 is #1AACFA. Grayscale: #767676. Windows color (decimal): -1748219 or 349157. OLE color: 349157.
HSL color Cylindrical-coordinate representation of color #E55305: hue angle of 20.89º 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 #E55305 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 5 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.10 |
| HSL | 20.89º | 0.96% | 0.46% | - |
| HSV(B) | 20.89º | 0.98% | 0.9% | - |
| XYZ | 35.43 | 22.86 | 2.69 | - |
| YUV | 117.76 | 64.37 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 5 | 0 | 0.64 | 0.98 | 0.10 | 20.89 | 0.96 | 0.46 |
| Hex | E5 | 53 | 5 | 0 | 40 | 62 | A | 15 | 60 | 2E |
| Octal | 345 | 123 | 5 | 0 | 100 | 142 | 12 | 25 | 140 | 56 |
| Binary | 11100101 | 1010011 | 101 | 0 | 1000000 | 1100010 | 1010 | 10101 | 1100000 | 101110 |
Color Harmonies of #E55305
Complementary color
Monochromatic Colors of #E55305
Black with #E55305
Text Example
Text Example
White with #E55305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55305; }
p { color: rgb(229,83,5); }
H1.HeaderClassName
{
color: #E55305;
}
.AnyTagClassName
{
color: #E55305;
}
</style>
background-color css
<style>
a { background-color: #E55305; }
a { background-color: rgb(229,83,5); }
div.DivClassName
{
background-color: #E55305;
}
.BgClassName
{
background-color: #E55305;
}
</style>
border-color css
<style>
span { border-color: #E55305; }
span { border-color: rgb(229,83,5); }
td.TdClassName
{
border-color: #E55305;
}
.TagClassName
{
border-color: #E55305;
}
</style>