Shades of Ronchi #ECB645
Tints of Ronchi #ECB645
RGB
CMYK
RGB Variations
Color information
#ECB645 (or 0xECB645) is known color: Ronchi. HEX triplet: EC, B6 and 45. RGB value is (236,182,69). Sum of RGB (Red+Green+Blue) = 236+182+69=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB645 is #1349BA. Grayscale: #B9B9B9. Windows color (decimal): -1264059 or 4568812. OLE color: 4568812.
HSL color Cylindrical-coordinate representation of color #ECB645: hue angle of 40.6º 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 #ECB645 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 69 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.07 |
| HSL | 40.6º | 0.81% | 0.6% | - |
| HSV(B) | 40.6º | 0.71% | 0.93% | - |
| XYZ | 52.39 | 51.72 | 12.85 | - |
| YUV | 185.26 | 62.39 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 69 | 0 | 0.23 | 0.71 | 0.07 | 40.6 | 0.81 | 0.6 |
| Hex | EC | B6 | 45 | 0 | 17 | 47 | 7 | 29 | 51 | 3C |
| Octal | 354 | 266 | 105 | 0 | 27 | 107 | 7 | 51 | 121 | 74 |
| Binary | 11101100 | 10110110 | 1000101 | 0 | 10111 | 1000111 | 111 | 101001 | 1010001 | 111100 |
Color Harmonies of #ECB645
Complementary color
Monochromatic Colors of #ECB645
Black with #ECB645
Text Example
Text Example
White with #ECB645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB645; }
p { color: rgb(236,182,69); }
H1.HeaderClassName
{
color: #ECB645;
}
.AnyTagClassName
{
color: #ECB645;
}
</style>
background-color css
<style>
a { background-color: #ECB645; }
a { background-color: rgb(236,182,69); }
div.DivClassName
{
background-color: #ECB645;
}
.BgClassName
{
background-color: #ECB645;
}
</style>
border-color css
<style>
span { border-color: #ECB645; }
span { border-color: rgb(236,182,69); }
td.TdClassName
{
border-color: #ECB645;
}
.TagClassName
{
border-color: #ECB645;
}
</style>