Shades of Ronchi #ECBA5B
Tints of Ronchi #ECBA5B
RGB
CMYK
RGB Variations
Color information
#ECBA5B (or 0xECBA5B) is known color: Ronchi. HEX triplet: EC, BA and 5B. RGB value is (236,186,91). Sum of RGB (Red+Green+Blue) = 236+186+91=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 91 (35.94% from 255 or 17.74% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA5B is #1345A4. Grayscale: #BEBEBE. Windows color (decimal): -1263013 or 6011628. OLE color: 6011628.
HSL color Cylindrical-coordinate representation of color #ECBA5B: hue angle of 39.31º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECBA5B is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 91 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.07 |
| HSL | 39.31º | 0.79% | 0.64% | - |
| HSV(B) | 39.31º | 0.61% | 0.93% | - |
| XYZ | 54.04 | 53.71 | 17.42 | - |
| YUV | 190.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 91 | 0 | 0.21 | 0.61 | 0.07 | 39.31 | 0.79 | 0.64 |
| Hex | EC | BA | 5B | 0 | 15 | 3D | 7 | 27 | 4F | 40 |
| Octal | 354 | 272 | 133 | 0 | 25 | 75 | 7 | 47 | 117 | 100 |
| Binary | 11101100 | 10111010 | 1011011 | 0 | 10101 | 111101 | 111 | 100111 | 1001111 | 1000000 |
Color Harmonies of #ECBA5B
Complementary color
Monochromatic Colors of #ECBA5B
Black with #ECBA5B
Text Example
Text Example
White with #ECBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA5B; }
p { color: rgb(236,186,91); }
H1.HeaderClassName
{
color: #ECBA5B;
}
.AnyTagClassName
{
color: #ECBA5B;
}
</style>
background-color css
<style>
a { background-color: #ECBA5B; }
a { background-color: rgb(236,186,91); }
div.DivClassName
{
background-color: #ECBA5B;
}
.BgClassName
{
background-color: #ECBA5B;
}
</style>
border-color css
<style>
span { border-color: #ECBA5B; }
span { border-color: rgb(236,186,91); }
td.TdClassName
{
border-color: #ECBA5B;
}
.TagClassName
{
border-color: #ECBA5B;
}
</style>