Shades of Ronchi #ECB349
Tints of Ronchi #ECB349
RGB
CMYK
RGB Variations
Color information
#ECB349 (or 0xECB349) is known color: Ronchi. HEX triplet: EC, B3 and 49. RGB value is (236,179,73). Sum of RGB (Red+Green+Blue) = 236+179+73=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB349 is #134CB6. Grayscale: #B8B8B8. Windows color (decimal): -1264823 or 4830188. OLE color: 4830188.
HSL color Cylindrical-coordinate representation of color #ECB349: hue angle of 39.02º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECB349 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 73 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.07 |
| HSL | 39.02º | 0.81% | 0.61% | - |
| HSV(B) | 39.02º | 0.69% | 0.93% | - |
| XYZ | 51.91 | 50.55 | 13.33 | - |
| YUV | 183.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 73 | 0 | 0.24 | 0.69 | 0.07 | 39.02 | 0.81 | 0.61 |
| Hex | EC | B3 | 49 | 0 | 18 | 45 | 7 | 27 | 51 | 3D |
| Octal | 354 | 263 | 111 | 0 | 30 | 105 | 7 | 47 | 121 | 75 |
| Binary | 11101100 | 10110011 | 1001001 | 0 | 11000 | 1000101 | 111 | 100111 | 1010001 | 111101 |
Color Harmonies of #ECB349
Complementary color
Monochromatic Colors of #ECB349
Black with #ECB349
Text Example
Text Example
White with #ECB349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB349; }
p { color: rgb(236,179,73); }
H1.HeaderClassName
{
color: #ECB349;
}
.AnyTagClassName
{
color: #ECB349;
}
</style>
background-color css
<style>
a { background-color: #ECB349; }
a { background-color: rgb(236,179,73); }
div.DivClassName
{
background-color: #ECB349;
}
.BgClassName
{
background-color: #ECB349;
}
</style>
border-color css
<style>
span { border-color: #ECB349; }
span { border-color: rgb(236,179,73); }
td.TdClassName
{
border-color: #ECB349;
}
.TagClassName
{
border-color: #ECB349;
}
</style>