Shades of Persimmon #E56105
Tints of Persimmon #E56105
RGB
CMYK
RGB Variations
Color information
#E56105 (or 0xE56105) is known color: Persimmon. HEX triplet: E5, 61 and 05. RGB value is (229,97,5). Sum of RGB (Red+Green+Blue) = 229+97+5=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E56105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56105 is #1A9EFA. Grayscale: #7E7E7E. Windows color (decimal): -1744635 or 352741. OLE color: 352741.
HSL color Cylindrical-coordinate representation of color #E56105: hue angle of 24.64º 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 #E56105 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.10 |
| HSL | 24.64º | 0.96% | 0.46% | - |
| HSV(B) | 24.64º | 0.98% | 0.9% | - |
| XYZ | 36.62 | 25.22 | 3.08 | - |
| YUV | 125.98 | 59.73 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 5 | 0 | 0.58 | 0.98 | 0.10 | 24.64 | 0.96 | 0.46 |
| Hex | E5 | 61 | 5 | 0 | 3A | 62 | A | 19 | 60 | 2E |
| Octal | 345 | 141 | 5 | 0 | 72 | 142 | 12 | 31 | 140 | 56 |
| Binary | 11100101 | 1100001 | 101 | 0 | 111010 | 1100010 | 1010 | 11001 | 1100000 | 101110 |
Color Harmonies of #E56105
Complementary color
Monochromatic Colors of #E56105
Black with #E56105
Text Example
Text Example
White with #E56105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56105; }
p { color: rgb(229,97,5); }
H1.HeaderClassName
{
color: #E56105;
}
.AnyTagClassName
{
color: #E56105;
}
</style>
background-color css
<style>
a { background-color: #E56105; }
a { background-color: rgb(229,97,5); }
div.DivClassName
{
background-color: #E56105;
}
.BgClassName
{
background-color: #E56105;
}
</style>
border-color css
<style>
span { border-color: #E56105; }
span { border-color: rgb(229,97,5); }
td.TdClassName
{
border-color: #E56105;
}
.TagClassName
{
border-color: #E56105;
}
</style>