Shades of Ronchi #ECBB50
Tints of Ronchi #ECBB50
RGB
CMYK
RGB Variations
Color information
#ECBB50 (or 0xECBB50) is known color: Ronchi. HEX triplet: EC, BB and 50. RGB value is (236,187,80). Sum of RGB (Red+Green+Blue) = 236+187+80=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBB50 is #1344AF. Grayscale: #BDBDBD. Windows color (decimal): -1262768 or 5290988. OLE color: 5290988.
HSL color Cylindrical-coordinate representation of color #ECBB50: hue angle of 41.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECBB50 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 80 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.07 |
| HSL | 41.15º | 0.8% | 0.62% | - |
| HSV(B) | 41.15º | 0.66% | 0.93% | - |
| XYZ | 53.81 | 53.95 | 15.17 | - |
| YUV | 189.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 80 | 0 | 0.21 | 0.66 | 0.07 | 41.15 | 0.8 | 0.62 |
| Hex | EC | BB | 50 | 0 | 15 | 42 | 7 | 29 | 50 | 3E |
| Octal | 354 | 273 | 120 | 0 | 25 | 102 | 7 | 51 | 120 | 76 |
| Binary | 11101100 | 10111011 | 1010000 | 0 | 10101 | 1000010 | 111 | 101001 | 1010000 | 111110 |
Color Harmonies of #ECBB50
Complementary color
Monochromatic Colors of #ECBB50
Black with #ECBB50
Text Example
Text Example
White with #ECBB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB50; }
p { color: rgb(236,187,80); }
H1.HeaderClassName
{
color: #ECBB50;
}
.AnyTagClassName
{
color: #ECBB50;
}
</style>
background-color css
<style>
a { background-color: #ECBB50; }
a { background-color: rgb(236,187,80); }
div.DivClassName
{
background-color: #ECBB50;
}
.BgClassName
{
background-color: #ECBB50;
}
</style>
border-color css
<style>
span { border-color: #ECBB50; }
span { border-color: rgb(236,187,80); }
td.TdClassName
{
border-color: #ECBB50;
}
.TagClassName
{
border-color: #ECBB50;
}
</style>