Shades of Ronchi #ECB75C
Tints of Ronchi #ECB75C
RGB
CMYK
RGB Variations
Color information
#ECB75C (or 0xECB75C) is known color: Ronchi. HEX triplet: EC, B7 and 5C. RGB value is (236,183,92). Sum of RGB (Red+Green+Blue) = 236+183+92=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB75C is #1348A3. Grayscale: #BCBCBC. Windows color (decimal): -1263780 or 6076396. OLE color: 6076396.
HSL color Cylindrical-coordinate representation of color #ECB75C: hue angle of 37.92º 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 #ECB75C is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 92 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.07 |
| HSL | 37.92º | 0.79% | 0.64% | - |
| HSV(B) | 37.92º | 0.61% | 0.93% | - |
| XYZ | 53.46 | 52.47 | 17.44 | - |
| YUV | 188.47 | 73.56 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 92 | 0 | 0.22 | 0.61 | 0.07 | 37.92 | 0.79 | 0.64 |
| Hex | EC | B7 | 5C | 0 | 16 | 3D | 7 | 26 | 4F | 40 |
| Octal | 354 | 267 | 134 | 0 | 26 | 75 | 7 | 46 | 117 | 100 |
| Binary | 11101100 | 10110111 | 1011100 | 0 | 10110 | 111101 | 111 | 100110 | 1001111 | 1000000 |
Color Harmonies of #ECB75C
Complementary color
Monochromatic Colors of #ECB75C
Black with #ECB75C
Text Example
Text Example
White with #ECB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB75C; }
p { color: rgb(236,183,92); }
H1.HeaderClassName
{
color: #ECB75C;
}
.AnyTagClassName
{
color: #ECB75C;
}
</style>
background-color css
<style>
a { background-color: #ECB75C; }
a { background-color: rgb(236,183,92); }
div.DivClassName
{
background-color: #ECB75C;
}
.BgClassName
{
background-color: #ECB75C;
}
</style>
border-color css
<style>
span { border-color: #ECB75C; }
span { border-color: rgb(236,183,92); }
td.TdClassName
{
border-color: #ECB75C;
}
.TagClassName
{
border-color: #ECB75C;
}
</style>