Shades of Ronchi #ECB95D
Tints of Ronchi #ECB95D
RGB
CMYK
RGB Variations
Color information
#ECB95D (or 0xECB95D) is known color: Ronchi. HEX triplet: EC, B9 and 5D. RGB value is (236,185,93). Sum of RGB (Red+Green+Blue) = 236+185+93=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB95D is #1346A2. Grayscale: #BEBEBE. Windows color (decimal): -1263267 or 6142444. OLE color: 6142444.
HSL color Cylindrical-coordinate representation of color #ECB95D: hue angle of 38.6º 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 #ECB95D is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 93 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.07 |
| HSL | 38.6º | 0.79% | 0.65% | - |
| HSV(B) | 38.6º | 0.61% | 0.93% | - |
| XYZ | 53.92 | 53.32 | 17.81 | - |
| YUV | 189.76 | 73.4 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 93 | 0 | 0.22 | 0.61 | 0.07 | 38.6 | 0.79 | 0.65 |
| Hex | EC | B9 | 5D | 0 | 16 | 3D | 7 | 27 | 4F | 41 |
| Octal | 354 | 271 | 135 | 0 | 26 | 75 | 7 | 47 | 117 | 101 |
| Binary | 11101100 | 10111001 | 1011101 | 0 | 10110 | 111101 | 111 | 100111 | 1001111 | 1000001 |
Color Harmonies of #ECB95D
Complementary color
Monochromatic Colors of #ECB95D
Black with #ECB95D
Text Example
Text Example
White with #ECB95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB95D; }
p { color: rgb(236,185,93); }
H1.HeaderClassName
{
color: #ECB95D;
}
.AnyTagClassName
{
color: #ECB95D;
}
</style>
background-color css
<style>
a { background-color: #ECB95D; }
a { background-color: rgb(236,185,93); }
div.DivClassName
{
background-color: #ECB95D;
}
.BgClassName
{
background-color: #ECB95D;
}
</style>
border-color css
<style>
span { border-color: #ECB95D; }
span { border-color: rgb(236,185,93); }
td.TdClassName
{
border-color: #ECB95D;
}
.TagClassName
{
border-color: #ECB95D;
}
</style>