Shades of Ronchi #ECB855
Tints of Ronchi #ECB855
RGB
CMYK
RGB Variations
Color information
#ECB855 (or 0xECB855) is known color: Ronchi. HEX triplet: EC, B8 and 55. RGB value is (236,184,85). Sum of RGB (Red+Green+Blue) = 236+184+85=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB855 is #1347AA. Grayscale: #BCBCBC. Windows color (decimal): -1263531 or 5617900. OLE color: 5617900.
HSL color Cylindrical-coordinate representation of color #ECB855: hue angle of 39.34º 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 #ECB855 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 85 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.07 |
| HSL | 39.34º | 0.8% | 0.63% | - |
| HSV(B) | 39.34º | 0.64% | 0.93% | - |
| XYZ | 53.37 | 52.77 | 15.97 | - |
| YUV | 188.26 | 69.73 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 85 | 0 | 0.22 | 0.64 | 0.07 | 39.34 | 0.8 | 0.63 |
| Hex | EC | B8 | 55 | 0 | 16 | 40 | 7 | 27 | 50 | 3F |
| Octal | 354 | 270 | 125 | 0 | 26 | 100 | 7 | 47 | 120 | 77 |
| Binary | 11101100 | 10111000 | 1010101 | 0 | 10110 | 1000000 | 111 | 100111 | 1010000 | 111111 |
Color Harmonies of #ECB855
Complementary color
Monochromatic Colors of #ECB855
Black with #ECB855
Text Example
Text Example
White with #ECB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB855; }
p { color: rgb(236,184,85); }
H1.HeaderClassName
{
color: #ECB855;
}
.AnyTagClassName
{
color: #ECB855;
}
</style>
background-color css
<style>
a { background-color: #ECB855; }
a { background-color: rgb(236,184,85); }
div.DivClassName
{
background-color: #ECB855;
}
.BgClassName
{
background-color: #ECB855;
}
</style>
border-color css
<style>
span { border-color: #ECB855; }
span { border-color: rgb(236,184,85); }
td.TdClassName
{
border-color: #ECB855;
}
.TagClassName
{
border-color: #ECB855;
}
</style>