Shades of Ronchi #ECB94D
Tints of Ronchi #ECB94D
RGB
CMYK
RGB Variations
Color information
#ECB94D (or 0xECB94D) is known color: Ronchi. HEX triplet: EC, B9 and 4D. RGB value is (236,185,77). Sum of RGB (Red+Green+Blue) = 236+185+77=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB94D is #1346B2. Grayscale: #BCBCBC. Windows color (decimal): -1263283 or 5093868. OLE color: 5093868.
HSL color Cylindrical-coordinate representation of color #ECB94D: hue angle of 40.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECB94D is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 77 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.07 |
| HSL | 40.75º | 0.81% | 0.61% | - |
| HSV(B) | 40.75º | 0.67% | 0.93% | - |
| XYZ | 53.28 | 53.07 | 14.46 | - |
| YUV | 187.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 77 | 0 | 0.22 | 0.67 | 0.07 | 40.75 | 0.81 | 0.61 |
| Hex | EC | B9 | 4D | 0 | 16 | 43 | 7 | 29 | 51 | 3D |
| Octal | 354 | 271 | 115 | 0 | 26 | 103 | 7 | 51 | 121 | 75 |
| Binary | 11101100 | 10111001 | 1001101 | 0 | 10110 | 1000011 | 111 | 101001 | 1010001 | 111101 |
Color Harmonies of #ECB94D
Complementary color
Monochromatic Colors of #ECB94D
Black with #ECB94D
Text Example
Text Example
White with #ECB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB94D; }
p { color: rgb(236,185,77); }
H1.HeaderClassName
{
color: #ECB94D;
}
.AnyTagClassName
{
color: #ECB94D;
}
</style>
background-color css
<style>
a { background-color: #ECB94D; }
a { background-color: rgb(236,185,77); }
div.DivClassName
{
background-color: #ECB94D;
}
.BgClassName
{
background-color: #ECB94D;
}
</style>
border-color css
<style>
span { border-color: #ECB94D; }
span { border-color: rgb(236,185,77); }
td.TdClassName
{
border-color: #ECB94D;
}
.TagClassName
{
border-color: #ECB94D;
}
</style>