Shades of Ronchi #ECB547
Tints of Ronchi #ECB547
RGB
CMYK
RGB Variations
Color information
#ECB547 (or 0xECB547) is known color: Ronchi. HEX triplet: EC, B5 and 47. RGB value is (236,181,71). Sum of RGB (Red+Green+Blue) = 236+181+71=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB547 is #134AB8. Grayscale: #B9B9B9. Windows color (decimal): -1264313 or 4699628. OLE color: 4699628.
HSL color Cylindrical-coordinate representation of color #ECB547: hue angle of 40º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECB547 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 71 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.07 |
| HSL | 40º | 0.81% | 0.6% | - |
| HSV(B) | 40º | 0.7% | 0.93% | - |
| XYZ | 52.25 | 51.34 | 13.12 | - |
| YUV | 184.91 | 63.72 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 71 | 0 | 0.23 | 0.70 | 0.07 | 40 | 0.81 | 0.6 |
| Hex | EC | B5 | 47 | 0 | 17 | 46 | 7 | 28 | 51 | 3C |
| Octal | 354 | 265 | 107 | 0 | 27 | 106 | 7 | 50 | 121 | 74 |
| Binary | 11101100 | 10110101 | 1000111 | 0 | 10111 | 1000110 | 111 | 101000 | 1010001 | 111100 |
Color Harmonies of #ECB547
Complementary color
Monochromatic Colors of #ECB547
Black with #ECB547
Text Example
Text Example
White with #ECB547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB547; }
p { color: rgb(236,181,71); }
H1.HeaderClassName
{
color: #ECB547;
}
.AnyTagClassName
{
color: #ECB547;
}
</style>
background-color css
<style>
a { background-color: #ECB547; }
a { background-color: rgb(236,181,71); }
div.DivClassName
{
background-color: #ECB547;
}
.BgClassName
{
background-color: #ECB547;
}
</style>
border-color css
<style>
span { border-color: #ECB547; }
span { border-color: rgb(236,181,71); }
td.TdClassName
{
border-color: #ECB547;
}
.TagClassName
{
border-color: #ECB547;
}
</style>