Shades of Persimmon #EC5206
Tints of Persimmon #EC5206
RGB
CMYK
RGB Variations
Color information
#EC5206 (or 0xEC5206) is known color: Persimmon. HEX triplet: EC, 52 and 06. RGB value is (236,82,6). Sum of RGB (Red+Green+Blue) = 236+82+6=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5206 is #13ADF9. Grayscale: #777777. Windows color (decimal): -1289722 or 414444. OLE color: 414444.
HSL color Cylindrical-coordinate representation of color #EC5206: hue angle of 19.83º 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 #EC5206 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.07 |
| HSL | 19.83º | 0.95% | 0.47% | - |
| HSV(B) | 19.83º | 0.97% | 0.93% | - |
| XYZ | 37.64 | 23.88 | 2.8 | - |
| YUV | 119.38 | 64.02 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 6 | 0 | 0.65 | 0.97 | 0.07 | 19.83 | 0.95 | 0.47 |
| Hex | EC | 52 | 6 | 0 | 41 | 61 | 7 | 14 | 5F | 2F |
| Octal | 354 | 122 | 6 | 0 | 101 | 141 | 7 | 24 | 137 | 57 |
| Binary | 11101100 | 1010010 | 110 | 0 | 1000001 | 1100001 | 111 | 10100 | 1011111 | 101111 |
Color Harmonies of #EC5206
Complementary color
Monochromatic Colors of #EC5206
Black with #EC5206
Text Example
Text Example
White with #EC5206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5206; }
p { color: rgb(236,82,6); }
H1.HeaderClassName
{
color: #EC5206;
}
.AnyTagClassName
{
color: #EC5206;
}
</style>
background-color css
<style>
a { background-color: #EC5206; }
a { background-color: rgb(236,82,6); }
div.DivClassName
{
background-color: #EC5206;
}
.BgClassName
{
background-color: #EC5206;
}
</style>
border-color css
<style>
span { border-color: #EC5206; }
span { border-color: rgb(236,82,6); }
td.TdClassName
{
border-color: #EC5206;
}
.TagClassName
{
border-color: #EC5206;
}
</style>