Shades of Ronchi #ECBB53
Tints of Ronchi #ECBB53
RGB
CMYK
RGB Variations
Color information
#ECBB53 (or 0xECBB53) is known color: Ronchi. HEX triplet: EC, BB and 53. RGB value is (236,187,83). Sum of RGB (Red+Green+Blue) = 236+187+83=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBB53 is #1344AC. Grayscale: #BEBEBE. Windows color (decimal): -1262765 or 5487596. OLE color: 5487596.
HSL color Cylindrical-coordinate representation of color #ECBB53: hue angle of 40.78º 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 #ECBB53 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 83 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.07 |
| HSL | 40.78º | 0.8% | 0.63% | - |
| HSV(B) | 40.78º | 0.65% | 0.93% | - |
| XYZ | 53.92 | 54 | 15.76 | - |
| YUV | 189.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 83 | 0 | 0.21 | 0.65 | 0.07 | 40.78 | 0.8 | 0.63 |
| Hex | EC | BB | 53 | 0 | 15 | 41 | 7 | 29 | 50 | 3F |
| Octal | 354 | 273 | 123 | 0 | 25 | 101 | 7 | 51 | 120 | 77 |
| Binary | 11101100 | 10111011 | 1010011 | 0 | 10101 | 1000001 | 111 | 101001 | 1010000 | 111111 |
Color Harmonies of #ECBB53
Complementary color
Monochromatic Colors of #ECBB53
Black with #ECBB53
Text Example
Text Example
White with #ECBB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB53; }
p { color: rgb(236,187,83); }
H1.HeaderClassName
{
color: #ECBB53;
}
.AnyTagClassName
{
color: #ECBB53;
}
</style>
background-color css
<style>
a { background-color: #ECBB53; }
a { background-color: rgb(236,187,83); }
div.DivClassName
{
background-color: #ECBB53;
}
.BgClassName
{
background-color: #ECBB53;
}
</style>
border-color css
<style>
span { border-color: #ECBB53; }
span { border-color: rgb(236,187,83); }
td.TdClassName
{
border-color: #ECBB53;
}
.TagClassName
{
border-color: #ECBB53;
}
</style>