Shades of Gold Tips #ECAC2A
Tints of Gold Tips #ECAC2A
RGB
CMYK
RGB Variations
Color information
#ECAC2A (or 0xECAC2A) is known color: Gold Tips. HEX triplet: EC, AC and 2A. RGB value is (236,172,42). Sum of RGB (Red+Green+Blue) = 236+172+42=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC2A is #1353D5. Grayscale: #B0B0B0. Windows color (decimal): -1266646 or 2796780. OLE color: 2796780.
HSL color Cylindrical-coordinate representation of color #ECAC2A: hue angle of 40.21º 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 #ECAC2A is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 42 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.07 |
| HSL | 40.21º | 0.84% | 0.55% | - |
| HSV(B) | 40.21º | 0.82% | 0.93% | - |
| XYZ | 49.76 | 47.51 | 8.74 | - |
| YUV | 176.32 | 52.2 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 42 | 0 | 0.27 | 0.82 | 0.07 | 40.21 | 0.84 | 0.55 |
| Hex | EC | AC | 2A | 0 | 1B | 52 | 7 | 28 | 54 | 37 |
| Octal | 354 | 254 | 52 | 0 | 33 | 122 | 7 | 50 | 124 | 67 |
| Binary | 11101100 | 10101100 | 101010 | 0 | 11011 | 1010010 | 111 | 101000 | 1010100 | 110111 |
Color Harmonies of #ECAC2A
Complementary color
Monochromatic Colors of #ECAC2A
Black with #ECAC2A
Text Example
Text Example
White with #ECAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC2A; }
p { color: rgb(236,172,42); }
H1.HeaderClassName
{
color: #ECAC2A;
}
.AnyTagClassName
{
color: #ECAC2A;
}
</style>
background-color css
<style>
a { background-color: #ECAC2A; }
a { background-color: rgb(236,172,42); }
div.DivClassName
{
background-color: #ECAC2A;
}
.BgClassName
{
background-color: #ECAC2A;
}
</style>
border-color css
<style>
span { border-color: #ECAC2A; }
span { border-color: rgb(236,172,42); }
td.TdClassName
{
border-color: #ECAC2A;
}
.TagClassName
{
border-color: #ECAC2A;
}
</style>