Shades of Gold Tips #ECB621
Tints of Gold Tips #ECB621
RGB
CMYK
RGB Variations
Color information
#ECB621 (or 0xECB621) is known color: Gold Tips. HEX triplet: EC, B6 and 21. RGB value is (236,182,33). Sum of RGB (Red+Green+Blue) = 236+182+33=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB621 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB621 is #1349DE. Grayscale: #B5B5B5. Windows color (decimal): -1264095 or 2209516. OLE color: 2209516.
HSL color Cylindrical-coordinate representation of color #ECB621: hue angle of 44.04º 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 #ECB621 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 33 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.07 |
| HSL | 44.04º | 0.84% | 0.53% | - |
| HSV(B) | 44.04º | 0.86% | 0.93% | - |
| XYZ | 51.59 | 51.4 | 8.64 | - |
| YUV | 181.16 | 44.39 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 33 | 0 | 0.23 | 0.86 | 0.07 | 44.04 | 0.84 | 0.53 |
| Hex | EC | B6 | 21 | 0 | 17 | 56 | 7 | 2C | 54 | 35 |
| Octal | 354 | 266 | 41 | 0 | 27 | 126 | 7 | 54 | 124 | 65 |
| Binary | 11101100 | 10110110 | 100001 | 0 | 10111 | 1010110 | 111 | 101100 | 1010100 | 110101 |
Color Harmonies of #ECB621
Complementary color
Monochromatic Colors of #ECB621
Black with #ECB621
Text Example
Text Example
White with #ECB621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB621; }
p { color: rgb(236,182,33); }
H1.HeaderClassName
{
color: #ECB621;
}
.AnyTagClassName
{
color: #ECB621;
}
</style>
background-color css
<style>
a { background-color: #ECB621; }
a { background-color: rgb(236,182,33); }
div.DivClassName
{
background-color: #ECB621;
}
.BgClassName
{
background-color: #ECB621;
}
</style>
border-color css
<style>
span { border-color: #ECB621; }
span { border-color: rgb(236,182,33); }
td.TdClassName
{
border-color: #ECB621;
}
.TagClassName
{
border-color: #ECB621;
}
</style>