Shades of Gold Tips #ECB02B
Tints of Gold Tips #ECB02B
RGB
CMYK
RGB Variations
Color information
#ECB02B (or 0xECB02B) is known color: Gold Tips. HEX triplet: EC, B0 and 2B. RGB value is (236,176,43). Sum of RGB (Red+Green+Blue) = 236+176+43=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 43 (17.19% from 255 or 9.45% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB02B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB02B is #134FD4. Grayscale: #B3B3B3. Windows color (decimal): -1265621 or 2863340. OLE color: 2863340.
HSL color Cylindrical-coordinate representation of color #ECB02B: hue angle of 41.35º 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 #ECB02B is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 43 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.07 |
| HSL | 41.35º | 0.84% | 0.55% | - |
| HSV(B) | 41.35º | 0.82% | 0.93% | - |
| XYZ | 50.55 | 49.06 | 9.09 | - |
| YUV | 178.78 | 51.38 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 43 | 0 | 0.25 | 0.82 | 0.07 | 41.35 | 0.84 | 0.55 |
| Hex | EC | B0 | 2B | 0 | 19 | 52 | 7 | 29 | 54 | 37 |
| Octal | 354 | 260 | 53 | 0 | 31 | 122 | 7 | 51 | 124 | 67 |
| Binary | 11101100 | 10110000 | 101011 | 0 | 11001 | 1010010 | 111 | 101001 | 1010100 | 110111 |
Color Harmonies of #ECB02B
Complementary color
Monochromatic Colors of #ECB02B
Black with #ECB02B
Text Example
Text Example
White with #ECB02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB02B; }
p { color: rgb(236,176,43); }
H1.HeaderClassName
{
color: #ECB02B;
}
.AnyTagClassName
{
color: #ECB02B;
}
</style>
background-color css
<style>
a { background-color: #ECB02B; }
a { background-color: rgb(236,176,43); }
div.DivClassName
{
background-color: #ECB02B;
}
.BgClassName
{
background-color: #ECB02B;
}
</style>
border-color css
<style>
span { border-color: #ECB02B; }
span { border-color: rgb(236,176,43); }
td.TdClassName
{
border-color: #ECB02B;
}
.TagClassName
{
border-color: #ECB02B;
}
</style>