Shades of Ronchi #ECB54D
Tints of Ronchi #ECB54D
RGB
CMYK
RGB Variations
Color information
#ECB54D (or 0xECB54D) is known color: Ronchi. HEX triplet: EC, B5 and 4D. RGB value is (236,181,77). Sum of RGB (Red+Green+Blue) = 236+181+77=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB54D is #134AB2. Grayscale: #BABABA. Windows color (decimal): -1264307 or 5092844. OLE color: 5092844.
HSL color Cylindrical-coordinate representation of color #ECB54D: hue angle of 39.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECB54D is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 77 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.07 |
| HSL | 39.25º | 0.81% | 0.61% | - |
| HSV(B) | 39.25º | 0.67% | 0.93% | - |
| XYZ | 52.46 | 51.42 | 14.18 | - |
| YUV | 185.59 | 66.72 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 77 | 0 | 0.23 | 0.67 | 0.07 | 39.25 | 0.81 | 0.61 |
| Hex | EC | B5 | 4D | 0 | 17 | 43 | 7 | 27 | 51 | 3D |
| Octal | 354 | 265 | 115 | 0 | 27 | 103 | 7 | 47 | 121 | 75 |
| Binary | 11101100 | 10110101 | 1001101 | 0 | 10111 | 1000011 | 111 | 100111 | 1010001 | 111101 |
Color Harmonies of #ECB54D
Complementary color
Monochromatic Colors of #ECB54D
Black with #ECB54D
Text Example
Text Example
White with #ECB54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB54D; }
p { color: rgb(236,181,77); }
H1.HeaderClassName
{
color: #ECB54D;
}
.AnyTagClassName
{
color: #ECB54D;
}
</style>
background-color css
<style>
a { background-color: #ECB54D; }
a { background-color: rgb(236,181,77); }
div.DivClassName
{
background-color: #ECB54D;
}
.BgClassName
{
background-color: #ECB54D;
}
</style>
border-color css
<style>
span { border-color: #ECB54D; }
span { border-color: rgb(236,181,77); }
td.TdClassName
{
border-color: #ECB54D;
}
.TagClassName
{
border-color: #ECB54D;
}
</style>