Shades of Gold Tips #ECB324
Tints of Gold Tips #ECB324
RGB
CMYK
RGB Variations
Color information
#ECB324 (or 0xECB324) is known color: Gold Tips. HEX triplet: EC, B3 and 24. RGB value is (236,179,36). Sum of RGB (Red+Green+Blue) = 236+179+36=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB324 is #134CDB. Grayscale: #B4B4B4. Windows color (decimal): -1264860 or 2405356. OLE color: 2405356.
HSL color Cylindrical-coordinate representation of color #ECB324: hue angle of 42.9º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECB324 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 36 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.07 |
| HSL | 42.9º | 0.84% | 0.53% | - |
| HSV(B) | 42.9º | 0.85% | 0.93% | - |
| XYZ | 51.03 | 50.2 | 8.67 | - |
| YUV | 179.74 | 46.88 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 36 | 0 | 0.24 | 0.85 | 0.07 | 42.9 | 0.84 | 0.53 |
| Hex | EC | B3 | 24 | 0 | 18 | 55 | 7 | 2B | 54 | 35 |
| Octal | 354 | 263 | 44 | 0 | 30 | 125 | 7 | 53 | 124 | 65 |
| Binary | 11101100 | 10110011 | 100100 | 0 | 11000 | 1010101 | 111 | 101011 | 1010100 | 110101 |
Color Harmonies of #ECB324
Complementary color
Monochromatic Colors of #ECB324
Black with #ECB324
Text Example
Text Example
White with #ECB324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB324; }
p { color: rgb(236,179,36); }
H1.HeaderClassName
{
color: #ECB324;
}
.AnyTagClassName
{
color: #ECB324;
}
</style>
background-color css
<style>
a { background-color: #ECB324; }
a { background-color: rgb(236,179,36); }
div.DivClassName
{
background-color: #ECB324;
}
.BgClassName
{
background-color: #ECB324;
}
</style>
border-color css
<style>
span { border-color: #ECB324; }
span { border-color: rgb(236,179,36); }
td.TdClassName
{
border-color: #ECB324;
}
.TagClassName
{
border-color: #ECB324;
}
</style>