Shades of Gold Tips #ECB32A
Tints of Gold Tips #ECB32A
RGB
CMYK
RGB Variations
Color information
#ECB32A (or 0xECB32A) is known color: Gold Tips. HEX triplet: EC, B3 and 2A. RGB value is (236,179,42). Sum of RGB (Red+Green+Blue) = 236+179+42=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB32A is #134CD5. Grayscale: #B5B5B5. Windows color (decimal): -1264854 or 2798572. OLE color: 2798572.
HSL color Cylindrical-coordinate representation of color #ECB32A: hue angle of 42.37º 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 #ECB32A is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 42 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.07 |
| HSL | 42.37º | 0.84% | 0.55% | - |
| HSV(B) | 42.37º | 0.82% | 0.93% | - |
| XYZ | 51.13 | 50.24 | 9.19 | - |
| YUV | 180.43 | 49.88 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 42 | 0 | 0.24 | 0.82 | 0.07 | 42.37 | 0.84 | 0.55 |
| Hex | EC | B3 | 2A | 0 | 18 | 52 | 7 | 2A | 54 | 37 |
| Octal | 354 | 263 | 52 | 0 | 30 | 122 | 7 | 52 | 124 | 67 |
| Binary | 11101100 | 10110011 | 101010 | 0 | 11000 | 1010010 | 111 | 101010 | 1010100 | 110111 |
Color Harmonies of #ECB32A
Complementary color
Monochromatic Colors of #ECB32A
Black with #ECB32A
Text Example
Text Example
White with #ECB32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB32A; }
p { color: rgb(236,179,42); }
H1.HeaderClassName
{
color: #ECB32A;
}
.AnyTagClassName
{
color: #ECB32A;
}
</style>
background-color css
<style>
a { background-color: #ECB32A; }
a { background-color: rgb(236,179,42); }
div.DivClassName
{
background-color: #ECB32A;
}
.BgClassName
{
background-color: #ECB32A;
}
</style>
border-color css
<style>
span { border-color: #ECB32A; }
span { border-color: rgb(236,179,42); }
td.TdClassName
{
border-color: #ECB32A;
}
.TagClassName
{
border-color: #ECB32A;
}
</style>