Shades of Persimmon #E56406
Tints of Persimmon #E56406
RGB
CMYK
RGB Variations
Color information
#E56406 (or 0xE56406) is known color: Persimmon. HEX triplet: E5, 64 and 06. RGB value is (229,100,6). Sum of RGB (Red+Green+Blue) = 229+100+6=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E56406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56406 is #1A9BF9. Grayscale: #808080. Windows color (decimal): -1743866 or 419045. OLE color: 419045.
HSL color Cylindrical-coordinate representation of color #E56406: hue angle of 25.29º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E56406 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 6 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.10 |
| HSL | 25.29º | 0.95% | 0.46% | - |
| HSV(B) | 25.29º | 0.97% | 0.9% | - |
| XYZ | 36.9 | 25.79 | 3.2 | - |
| YUV | 127.86 | 59.24 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 6 | 0 | 0.56 | 0.97 | 0.10 | 25.29 | 0.95 | 0.46 |
| Hex | E5 | 64 | 6 | 0 | 38 | 61 | A | 19 | 5F | 2E |
| Octal | 345 | 144 | 6 | 0 | 70 | 141 | 12 | 31 | 137 | 56 |
| Binary | 11100101 | 1100100 | 110 | 0 | 111000 | 1100001 | 1010 | 11001 | 1011111 | 101110 |
Color Harmonies of #E56406
Complementary color
Monochromatic Colors of #E56406
Black with #E56406
Text Example
Text Example
White with #E56406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56406; }
p { color: rgb(229,100,6); }
H1.HeaderClassName
{
color: #E56406;
}
.AnyTagClassName
{
color: #E56406;
}
</style>
background-color css
<style>
a { background-color: #E56406; }
a { background-color: rgb(229,100,6); }
div.DivClassName
{
background-color: #E56406;
}
.BgClassName
{
background-color: #E56406;
}
</style>
border-color css
<style>
span { border-color: #E56406; }
span { border-color: rgb(229,100,6); }
td.TdClassName
{
border-color: #E56406;
}
.TagClassName
{
border-color: #E56406;
}
</style>