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