Shades of Ronchi #ECB955
Tints of Ronchi #ECB955
RGB
CMYK
RGB Variations
Color information
#ECB955 (or 0xECB955) is known color: Ronchi. HEX triplet: EC, B9 and 55. RGB value is (236,185,85). Sum of RGB (Red+Green+Blue) = 236+185+85=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB955 is #1346AA. Grayscale: #BDBDBD. Windows color (decimal): -1263275 or 5618156. OLE color: 5618156.
HSL color Cylindrical-coordinate representation of color #ECB955: hue angle of 39.74º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECB955 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 85 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.07 |
| HSL | 39.74º | 0.8% | 0.63% | - |
| HSV(B) | 39.74º | 0.64% | 0.93% | - |
| XYZ | 53.58 | 53.19 | 16.04 | - |
| YUV | 188.85 | 69.4 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 85 | 0 | 0.22 | 0.64 | 0.07 | 39.74 | 0.8 | 0.63 |
| Hex | EC | B9 | 55 | 0 | 16 | 40 | 7 | 28 | 50 | 3F |
| Octal | 354 | 271 | 125 | 0 | 26 | 100 | 7 | 50 | 120 | 77 |
| Binary | 11101100 | 10111001 | 1010101 | 0 | 10110 | 1000000 | 111 | 101000 | 1010000 | 111111 |
Color Harmonies of #ECB955
Complementary color
Monochromatic Colors of #ECB955
Black with #ECB955
Text Example
Text Example
White with #ECB955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB955; }
p { color: rgb(236,185,85); }
H1.HeaderClassName
{
color: #ECB955;
}
.AnyTagClassName
{
color: #ECB955;
}
</style>
background-color css
<style>
a { background-color: #ECB955; }
a { background-color: rgb(236,185,85); }
div.DivClassName
{
background-color: #ECB955;
}
.BgClassName
{
background-color: #ECB955;
}
</style>
border-color css
<style>
span { border-color: #ECB955; }
span { border-color: rgb(236,185,85); }
td.TdClassName
{
border-color: #ECB955;
}
.TagClassName
{
border-color: #ECB955;
}
</style>