Shades of Ronchi #ECB75D
Tints of Ronchi #ECB75D
RGB
CMYK
RGB Variations
Color information
#ECB75D (or 0xECB75D) is known color: Ronchi. HEX triplet: EC, B7 and 5D. RGB value is (236,183,93). Sum of RGB (Red+Green+Blue) = 236+183+93=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB75D is #1348A2. Grayscale: #BCBCBC. Windows color (decimal): -1263779 or 6141932. OLE color: 6141932.
HSL color Cylindrical-coordinate representation of color #ECB75D: hue angle of 37.76º 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 #ECB75D is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 93 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.07 |
| HSL | 37.76º | 0.79% | 0.65% | - |
| HSV(B) | 37.76º | 0.61% | 0.93% | - |
| XYZ | 53.5 | 52.49 | 17.67 | - |
| YUV | 188.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 93 | 0 | 0.22 | 0.61 | 0.07 | 37.76 | 0.79 | 0.65 |
| Hex | EC | B7 | 5D | 0 | 16 | 3D | 7 | 26 | 4F | 41 |
| Octal | 354 | 267 | 135 | 0 | 26 | 75 | 7 | 46 | 117 | 101 |
| Binary | 11101100 | 10110111 | 1011101 | 0 | 10110 | 111101 | 111 | 100110 | 1001111 | 1000001 |
Color Harmonies of #ECB75D
Complementary color
Monochromatic Colors of #ECB75D
Black with #ECB75D
Text Example
Text Example
White with #ECB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB75D; }
p { color: rgb(236,183,93); }
H1.HeaderClassName
{
color: #ECB75D;
}
.AnyTagClassName
{
color: #ECB75D;
}
</style>
background-color css
<style>
a { background-color: #ECB75D; }
a { background-color: rgb(236,183,93); }
div.DivClassName
{
background-color: #ECB75D;
}
.BgClassName
{
background-color: #ECB75D;
}
</style>
border-color css
<style>
span { border-color: #ECB75D; }
span { border-color: rgb(236,183,93); }
td.TdClassName
{
border-color: #ECB75D;
}
.TagClassName
{
border-color: #ECB75D;
}
</style>