Shades of Ronchi #ECB945
Tints of Ronchi #ECB945
RGB
CMYK
RGB Variations
Color information
#ECB945 (or 0xECB945) is known color: Ronchi. HEX triplet: EC, B9 and 45. RGB value is (236,185,69). Sum of RGB (Red+Green+Blue) = 236+185+69=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB945 is #1346BA. Grayscale: #BBBBBB. Windows color (decimal): -1263291 or 4569580. OLE color: 4569580.
HSL color Cylindrical-coordinate representation of color #ECB945: hue angle of 41.68º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECB945 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 69 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.07 |
| HSL | 41.68º | 0.81% | 0.6% | - |
| HSV(B) | 41.68º | 0.71% | 0.93% | - |
| XYZ | 53.02 | 52.96 | 13.06 | - |
| YUV | 187.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 69 | 0 | 0.22 | 0.71 | 0.07 | 41.68 | 0.81 | 0.6 |
| Hex | EC | B9 | 45 | 0 | 16 | 47 | 7 | 2A | 51 | 3C |
| Octal | 354 | 271 | 105 | 0 | 26 | 107 | 7 | 52 | 121 | 74 |
| Binary | 11101100 | 10111001 | 1000101 | 0 | 10110 | 1000111 | 111 | 101010 | 1010001 | 111100 |
Color Harmonies of #ECB945
Complementary color
Monochromatic Colors of #ECB945
Black with #ECB945
Text Example
Text Example
White with #ECB945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB945; }
p { color: rgb(236,185,69); }
H1.HeaderClassName
{
color: #ECB945;
}
.AnyTagClassName
{
color: #ECB945;
}
</style>
background-color css
<style>
a { background-color: #ECB945; }
a { background-color: rgb(236,185,69); }
div.DivClassName
{
background-color: #ECB945;
}
.BgClassName
{
background-color: #ECB945;
}
</style>
border-color css
<style>
span { border-color: #ECB945; }
span { border-color: rgb(236,185,69); }
td.TdClassName
{
border-color: #ECB945;
}
.TagClassName
{
border-color: #ECB945;
}
</style>