Shades of Ronchi #ECB75B
Tints of Ronchi #ECB75B
RGB
CMYK
RGB Variations
Color information
#ECB75B (or 0xECB75B) is known color: Ronchi. HEX triplet: EC, B7 and 5B. RGB value is (236,183,91). Sum of RGB (Red+Green+Blue) = 236+183+91=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB75B is #1348A4. Grayscale: #BCBCBC. Windows color (decimal): -1263781 or 6010860. OLE color: 6010860.
HSL color Cylindrical-coordinate representation of color #ECB75B: hue angle of 38.07º 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 #ECB75B is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 91 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.07 |
| HSL | 38.07º | 0.79% | 0.64% | - |
| HSV(B) | 38.07º | 0.61% | 0.93% | - |
| XYZ | 53.41 | 52.46 | 17.21 | - |
| YUV | 188.36 | 73.06 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 91 | 0 | 0.22 | 0.61 | 0.07 | 38.07 | 0.79 | 0.64 |
| Hex | EC | B7 | 5B | 0 | 16 | 3D | 7 | 26 | 4F | 40 |
| Octal | 354 | 267 | 133 | 0 | 26 | 75 | 7 | 46 | 117 | 100 |
| Binary | 11101100 | 10110111 | 1011011 | 0 | 10110 | 111101 | 111 | 100110 | 1001111 | 1000000 |
Color Harmonies of #ECB75B
Complementary color
Monochromatic Colors of #ECB75B
Black with #ECB75B
Text Example
Text Example
White with #ECB75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB75B; }
p { color: rgb(236,183,91); }
H1.HeaderClassName
{
color: #ECB75B;
}
.AnyTagClassName
{
color: #ECB75B;
}
</style>
background-color css
<style>
a { background-color: #ECB75B; }
a { background-color: rgb(236,183,91); }
div.DivClassName
{
background-color: #ECB75B;
}
.BgClassName
{
background-color: #ECB75B;
}
</style>
border-color css
<style>
span { border-color: #ECB75B; }
span { border-color: rgb(236,183,91); }
td.TdClassName
{
border-color: #ECB75B;
}
.TagClassName
{
border-color: #ECB75B;
}
</style>