Shades of Gold Tips #ECB02A
Tints of Gold Tips #ECB02A
RGB
CMYK
RGB Variations
Color information
#ECB02A (or 0xECB02A) is known color: Gold Tips. HEX triplet: EC, B0 and 2A. RGB value is (236,176,42). Sum of RGB (Red+Green+Blue) = 236+176+42=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 42 (16.80% from 255 or 9.25% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB02A is #134FD5. Grayscale: #B3B3B3. Windows color (decimal): -1265622 or 2797804. OLE color: 2797804.
HSL color Cylindrical-coordinate representation of color #ECB02A: hue angle of 41.44º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECB02A is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 42 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.07 |
| HSL | 41.44º | 0.84% | 0.55% | - |
| HSV(B) | 41.44º | 0.82% | 0.93% | - |
| XYZ | 50.54 | 49.05 | 8.99 | - |
| YUV | 178.66 | 50.88 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 42 | 0 | 0.25 | 0.82 | 0.07 | 41.44 | 0.84 | 0.55 |
| Hex | EC | B0 | 2A | 0 | 19 | 52 | 7 | 29 | 54 | 37 |
| Octal | 354 | 260 | 52 | 0 | 31 | 122 | 7 | 51 | 124 | 67 |
| Binary | 11101100 | 10110000 | 101010 | 0 | 11001 | 1010010 | 111 | 101001 | 1010100 | 110111 |
Color Harmonies of #ECB02A
Complementary color
Monochromatic Colors of #ECB02A
Black with #ECB02A
Text Example
Text Example
White with #ECB02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB02A; }
p { color: rgb(236,176,42); }
H1.HeaderClassName
{
color: #ECB02A;
}
.AnyTagClassName
{
color: #ECB02A;
}
</style>
background-color css
<style>
a { background-color: #ECB02A; }
a { background-color: rgb(236,176,42); }
div.DivClassName
{
background-color: #ECB02A;
}
.BgClassName
{
background-color: #ECB02A;
}
</style>
border-color css
<style>
span { border-color: #ECB02A; }
span { border-color: rgb(236,176,42); }
td.TdClassName
{
border-color: #ECB02A;
}
.TagClassName
{
border-color: #ECB02A;
}
</style>