Shades of Ronchi #ECB95A
Tints of Ronchi #ECB95A
RGB
CMYK
RGB Variations
Color information
#ECB95A (or 0xECB95A) is known color: Ronchi. HEX triplet: EC, B9 and 5A. RGB value is (236,185,90). Sum of RGB (Red+Green+Blue) = 236+185+90=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB95A is #1346A5. Grayscale: #BDBDBD. Windows color (decimal): -1263270 or 5945836. OLE color: 5945836.
HSL color Cylindrical-coordinate representation of color #ECB95A: hue angle of 39.04º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECB95A is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 90 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.07 |
| HSL | 39.04º | 0.79% | 0.64% | - |
| HSV(B) | 39.04º | 0.62% | 0.93% | - |
| XYZ | 53.79 | 53.27 | 17.12 | - |
| YUV | 189.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 90 | 0 | 0.22 | 0.62 | 0.07 | 39.04 | 0.79 | 0.64 |
| Hex | EC | B9 | 5A | 0 | 16 | 3E | 7 | 27 | 4F | 40 |
| Octal | 354 | 271 | 132 | 0 | 26 | 76 | 7 | 47 | 117 | 100 |
| Binary | 11101100 | 10111001 | 1011010 | 0 | 10110 | 111110 | 111 | 100111 | 1001111 | 1000000 |
Color Harmonies of #ECB95A
Complementary color
Monochromatic Colors of #ECB95A
Black with #ECB95A
Text Example
Text Example
White with #ECB95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB95A; }
p { color: rgb(236,185,90); }
H1.HeaderClassName
{
color: #ECB95A;
}
.AnyTagClassName
{
color: #ECB95A;
}
</style>
background-color css
<style>
a { background-color: #ECB95A; }
a { background-color: rgb(236,185,90); }
div.DivClassName
{
background-color: #ECB95A;
}
.BgClassName
{
background-color: #ECB95A;
}
</style>
border-color css
<style>
span { border-color: #ECB95A; }
span { border-color: rgb(236,185,90); }
td.TdClassName
{
border-color: #ECB95A;
}
.TagClassName
{
border-color: #ECB95A;
}
</style>