Shades of Gold Tips #ECB61E
Tints of Gold Tips #ECB61E
RGB
CMYK
RGB Variations
Color information
#ECB61E (or 0xECB61E) is known color: Gold Tips. HEX triplet: EC, B6 and 1E. RGB value is (236,182,30). Sum of RGB (Red+Green+Blue) = 236+182+30=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB61E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB61E is #1349E1. Grayscale: #B5B5B5. Windows color (decimal): -1264098 or 2012908. OLE color: 2012908.
HSL color Cylindrical-coordinate representation of color #ECB61E: hue angle of 44.27º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECB61E is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 30 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.07 |
| HSL | 44.27º | 0.84% | 0.52% | - |
| HSV(B) | 44.27º | 0.87% | 0.93% | - |
| XYZ | 51.55 | 51.38 | 8.43 | - |
| YUV | 180.82 | 42.89 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 30 | 0 | 0.23 | 0.87 | 0.07 | 44.27 | 0.84 | 0.52 |
| Hex | EC | B6 | 1E | 0 | 17 | 57 | 7 | 2C | 54 | 34 |
| Octal | 354 | 266 | 36 | 0 | 27 | 127 | 7 | 54 | 124 | 64 |
| Binary | 11101100 | 10110110 | 11110 | 0 | 10111 | 1010111 | 111 | 101100 | 1010100 | 110100 |
Color Harmonies of #ECB61E
Complementary color
Monochromatic Colors of #ECB61E
Black with #ECB61E
Text Example
Text Example
White with #ECB61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB61E; }
p { color: rgb(236,182,30); }
H1.HeaderClassName
{
color: #ECB61E;
}
.AnyTagClassName
{
color: #ECB61E;
}
</style>
background-color css
<style>
a { background-color: #ECB61E; }
a { background-color: rgb(236,182,30); }
div.DivClassName
{
background-color: #ECB61E;
}
.BgClassName
{
background-color: #ECB61E;
}
</style>
border-color css
<style>
span { border-color: #ECB61E; }
span { border-color: rgb(236,182,30); }
td.TdClassName
{
border-color: #ECB61E;
}
.TagClassName
{
border-color: #ECB61E;
}
</style>