Shades of Ronchi #ECBA45
Tints of Ronchi #ECBA45
RGB
CMYK
RGB Variations
Color information
#ECBA45 (or 0xECBA45) is known color: Ronchi. HEX triplet: EC, BA and 45. RGB value is (236,186,69). Sum of RGB (Red+Green+Blue) = 236+186+69=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA45 is #1345BA. Grayscale: #BCBCBC. Windows color (decimal): -1263035 or 4569836. OLE color: 4569836.
HSL color Cylindrical-coordinate representation of color #ECBA45: hue angle of 42.04º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECBA45 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 69 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.07 |
| HSL | 42.04º | 0.81% | 0.6% | - |
| HSV(B) | 42.04º | 0.71% | 0.93% | - |
| XYZ | 53.23 | 53.38 | 13.13 | - |
| YUV | 187.61 | 61.07 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 69 | 0 | 0.21 | 0.71 | 0.07 | 42.04 | 0.81 | 0.6 |
| Hex | EC | BA | 45 | 0 | 15 | 47 | 7 | 2A | 51 | 3C |
| Octal | 354 | 272 | 105 | 0 | 25 | 107 | 7 | 52 | 121 | 74 |
| Binary | 11101100 | 10111010 | 1000101 | 0 | 10101 | 1000111 | 111 | 101010 | 1010001 | 111100 |
Color Harmonies of #ECBA45
Complementary color
Monochromatic Colors of #ECBA45
Black with #ECBA45
Text Example
Text Example
White with #ECBA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA45; }
p { color: rgb(236,186,69); }
H1.HeaderClassName
{
color: #ECBA45;
}
.AnyTagClassName
{
color: #ECBA45;
}
</style>
background-color css
<style>
a { background-color: #ECBA45; }
a { background-color: rgb(236,186,69); }
div.DivClassName
{
background-color: #ECBA45;
}
.BgClassName
{
background-color: #ECBA45;
}
</style>
border-color css
<style>
span { border-color: #ECBA45; }
span { border-color: rgb(236,186,69); }
td.TdClassName
{
border-color: #ECBA45;
}
.TagClassName
{
border-color: #ECBA45;
}
</style>