Shades of Ronchi #ECBC5D
Tints of Ronchi #ECBC5D
RGB
CMYK
RGB Variations
Color information
#ECBC5D (or 0xECBC5D) is known color: Ronchi. HEX triplet: EC, BC and 5D. RGB value is (236,188,93). Sum of RGB (Red+Green+Blue) = 236+188+93=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC5D is #1343A2. Grayscale: #BFBFBF. Windows color (decimal): -1262499 or 6143212. OLE color: 6143212.
HSL color Cylindrical-coordinate representation of color #ECBC5D: hue angle of 39.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECBC5D is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 93 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.07 |
| HSL | 39.86º | 0.79% | 0.65% | - |
| HSV(B) | 39.86º | 0.61% | 0.93% | - |
| XYZ | 54.55 | 54.59 | 18.02 | - |
| YUV | 191.52 | 72.4 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 93 | 0 | 0.20 | 0.61 | 0.07 | 39.86 | 0.79 | 0.65 |
| Hex | EC | BC | 5D | 0 | 14 | 3D | 7 | 28 | 4F | 41 |
| Octal | 354 | 274 | 135 | 0 | 24 | 75 | 7 | 50 | 117 | 101 |
| Binary | 11101100 | 10111100 | 1011101 | 0 | 10100 | 111101 | 111 | 101000 | 1001111 | 1000001 |
Color Harmonies of #ECBC5D
Complementary color
Monochromatic Colors of #ECBC5D
Black with #ECBC5D
Text Example
Text Example
White with #ECBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC5D; }
p { color: rgb(236,188,93); }
H1.HeaderClassName
{
color: #ECBC5D;
}
.AnyTagClassName
{
color: #ECBC5D;
}
</style>
background-color css
<style>
a { background-color: #ECBC5D; }
a { background-color: rgb(236,188,93); }
div.DivClassName
{
background-color: #ECBC5D;
}
.BgClassName
{
background-color: #ECBC5D;
}
</style>
border-color css
<style>
span { border-color: #ECBC5D; }
span { border-color: rgb(236,188,93); }
td.TdClassName
{
border-color: #ECBC5D;
}
.TagClassName
{
border-color: #ECBC5D;
}
</style>