Shades of Gold Tips #ECB521
Tints of Gold Tips #ECB521
RGB
CMYK
RGB Variations
Color information
#ECB521 (or 0xECB521) is known color: Gold Tips. HEX triplet: EC, B5 and 21. RGB value is (236,181,33). Sum of RGB (Red+Green+Blue) = 236+181+33=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB521 is #134ADE. Grayscale: #B5B5B5. Windows color (decimal): -1264351 or 2209260. OLE color: 2209260.
HSL color Cylindrical-coordinate representation of color #ECB521: hue angle of 43.74º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECB521 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 33 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.07 |
| HSL | 43.74º | 0.84% | 0.53% | - |
| HSV(B) | 43.74º | 0.86% | 0.93% | - |
| XYZ | 51.39 | 50.99 | 8.57 | - |
| YUV | 180.57 | 44.72 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 33 | 0 | 0.23 | 0.86 | 0.07 | 43.74 | 0.84 | 0.53 |
| Hex | EC | B5 | 21 | 0 | 17 | 56 | 7 | 2C | 54 | 35 |
| Octal | 354 | 265 | 41 | 0 | 27 | 126 | 7 | 54 | 124 | 65 |
| Binary | 11101100 | 10110101 | 100001 | 0 | 10111 | 1010110 | 111 | 101100 | 1010100 | 110101 |
Color Harmonies of #ECB521
Complementary color
Monochromatic Colors of #ECB521
Black with #ECB521
Text Example
Text Example
White with #ECB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB521; }
p { color: rgb(236,181,33); }
H1.HeaderClassName
{
color: #ECB521;
}
.AnyTagClassName
{
color: #ECB521;
}
</style>
background-color css
<style>
a { background-color: #ECB521; }
a { background-color: rgb(236,181,33); }
div.DivClassName
{
background-color: #ECB521;
}
.BgClassName
{
background-color: #ECB521;
}
</style>
border-color css
<style>
span { border-color: #ECB521; }
span { border-color: rgb(236,181,33); }
td.TdClassName
{
border-color: #ECB521;
}
.TagClassName
{
border-color: #ECB521;
}
</style>