Shades of Persimmon #E56405
Tints of Persimmon #E56405
RGB
CMYK
RGB Variations
Color information
#E56405 (or 0xE56405) is known color: Persimmon. HEX triplet: E5, 64 and 05. RGB value is (229,100,5). Sum of RGB (Red+Green+Blue) = 229+100+5=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E56405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56405 is #1A9BFA. Grayscale: #808080. Windows color (decimal): -1743867 or 353509. OLE color: 353509.
HSL color Cylindrical-coordinate representation of color #E56405: hue angle of 25.45º 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 #E56405 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.10 |
| HSL | 25.45º | 0.96% | 0.46% | - |
| HSV(B) | 25.45º | 0.98% | 0.9% | - |
| XYZ | 36.9 | 25.78 | 3.18 | - |
| YUV | 127.74 | 58.74 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 5 | 0 | 0.56 | 0.98 | 0.10 | 25.45 | 0.96 | 0.46 |
| Hex | E5 | 64 | 5 | 0 | 38 | 62 | A | 19 | 60 | 2E |
| Octal | 345 | 144 | 5 | 0 | 70 | 142 | 12 | 31 | 140 | 56 |
| Binary | 11100101 | 1100100 | 101 | 0 | 111000 | 1100010 | 1010 | 11001 | 1100000 | 101110 |
Color Harmonies of #E56405
Complementary color
Monochromatic Colors of #E56405
Black with #E56405
Text Example
Text Example
White with #E56405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56405; }
p { color: rgb(229,100,5); }
H1.HeaderClassName
{
color: #E56405;
}
.AnyTagClassName
{
color: #E56405;
}
</style>
background-color css
<style>
a { background-color: #E56405; }
a { background-color: rgb(229,100,5); }
div.DivClassName
{
background-color: #E56405;
}
.BgClassName
{
background-color: #E56405;
}
</style>
border-color css
<style>
span { border-color: #E56405; }
span { border-color: rgb(229,100,5); }
td.TdClassName
{
border-color: #E56405;
}
.TagClassName
{
border-color: #E56405;
}
</style>