Shades of Persimmon #EC5E06
Tints of Persimmon #EC5E06
RGB
CMYK
RGB Variations
Color information
#EC5E06 (or 0xEC5E06) is known color: Persimmon. HEX triplet: EC, 5E and 06. RGB value is (236,94,6). Sum of RGB (Red+Green+Blue) = 236+94+6=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5E06 is #13A1F9. Grayscale: #7E7E7E. Windows color (decimal): -1286650 or 417516. OLE color: 417516.
HSL color Cylindrical-coordinate representation of color #EC5E06: hue angle of 22.96º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC5E06 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.07 |
| HSL | 22.96º | 0.95% | 0.47% | - |
| HSV(B) | 22.96º | 0.97% | 0.93% | - |
| XYZ | 38.63 | 25.85 | 3.13 | - |
| YUV | 126.43 | 60.04 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 6 | 0 | 0.60 | 0.97 | 0.07 | 22.96 | 0.95 | 0.47 |
| Hex | EC | 5E | 6 | 0 | 3C | 61 | 7 | 17 | 5F | 2F |
| Octal | 354 | 136 | 6 | 0 | 74 | 141 | 7 | 27 | 137 | 57 |
| Binary | 11101100 | 1011110 | 110 | 0 | 111100 | 1100001 | 111 | 10111 | 1011111 | 101111 |
Color Harmonies of #EC5E06
Complementary color
Monochromatic Colors of #EC5E06
Black with #EC5E06
Text Example
Text Example
White with #EC5E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E06; }
p { color: rgb(236,94,6); }
H1.HeaderClassName
{
color: #EC5E06;
}
.AnyTagClassName
{
color: #EC5E06;
}
</style>
background-color css
<style>
a { background-color: #EC5E06; }
a { background-color: rgb(236,94,6); }
div.DivClassName
{
background-color: #EC5E06;
}
.BgClassName
{
background-color: #EC5E06;
}
</style>
border-color css
<style>
span { border-color: #EC5E06; }
span { border-color: rgb(236,94,6); }
td.TdClassName
{
border-color: #EC5E06;
}
.TagClassName
{
border-color: #EC5E06;
}
</style>