Shades of Gold Tips #ECB027
Tints of Gold Tips #ECB027
RGB
CMYK
RGB Variations
Color information
#ECB027 (or 0xECB027) is known color: Gold Tips. HEX triplet: EC, B0 and 27. RGB value is (236,176,39). Sum of RGB (Red+Green+Blue) = 236+176+39=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 39 (15.62% from 255 or 8.65% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB027 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB027 is #134FD8. Grayscale: #B2B2B2. Windows color (decimal): -1265625 or 2601196. OLE color: 2601196.
HSL color Cylindrical-coordinate representation of color #ECB027: hue angle of 41.73º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECB027 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 39 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.07 |
| HSL | 41.73º | 0.84% | 0.54% | - |
| HSV(B) | 41.73º | 0.83% | 0.93% | - |
| XYZ | 50.48 | 49.03 | 8.72 | - |
| YUV | 178.32 | 49.38 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 39 | 0 | 0.25 | 0.83 | 0.07 | 41.73 | 0.84 | 0.54 |
| Hex | EC | B0 | 27 | 0 | 19 | 53 | 7 | 2A | 54 | 36 |
| Octal | 354 | 260 | 47 | 0 | 31 | 123 | 7 | 52 | 124 | 66 |
| Binary | 11101100 | 10110000 | 100111 | 0 | 11001 | 1010011 | 111 | 101010 | 1010100 | 110110 |
Color Harmonies of #ECB027
Complementary color
Monochromatic Colors of #ECB027
Black with #ECB027
Text Example
Text Example
White with #ECB027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB027; }
p { color: rgb(236,176,39); }
H1.HeaderClassName
{
color: #ECB027;
}
.AnyTagClassName
{
color: #ECB027;
}
</style>
background-color css
<style>
a { background-color: #ECB027; }
a { background-color: rgb(236,176,39); }
div.DivClassName
{
background-color: #ECB027;
}
.BgClassName
{
background-color: #ECB027;
}
</style>
border-color css
<style>
span { border-color: #ECB027; }
span { border-color: rgb(236,176,39); }
td.TdClassName
{
border-color: #ECB027;
}
.TagClassName
{
border-color: #ECB027;
}
</style>