Shades of Gold Tips #ECB02D
Tints of Gold Tips #ECB02D
RGB
CMYK
RGB Variations
Color information
#ECB02D (or 0xECB02D) is known color: Gold Tips. HEX triplet: EC, B0 and 2D. RGB value is (236,176,45). Sum of RGB (Red+Green+Blue) = 236+176+45=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB02D is #134FD2. Grayscale: #B3B3B3. Windows color (decimal): -1265619 or 2994412. OLE color: 2994412.
HSL color Cylindrical-coordinate representation of color #ECB02D: hue angle of 41.15º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECB02D is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 45 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.07 |
| HSL | 41.15º | 0.83% | 0.55% | - |
| HSV(B) | 41.15º | 0.81% | 0.93% | - |
| XYZ | 50.59 | 49.07 | 9.29 | - |
| YUV | 179.01 | 52.38 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 45 | 0 | 0.25 | 0.81 | 0.07 | 41.15 | 0.83 | 0.55 |
| Hex | EC | B0 | 2D | 0 | 19 | 51 | 7 | 29 | 53 | 37 |
| Octal | 354 | 260 | 55 | 0 | 31 | 121 | 7 | 51 | 123 | 67 |
| Binary | 11101100 | 10110000 | 101101 | 0 | 11001 | 1010001 | 111 | 101001 | 1010011 | 110111 |
Color Harmonies of #ECB02D
Complementary color
Monochromatic Colors of #ECB02D
Black with #ECB02D
Text Example
Text Example
White with #ECB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB02D; }
p { color: rgb(236,176,45); }
H1.HeaderClassName
{
color: #ECB02D;
}
.AnyTagClassName
{
color: #ECB02D;
}
</style>
background-color css
<style>
a { background-color: #ECB02D; }
a { background-color: rgb(236,176,45); }
div.DivClassName
{
background-color: #ECB02D;
}
.BgClassName
{
background-color: #ECB02D;
}
</style>
border-color css
<style>
span { border-color: #ECB02D; }
span { border-color: rgb(236,176,45); }
td.TdClassName
{
border-color: #ECB02D;
}
.TagClassName
{
border-color: #ECB02D;
}
</style>