Shades of Ronchi #ECBD5C
Tints of Ronchi #ECBD5C
RGB
CMYK
RGB Variations
Color information
#ECBD5C (or 0xECBD5C) is known color: Ronchi. HEX triplet: EC, BD and 5C. RGB value is (236,189,92). Sum of RGB (Red+Green+Blue) = 236+189+92=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD5C is #1342A3. Grayscale: #C0C0C0. Windows color (decimal): -1262244 or 6077932. OLE color: 6077932.
HSL color Cylindrical-coordinate representation of color #ECBD5C: hue angle of 40.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECBD5C is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 92 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.07 |
| HSL | 40.42º | 0.79% | 0.64% | - |
| HSV(B) | 40.42º | 0.61% | 0.93% | - |
| XYZ | 54.72 | 55 | 17.86 | - |
| YUV | 192 | 71.57 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 92 | 0 | 0.20 | 0.61 | 0.07 | 40.42 | 0.79 | 0.64 |
| Hex | EC | BD | 5C | 0 | 14 | 3D | 7 | 28 | 4F | 40 |
| Octal | 354 | 275 | 134 | 0 | 24 | 75 | 7 | 50 | 117 | 100 |
| Binary | 11101100 | 10111101 | 1011100 | 0 | 10100 | 111101 | 111 | 101000 | 1001111 | 1000000 |
Color Harmonies of #ECBD5C
Complementary color
Monochromatic Colors of #ECBD5C
Black with #ECBD5C
Text Example
Text Example
White with #ECBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD5C; }
p { color: rgb(236,189,92); }
H1.HeaderClassName
{
color: #ECBD5C;
}
.AnyTagClassName
{
color: #ECBD5C;
}
</style>
background-color css
<style>
a { background-color: #ECBD5C; }
a { background-color: rgb(236,189,92); }
div.DivClassName
{
background-color: #ECBD5C;
}
.BgClassName
{
background-color: #ECBD5C;
}
</style>
border-color css
<style>
span { border-color: #ECBD5C; }
span { border-color: rgb(236,189,92); }
td.TdClassName
{
border-color: #ECBD5C;
}
.TagClassName
{
border-color: #ECBD5C;
}
</style>