Shades of Ronchi #ECB853
Tints of Ronchi #ECB853
RGB
CMYK
RGB Variations
Color information
#ECB853 (or 0xECB853) is known color: Ronchi. HEX triplet: EC, B8 and 53. RGB value is (236,184,83). Sum of RGB (Red+Green+Blue) = 236+184+83=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB853 is #1347AC. Grayscale: #BCBCBC. Windows color (decimal): -1263533 or 5486828. OLE color: 5486828.
HSL color Cylindrical-coordinate representation of color #ECB853: hue angle of 39.61º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECB853 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 83 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.07 |
| HSL | 39.61º | 0.8% | 0.63% | - |
| HSV(B) | 39.61º | 0.65% | 0.93% | - |
| XYZ | 53.29 | 52.74 | 15.55 | - |
| YUV | 188.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 83 | 0 | 0.22 | 0.65 | 0.07 | 39.61 | 0.8 | 0.63 |
| Hex | EC | B8 | 53 | 0 | 16 | 41 | 7 | 28 | 50 | 3F |
| Octal | 354 | 270 | 123 | 0 | 26 | 101 | 7 | 50 | 120 | 77 |
| Binary | 11101100 | 10111000 | 1010011 | 0 | 10110 | 1000001 | 111 | 101000 | 1010000 | 111111 |
Color Harmonies of #ECB853
Complementary color
Monochromatic Colors of #ECB853
Black with #ECB853
Text Example
Text Example
White with #ECB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB853; }
p { color: rgb(236,184,83); }
H1.HeaderClassName
{
color: #ECB853;
}
.AnyTagClassName
{
color: #ECB853;
}
</style>
background-color css
<style>
a { background-color: #ECB853; }
a { background-color: rgb(236,184,83); }
div.DivClassName
{
background-color: #ECB853;
}
.BgClassName
{
background-color: #ECB853;
}
</style>
border-color css
<style>
span { border-color: #ECB853; }
span { border-color: rgb(236,184,83); }
td.TdClassName
{
border-color: #ECB853;
}
.TagClassName
{
border-color: #ECB853;
}
</style>