Shades of Gold Tips #ECAE2F
Tints of Gold Tips #ECAE2F
RGB
CMYK
RGB Variations
Color information
#ECAE2F (or 0xECAE2F) is known color: Gold Tips. HEX triplet: EC, AE and 2F. RGB value is (236,174,47). Sum of RGB (Red+Green+Blue) = 236+174+47=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE2F is #1351D0. Grayscale: #B2B2B2. Windows color (decimal): -1266129 or 3124972. OLE color: 3124972.
HSL color Cylindrical-coordinate representation of color #ECAE2F: hue angle of 40.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECAE2F is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 47 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.07 |
| HSL | 40.32º | 0.83% | 0.55% | - |
| HSV(B) | 40.32º | 0.8% | 0.93% | - |
| XYZ | 50.24 | 48.31 | 9.37 | - |
| YUV | 178.06 | 54.04 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 47 | 0 | 0.26 | 0.80 | 0.07 | 40.32 | 0.83 | 0.55 |
| Hex | EC | AE | 2F | 0 | 1A | 50 | 7 | 28 | 53 | 37 |
| Octal | 354 | 256 | 57 | 0 | 32 | 120 | 7 | 50 | 123 | 67 |
| Binary | 11101100 | 10101110 | 101111 | 0 | 11010 | 1010000 | 111 | 101000 | 1010011 | 110111 |
Color Harmonies of #ECAE2F
Complementary color
Monochromatic Colors of #ECAE2F
Black with #ECAE2F
Text Example
Text Example
White with #ECAE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE2F; }
p { color: rgb(236,174,47); }
H1.HeaderClassName
{
color: #ECAE2F;
}
.AnyTagClassName
{
color: #ECAE2F;
}
</style>
background-color css
<style>
a { background-color: #ECAE2F; }
a { background-color: rgb(236,174,47); }
div.DivClassName
{
background-color: #ECAE2F;
}
.BgClassName
{
background-color: #ECAE2F;
}
</style>
border-color css
<style>
span { border-color: #ECAE2F; }
span { border-color: rgb(236,174,47); }
td.TdClassName
{
border-color: #ECAE2F;
}
.TagClassName
{
border-color: #ECAE2F;
}
</style>