Shades of Persimmon #E56305
Tints of Persimmon #E56305
RGB
CMYK
RGB Variations
Color information
#E56305 (or 0xE56305) is known color: Persimmon. HEX triplet: E5, 63 and 05. RGB value is (229,99,5). Sum of RGB (Red+Green+Blue) = 229+99+5=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E56305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56305 is #1A9CFA. Grayscale: #7F7F7F. Windows color (decimal): -1744123 or 353253. OLE color: 353253.
HSL color Cylindrical-coordinate representation of color #E56305: hue angle of 25.18º 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 #E56305 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.10 |
| HSL | 25.18º | 0.96% | 0.46% | - |
| HSV(B) | 25.18º | 0.98% | 0.9% | - |
| XYZ | 36.8 | 25.59 | 3.14 | - |
| YUV | 127.15 | 59.07 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 5 | 0 | 0.57 | 0.98 | 0.10 | 25.18 | 0.96 | 0.46 |
| Hex | E5 | 63 | 5 | 0 | 39 | 62 | A | 19 | 60 | 2E |
| Octal | 345 | 143 | 5 | 0 | 71 | 142 | 12 | 31 | 140 | 56 |
| Binary | 11100101 | 1100011 | 101 | 0 | 111001 | 1100010 | 1010 | 11001 | 1100000 | 101110 |
Color Harmonies of #E56305
Complementary color
Monochromatic Colors of #E56305
Black with #E56305
Text Example
Text Example
White with #E56305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56305; }
p { color: rgb(229,99,5); }
H1.HeaderClassName
{
color: #E56305;
}
.AnyTagClassName
{
color: #E56305;
}
</style>
background-color css
<style>
a { background-color: #E56305; }
a { background-color: rgb(229,99,5); }
div.DivClassName
{
background-color: #E56305;
}
.BgClassName
{
background-color: #E56305;
}
</style>
border-color css
<style>
span { border-color: #E56305; }
span { border-color: rgb(229,99,5); }
td.TdClassName
{
border-color: #E56305;
}
.TagClassName
{
border-color: #E56305;
}
</style>