Shades of Ronchi #ECB54B
Tints of Ronchi #ECB54B
RGB
CMYK
RGB Variations
Color information
#ECB54B (or 0xECB54B) is known color: Ronchi. HEX triplet: EC, B5 and 4B. RGB value is (236,181,75). Sum of RGB (Red+Green+Blue) = 236+181+75=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB54B is #134AB4. Grayscale: #B9B9B9. Windows color (decimal): -1264309 or 4961772. OLE color: 4961772.
HSL color Cylindrical-coordinate representation of color #ECB54B: hue angle of 39.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECB54B is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 75 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.07 |
| HSL | 39.5º | 0.81% | 0.61% | - |
| HSV(B) | 39.5º | 0.68% | 0.93% | - |
| XYZ | 52.39 | 51.39 | 13.81 | - |
| YUV | 185.36 | 65.72 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 75 | 0 | 0.23 | 0.68 | 0.07 | 39.5 | 0.81 | 0.61 |
| Hex | EC | B5 | 4B | 0 | 17 | 44 | 7 | 28 | 51 | 3D |
| Octal | 354 | 265 | 113 | 0 | 27 | 104 | 7 | 50 | 121 | 75 |
| Binary | 11101100 | 10110101 | 1001011 | 0 | 10111 | 1000100 | 111 | 101000 | 1010001 | 111101 |
Color Harmonies of #ECB54B
Complementary color
Monochromatic Colors of #ECB54B
Black with #ECB54B
Text Example
Text Example
White with #ECB54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB54B; }
p { color: rgb(236,181,75); }
H1.HeaderClassName
{
color: #ECB54B;
}
.AnyTagClassName
{
color: #ECB54B;
}
</style>
background-color css
<style>
a { background-color: #ECB54B; }
a { background-color: rgb(236,181,75); }
div.DivClassName
{
background-color: #ECB54B;
}
.BgClassName
{
background-color: #ECB54B;
}
</style>
border-color css
<style>
span { border-color: #ECB54B; }
span { border-color: rgb(236,181,75); }
td.TdClassName
{
border-color: #ECB54B;
}
.TagClassName
{
border-color: #ECB54B;
}
</style>