Shades of Ronchi #ECB95B
Tints of Ronchi #ECB95B
RGB
CMYK
RGB Variations
Color information
#ECB95B (or 0xECB95B) is known color: Ronchi. HEX triplet: EC, B9 and 5B. RGB value is (236,185,91). Sum of RGB (Red+Green+Blue) = 236+185+91=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB95B is #1346A4. Grayscale: #BDBDBD. Windows color (decimal): -1263269 or 6011372. OLE color: 6011372.
HSL color Cylindrical-coordinate representation of color #ECB95B: hue angle of 38.9º 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 #ECB95B is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 91 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.07 |
| HSL | 38.9º | 0.79% | 0.64% | - |
| HSV(B) | 38.9º | 0.61% | 0.93% | - |
| XYZ | 53.83 | 53.29 | 17.35 | - |
| YUV | 189.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 91 | 0 | 0.22 | 0.61 | 0.07 | 38.9 | 0.79 | 0.64 |
| Hex | EC | B9 | 5B | 0 | 16 | 3D | 7 | 27 | 4F | 40 |
| Octal | 354 | 271 | 133 | 0 | 26 | 75 | 7 | 47 | 117 | 100 |
| Binary | 11101100 | 10111001 | 1011011 | 0 | 10110 | 111101 | 111 | 100111 | 1001111 | 1000000 |
Color Harmonies of #ECB95B
Complementary color
Monochromatic Colors of #ECB95B
Black with #ECB95B
Text Example
Text Example
White with #ECB95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB95B; }
p { color: rgb(236,185,91); }
H1.HeaderClassName
{
color: #ECB95B;
}
.AnyTagClassName
{
color: #ECB95B;
}
</style>
background-color css
<style>
a { background-color: #ECB95B; }
a { background-color: rgb(236,185,91); }
div.DivClassName
{
background-color: #ECB95B;
}
.BgClassName
{
background-color: #ECB95B;
}
</style>
border-color css
<style>
span { border-color: #ECB95B; }
span { border-color: rgb(236,185,91); }
td.TdClassName
{
border-color: #ECB95B;
}
.TagClassName
{
border-color: #ECB95B;
}
</style>