Shades of Persimmon #EC5306
Tints of Persimmon #EC5306
RGB
CMYK
RGB Variations
Color information
#EC5306 (or 0xEC5306) is known color: Persimmon. HEX triplet: EC, 53 and 06. RGB value is (236,83,6). Sum of RGB (Red+Green+Blue) = 236+83+6=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5306 is #13ACF9. Grayscale: #787878. Windows color (decimal): -1289466 or 414700. OLE color: 414700.
HSL color Cylindrical-coordinate representation of color #EC5306: hue angle of 20.09º 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 #EC5306 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.07 |
| HSL | 20.09º | 0.95% | 0.47% | - |
| HSV(B) | 20.09º | 0.97% | 0.93% | - |
| XYZ | 37.72 | 24.03 | 2.82 | - |
| YUV | 119.97 | 63.69 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 6 | 0 | 0.65 | 0.97 | 0.07 | 20.09 | 0.95 | 0.47 |
| Hex | EC | 53 | 6 | 0 | 41 | 61 | 7 | 14 | 5F | 2F |
| Octal | 354 | 123 | 6 | 0 | 101 | 141 | 7 | 24 | 137 | 57 |
| Binary | 11101100 | 1010011 | 110 | 0 | 1000001 | 1100001 | 111 | 10100 | 1011111 | 101111 |
Color Harmonies of #EC5306
Complementary color
Monochromatic Colors of #EC5306
Black with #EC5306
Text Example
Text Example
White with #EC5306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5306; }
p { color: rgb(236,83,6); }
H1.HeaderClassName
{
color: #EC5306;
}
.AnyTagClassName
{
color: #EC5306;
}
</style>
background-color css
<style>
a { background-color: #EC5306; }
a { background-color: rgb(236,83,6); }
div.DivClassName
{
background-color: #EC5306;
}
.BgClassName
{
background-color: #EC5306;
}
</style>
border-color css
<style>
span { border-color: #EC5306; }
span { border-color: rgb(236,83,6); }
td.TdClassName
{
border-color: #EC5306;
}
.TagClassName
{
border-color: #EC5306;
}
</style>