Shades of Ronchi #ECBB4D
Tints of Ronchi #ECBB4D
RGB
CMYK
RGB Variations
Color information
#ECBB4D (or 0xECBB4D) is known color: Ronchi. HEX triplet: EC, BB and 4D. RGB value is (236,187,77). Sum of RGB (Red+Green+Blue) = 236+187+77=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBB4D is #1344B2. Grayscale: #BDBDBD. Windows color (decimal): -1262771 or 5094380. OLE color: 5094380.
HSL color Cylindrical-coordinate representation of color #ECBB4D: hue angle of 41.51º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECBB4D is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 77 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.07 |
| HSL | 41.51º | 0.81% | 0.61% | - |
| HSV(B) | 41.51º | 0.67% | 0.93% | - |
| XYZ | 53.7 | 53.91 | 14.6 | - |
| YUV | 189.11 | 64.73 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 77 | 0 | 0.21 | 0.67 | 0.07 | 41.51 | 0.81 | 0.61 |
| Hex | EC | BB | 4D | 0 | 15 | 43 | 7 | 2A | 51 | 3D |
| Octal | 354 | 273 | 115 | 0 | 25 | 103 | 7 | 52 | 121 | 75 |
| Binary | 11101100 | 10111011 | 1001101 | 0 | 10101 | 1000011 | 111 | 101010 | 1010001 | 111101 |
Color Harmonies of #ECBB4D
Complementary color
Monochromatic Colors of #ECBB4D
Black with #ECBB4D
Text Example
Text Example
White with #ECBB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB4D; }
p { color: rgb(236,187,77); }
H1.HeaderClassName
{
color: #ECBB4D;
}
.AnyTagClassName
{
color: #ECBB4D;
}
</style>
background-color css
<style>
a { background-color: #ECBB4D; }
a { background-color: rgb(236,187,77); }
div.DivClassName
{
background-color: #ECBB4D;
}
.BgClassName
{
background-color: #ECBB4D;
}
</style>
border-color css
<style>
span { border-color: #ECBB4D; }
span { border-color: rgb(236,187,77); }
td.TdClassName
{
border-color: #ECBB4D;
}
.TagClassName
{
border-color: #ECBB4D;
}
</style>