Shades of Ronchi #ECB85B
Tints of Ronchi #ECB85B
RGB
CMYK
RGB Variations
Color information
#ECB85B (or 0xECB85B) is known color: Ronchi. HEX triplet: EC, B8 and 5B. RGB value is (236,184,91). Sum of RGB (Red+Green+Blue) = 236+184+91=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB85B is #1347A4. Grayscale: #BDBDBD. Windows color (decimal): -1263525 or 6011116. OLE color: 6011116.
HSL color Cylindrical-coordinate representation of color #ECB85B: hue angle of 38.48º 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 #ECB85B is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 91 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.07 |
| HSL | 38.48º | 0.79% | 0.64% | - |
| HSV(B) | 38.48º | 0.61% | 0.93% | - |
| XYZ | 53.62 | 52.87 | 17.28 | - |
| YUV | 188.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 91 | 0 | 0.22 | 0.61 | 0.07 | 38.48 | 0.79 | 0.64 |
| Hex | EC | B8 | 5B | 0 | 16 | 3D | 7 | 26 | 4F | 40 |
| Octal | 354 | 270 | 133 | 0 | 26 | 75 | 7 | 46 | 117 | 100 |
| Binary | 11101100 | 10111000 | 1011011 | 0 | 10110 | 111101 | 111 | 100110 | 1001111 | 1000000 |
Color Harmonies of #ECB85B
Complementary color
Monochromatic Colors of #ECB85B
Black with #ECB85B
Text Example
Text Example
White with #ECB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB85B; }
p { color: rgb(236,184,91); }
H1.HeaderClassName
{
color: #ECB85B;
}
.AnyTagClassName
{
color: #ECB85B;
}
</style>
background-color css
<style>
a { background-color: #ECB85B; }
a { background-color: rgb(236,184,91); }
div.DivClassName
{
background-color: #ECB85B;
}
.BgClassName
{
background-color: #ECB85B;
}
</style>
border-color css
<style>
span { border-color: #ECB85B; }
span { border-color: rgb(236,184,91); }
td.TdClassName
{
border-color: #ECB85B;
}
.TagClassName
{
border-color: #ECB85B;
}
</style>