Shades of Ronchi #ECB957
Tints of Ronchi #ECB957
RGB
CMYK
RGB Variations
Color information
#ECB957 (or 0xECB957) is known color: Ronchi. HEX triplet: EC, B9 and 57. RGB value is (236,185,87). Sum of RGB (Red+Green+Blue) = 236+185+87=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB957 is #1346A8. Grayscale: #BDBDBD. Windows color (decimal): -1263273 or 5749228. OLE color: 5749228.
HSL color Cylindrical-coordinate representation of color #ECB957: hue angle of 39.46º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECB957 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 87 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.07 |
| HSL | 39.46º | 0.8% | 0.63% | - |
| HSV(B) | 39.46º | 0.63% | 0.93% | - |
| XYZ | 53.66 | 53.22 | 16.46 | - |
| YUV | 189.08 | 70.4 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 87 | 0 | 0.22 | 0.63 | 0.07 | 39.46 | 0.8 | 0.63 |
| Hex | EC | B9 | 57 | 0 | 16 | 3F | 7 | 27 | 50 | 3F |
| Octal | 354 | 271 | 127 | 0 | 26 | 77 | 7 | 47 | 120 | 77 |
| Binary | 11101100 | 10111001 | 1010111 | 0 | 10110 | 111111 | 111 | 100111 | 1010000 | 111111 |
Color Harmonies of #ECB957
Complementary color
Monochromatic Colors of #ECB957
Black with #ECB957
Text Example
Text Example
White with #ECB957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB957; }
p { color: rgb(236,185,87); }
H1.HeaderClassName
{
color: #ECB957;
}
.AnyTagClassName
{
color: #ECB957;
}
</style>
background-color css
<style>
a { background-color: #ECB957; }
a { background-color: rgb(236,185,87); }
div.DivClassName
{
background-color: #ECB957;
}
.BgClassName
{
background-color: #ECB957;
}
</style>
border-color css
<style>
span { border-color: #ECB957; }
span { border-color: rgb(236,185,87); }
td.TdClassName
{
border-color: #ECB957;
}
.TagClassName
{
border-color: #ECB957;
}
</style>