Shades of Ronchi #ECB544
Tints of Ronchi #ECB544
RGB
CMYK
RGB Variations
Color information
#ECB544 (or 0xECB544) is known color: Ronchi. HEX triplet: EC, B5 and 44. RGB value is (236,181,68). Sum of RGB (Red+Green+Blue) = 236+181+68=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB544 is #134ABB. Grayscale: #B9B9B9. Windows color (decimal): -1264316 or 4503020. OLE color: 4503020.
HSL color Cylindrical-coordinate representation of color #ECB544: hue angle of 40.36º degrees, saturation: 0.82, 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 #ECB544 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 68 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.07 |
| HSL | 40.36º | 0.82% | 0.6% | - |
| HSV(B) | 40.36º | 0.71% | 0.93% | - |
| XYZ | 52.16 | 51.3 | 12.62 | - |
| YUV | 184.56 | 62.22 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 68 | 0 | 0.23 | 0.71 | 0.07 | 40.36 | 0.82 | 0.6 |
| Hex | EC | B5 | 44 | 0 | 17 | 47 | 7 | 28 | 52 | 3C |
| Octal | 354 | 265 | 104 | 0 | 27 | 107 | 7 | 50 | 122 | 74 |
| Binary | 11101100 | 10110101 | 1000100 | 0 | 10111 | 1000111 | 111 | 101000 | 1010010 | 111100 |
Color Harmonies of #ECB544
Complementary color
Monochromatic Colors of #ECB544
Black with #ECB544
Text Example
Text Example
White with #ECB544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB544; }
p { color: rgb(236,181,68); }
H1.HeaderClassName
{
color: #ECB544;
}
.AnyTagClassName
{
color: #ECB544;
}
</style>
background-color css
<style>
a { background-color: #ECB544; }
a { background-color: rgb(236,181,68); }
div.DivClassName
{
background-color: #ECB544;
}
.BgClassName
{
background-color: #ECB544;
}
</style>
border-color css
<style>
span { border-color: #ECB544; }
span { border-color: rgb(236,181,68); }
td.TdClassName
{
border-color: #ECB544;
}
.TagClassName
{
border-color: #ECB544;
}
</style>