Shades of Gold Tips #ECB61D
Tints of Gold Tips #ECB61D
RGB
CMYK
RGB Variations
Color information
#ECB61D (or 0xECB61D) is known color: Gold Tips. HEX triplet: EC, B6 and 1D. RGB value is (236,182,29). Sum of RGB (Red+Green+Blue) = 236+182+29=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB61D is #1349E2. Grayscale: #B5B5B5. Windows color (decimal): -1264099 or 1947372. OLE color: 1947372.
HSL color Cylindrical-coordinate representation of color #ECB61D: hue angle of 44.35º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECB61D is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 29 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.07 |
| HSL | 44.35º | 0.84% | 0.52% | - |
| HSV(B) | 44.35º | 0.88% | 0.93% | - |
| XYZ | 51.54 | 51.38 | 8.36 | - |
| YUV | 180.7 | 42.39 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 29 | 0 | 0.23 | 0.88 | 0.07 | 44.35 | 0.84 | 0.52 |
| Hex | EC | B6 | 1D | 0 | 17 | 58 | 7 | 2C | 54 | 34 |
| Octal | 354 | 266 | 35 | 0 | 27 | 130 | 7 | 54 | 124 | 64 |
| Binary | 11101100 | 10110110 | 11101 | 0 | 10111 | 1011000 | 111 | 101100 | 1010100 | 110100 |
Color Harmonies of #ECB61D
Complementary color
Monochromatic Colors of #ECB61D
Black with #ECB61D
Text Example
Text Example
White with #ECB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB61D; }
p { color: rgb(236,182,29); }
H1.HeaderClassName
{
color: #ECB61D;
}
.AnyTagClassName
{
color: #ECB61D;
}
</style>
background-color css
<style>
a { background-color: #ECB61D; }
a { background-color: rgb(236,182,29); }
div.DivClassName
{
background-color: #ECB61D;
}
.BgClassName
{
background-color: #ECB61D;
}
</style>
border-color css
<style>
span { border-color: #ECB61D; }
span { border-color: rgb(236,182,29); }
td.TdClassName
{
border-color: #ECB61D;
}
.TagClassName
{
border-color: #ECB61D;
}
</style>