Shades of Persimmon #E55C06
Tints of Persimmon #E55C06
RGB
CMYK
RGB Variations
Color information
#E55C06 (or 0xE55C06) is known color: Persimmon. HEX triplet: E5, 5C and 06. RGB value is (229,92,6). Sum of RGB (Red+Green+Blue) = 229+92+6=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55C06 is #1AA3F9. Grayscale: #7B7B7B. Windows color (decimal): -1745914 or 416997. OLE color: 416997.
HSL color Cylindrical-coordinate representation of color #E55C06: hue angle of 23.14º 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 #E55C06 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.10 |
| HSL | 23.14º | 0.95% | 0.46% | - |
| HSV(B) | 23.14º | 0.97% | 0.9% | - |
| XYZ | 36.17 | 24.33 | 2.96 | - |
| YUV | 123.16 | 61.89 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 6 | 0 | 0.60 | 0.97 | 0.10 | 23.14 | 0.95 | 0.46 |
| Hex | E5 | 5C | 6 | 0 | 3C | 61 | A | 17 | 5F | 2E |
| Octal | 345 | 134 | 6 | 0 | 74 | 141 | 12 | 27 | 137 | 56 |
| Binary | 11100101 | 1011100 | 110 | 0 | 111100 | 1100001 | 1010 | 10111 | 1011111 | 101110 |
Color Harmonies of #E55C06
Complementary color
Monochromatic Colors of #E55C06
Black with #E55C06
Text Example
Text Example
White with #E55C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C06; }
p { color: rgb(229,92,6); }
H1.HeaderClassName
{
color: #E55C06;
}
.AnyTagClassName
{
color: #E55C06;
}
</style>
background-color css
<style>
a { background-color: #E55C06; }
a { background-color: rgb(229,92,6); }
div.DivClassName
{
background-color: #E55C06;
}
.BgClassName
{
background-color: #E55C06;
}
</style>
border-color css
<style>
span { border-color: #E55C06; }
span { border-color: rgb(229,92,6); }
td.TdClassName
{
border-color: #E55C06;
}
.TagClassName
{
border-color: #E55C06;
}
</style>