Shades of Ronchi #ECB445
Tints of Ronchi #ECB445
RGB
CMYK
RGB Variations
Color information
#ECB445 (or 0xECB445) is known color: Ronchi. HEX triplet: EC, B4 and 45. RGB value is (236,180,69). Sum of RGB (Red+Green+Blue) = 236+180+69=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB445 is #134BBA. Grayscale: #B8B8B8. Windows color (decimal): -1264571 or 4568300. OLE color: 4568300.
HSL color Cylindrical-coordinate representation of color #ECB445: hue angle of 39.88º 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 #ECB445 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 69 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.07 |
| HSL | 39.88º | 0.81% | 0.6% | - |
| HSV(B) | 39.88º | 0.71% | 0.93% | - |
| XYZ | 51.99 | 50.91 | 12.72 | - |
| YUV | 184.09 | 63.05 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 69 | 0 | 0.24 | 0.71 | 0.07 | 39.88 | 0.81 | 0.6 |
| Hex | EC | B4 | 45 | 0 | 18 | 47 | 7 | 28 | 51 | 3C |
| Octal | 354 | 264 | 105 | 0 | 30 | 107 | 7 | 50 | 121 | 74 |
| Binary | 11101100 | 10110100 | 1000101 | 0 | 11000 | 1000111 | 111 | 101000 | 1010001 | 111100 |
Color Harmonies of #ECB445
Complementary color
Monochromatic Colors of #ECB445
Black with #ECB445
Text Example
Text Example
White with #ECB445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB445; }
p { color: rgb(236,180,69); }
H1.HeaderClassName
{
color: #ECB445;
}
.AnyTagClassName
{
color: #ECB445;
}
</style>
background-color css
<style>
a { background-color: #ECB445; }
a { background-color: rgb(236,180,69); }
div.DivClassName
{
background-color: #ECB445;
}
.BgClassName
{
background-color: #ECB445;
}
</style>
border-color css
<style>
span { border-color: #ECB445; }
span { border-color: rgb(236,180,69); }
td.TdClassName
{
border-color: #ECB445;
}
.TagClassName
{
border-color: #ECB445;
}
</style>