Shades of Ronchi #ECBA52
Tints of Ronchi #ECBA52
RGB
CMYK
RGB Variations
Color information
#ECBA52 (or 0xECBA52) is known color: Ronchi. HEX triplet: EC, BA and 52. RGB value is (236,186,82). Sum of RGB (Red+Green+Blue) = 236+186+82=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA52 is #1345AD. Grayscale: #BDBDBD. Windows color (decimal): -1263022 or 5421804. OLE color: 5421804.
HSL color Cylindrical-coordinate representation of color #ECBA52: hue angle of 40.52º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECBA52 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 82 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.07 |
| HSL | 40.52º | 0.8% | 0.62% | - |
| HSV(B) | 40.52º | 0.65% | 0.93% | - |
| XYZ | 53.67 | 53.56 | 15.49 | - |
| YUV | 189.09 | 67.57 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 82 | 0 | 0.21 | 0.65 | 0.07 | 40.52 | 0.8 | 0.62 |
| Hex | EC | BA | 52 | 0 | 15 | 41 | 7 | 29 | 50 | 3E |
| Octal | 354 | 272 | 122 | 0 | 25 | 101 | 7 | 51 | 120 | 76 |
| Binary | 11101100 | 10111010 | 1010010 | 0 | 10101 | 1000001 | 111 | 101001 | 1010000 | 111110 |
Color Harmonies of #ECBA52
Complementary color
Monochromatic Colors of #ECBA52
Black with #ECBA52
Text Example
Text Example
White with #ECBA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA52; }
p { color: rgb(236,186,82); }
H1.HeaderClassName
{
color: #ECBA52;
}
.AnyTagClassName
{
color: #ECBA52;
}
</style>
background-color css
<style>
a { background-color: #ECBA52; }
a { background-color: rgb(236,186,82); }
div.DivClassName
{
background-color: #ECBA52;
}
.BgClassName
{
background-color: #ECBA52;
}
</style>
border-color css
<style>
span { border-color: #ECBA52; }
span { border-color: rgb(236,186,82); }
td.TdClassName
{
border-color: #ECBA52;
}
.TagClassName
{
border-color: #ECBA52;
}
</style>