Shades of Ronchi #ECBD5D
Tints of Ronchi #ECBD5D
RGB
CMYK
RGB Variations
Color information
#ECBD5D (or 0xECBD5D) is known color: Ronchi. HEX triplet: EC, BD and 5D. RGB value is (236,189,93). Sum of RGB (Red+Green+Blue) = 236+189+93=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD5D is #1342A2. Grayscale: #C0C0C0. Windows color (decimal): -1262243 or 6143468. OLE color: 6143468.
HSL color Cylindrical-coordinate representation of color #ECBD5D: hue angle of 40.28º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECBD5D is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 93 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.07 |
| HSL | 40.28º | 0.79% | 0.65% | - |
| HSV(B) | 40.28º | 0.61% | 0.93% | - |
| XYZ | 54.77 | 55.02 | 18.09 | - |
| YUV | 192.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 93 | 0 | 0.20 | 0.61 | 0.07 | 40.28 | 0.79 | 0.65 |
| Hex | EC | BD | 5D | 0 | 14 | 3D | 7 | 28 | 4F | 41 |
| Octal | 354 | 275 | 135 | 0 | 24 | 75 | 7 | 50 | 117 | 101 |
| Binary | 11101100 | 10111101 | 1011101 | 0 | 10100 | 111101 | 111 | 101000 | 1001111 | 1000001 |
Color Harmonies of #ECBD5D
Complementary color
Monochromatic Colors of #ECBD5D
Black with #ECBD5D
Text Example
Text Example
White with #ECBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD5D; }
p { color: rgb(236,189,93); }
H1.HeaderClassName
{
color: #ECBD5D;
}
.AnyTagClassName
{
color: #ECBD5D;
}
</style>
background-color css
<style>
a { background-color: #ECBD5D; }
a { background-color: rgb(236,189,93); }
div.DivClassName
{
background-color: #ECBD5D;
}
.BgClassName
{
background-color: #ECBD5D;
}
</style>
border-color css
<style>
span { border-color: #ECBD5D; }
span { border-color: rgb(236,189,93); }
td.TdClassName
{
border-color: #ECBD5D;
}
.TagClassName
{
border-color: #ECBD5D;
}
</style>