Shades of Ronchi #ECBC5B
Tints of Ronchi #ECBC5B
RGB
CMYK
RGB Variations
Color information
#ECBC5B (or 0xECBC5B) is known color: Ronchi. HEX triplet: EC, BC and 5B. RGB value is (236,188,91). Sum of RGB (Red+Green+Blue) = 236+188+91=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC5B is #1343A4. Grayscale: #BFBFBF. Windows color (decimal): -1262501 or 6012140. OLE color: 6012140.
HSL color Cylindrical-coordinate representation of color #ECBC5B: hue angle of 40.14º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECBC5B is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 91 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.07 |
| HSL | 40.14º | 0.79% | 0.64% | - |
| HSV(B) | 40.14º | 0.61% | 0.93% | - |
| XYZ | 54.46 | 54.55 | 17.56 | - |
| YUV | 191.29 | 71.4 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 91 | 0 | 0.20 | 0.61 | 0.07 | 40.14 | 0.79 | 0.64 |
| Hex | EC | BC | 5B | 0 | 14 | 3D | 7 | 28 | 4F | 40 |
| Octal | 354 | 274 | 133 | 0 | 24 | 75 | 7 | 50 | 117 | 100 |
| Binary | 11101100 | 10111100 | 1011011 | 0 | 10100 | 111101 | 111 | 101000 | 1001111 | 1000000 |
Color Harmonies of #ECBC5B
Complementary color
Monochromatic Colors of #ECBC5B
Black with #ECBC5B
Text Example
Text Example
White with #ECBC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC5B; }
p { color: rgb(236,188,91); }
H1.HeaderClassName
{
color: #ECBC5B;
}
.AnyTagClassName
{
color: #ECBC5B;
}
</style>
background-color css
<style>
a { background-color: #ECBC5B; }
a { background-color: rgb(236,188,91); }
div.DivClassName
{
background-color: #ECBC5B;
}
.BgClassName
{
background-color: #ECBC5B;
}
</style>
border-color css
<style>
span { border-color: #ECBC5B; }
span { border-color: rgb(236,188,91); }
td.TdClassName
{
border-color: #ECBC5B;
}
.TagClassName
{
border-color: #ECBC5B;
}
</style>