Shades of Ronchi #ECBB5A
Tints of Ronchi #ECBB5A
RGB
CMYK
RGB Variations
Color information
#ECBB5A (or 0xECBB5A) is known color: Ronchi. HEX triplet: EC, BB and 5A. RGB value is (236,187,90). Sum of RGB (Red+Green+Blue) = 236+187+90=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBB5A is #1344A5. Grayscale: #BFBFBF. Windows color (decimal): -1262758 or 5946348. OLE color: 5946348.
HSL color Cylindrical-coordinate representation of color #ECBB5A: hue angle of 39.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECBB5A is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 90 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.07 |
| HSL | 39.86º | 0.79% | 0.64% | - |
| HSV(B) | 39.86º | 0.62% | 0.93% | - |
| XYZ | 54.21 | 54.11 | 17.26 | - |
| YUV | 190.59 | 71.23 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 90 | 0 | 0.21 | 0.62 | 0.07 | 39.86 | 0.79 | 0.64 |
| Hex | EC | BB | 5A | 0 | 15 | 3E | 7 | 28 | 4F | 40 |
| Octal | 354 | 273 | 132 | 0 | 25 | 76 | 7 | 50 | 117 | 100 |
| Binary | 11101100 | 10111011 | 1011010 | 0 | 10101 | 111110 | 111 | 101000 | 1001111 | 1000000 |
Color Harmonies of #ECBB5A
Complementary color
Monochromatic Colors of #ECBB5A
Black with #ECBB5A
Text Example
Text Example
White with #ECBB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB5A; }
p { color: rgb(236,187,90); }
H1.HeaderClassName
{
color: #ECBB5A;
}
.AnyTagClassName
{
color: #ECBB5A;
}
</style>
background-color css
<style>
a { background-color: #ECBB5A; }
a { background-color: rgb(236,187,90); }
div.DivClassName
{
background-color: #ECBB5A;
}
.BgClassName
{
background-color: #ECBB5A;
}
</style>
border-color css
<style>
span { border-color: #ECBB5A; }
span { border-color: rgb(236,187,90); }
td.TdClassName
{
border-color: #ECBB5A;
}
.TagClassName
{
border-color: #ECBB5A;
}
</style>