Shades of Gold Tips #ECAE30
Tints of Gold Tips #ECAE30
RGB
CMYK
RGB Variations
Color information
#ECAE30 (or 0xECAE30) is known color: Gold Tips. HEX triplet: EC, AE and 30. RGB value is (236,174,48). Sum of RGB (Red+Green+Blue) = 236+174+48=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE30 is #1351CF. Grayscale: #B2B2B2. Windows color (decimal): -1266128 or 3190508. OLE color: 3190508.
HSL color Cylindrical-coordinate representation of color #ECAE30: hue angle of 40.21º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECAE30 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 48 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.07 |
| HSL | 40.21º | 0.83% | 0.56% | - |
| HSV(B) | 40.21º | 0.8% | 0.93% | - |
| XYZ | 50.26 | 48.32 | 9.47 | - |
| YUV | 178.17 | 54.54 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 48 | 0 | 0.26 | 0.80 | 0.07 | 40.21 | 0.83 | 0.56 |
| Hex | EC | AE | 30 | 0 | 1A | 50 | 7 | 28 | 53 | 38 |
| Octal | 354 | 256 | 60 | 0 | 32 | 120 | 7 | 50 | 123 | 70 |
| Binary | 11101100 | 10101110 | 110000 | 0 | 11010 | 1010000 | 111 | 101000 | 1010011 | 111000 |
Color Harmonies of #ECAE30
Complementary color
Monochromatic Colors of #ECAE30
Black with #ECAE30
Text Example
Text Example
White with #ECAE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE30; }
p { color: rgb(236,174,48); }
H1.HeaderClassName
{
color: #ECAE30;
}
.AnyTagClassName
{
color: #ECAE30;
}
</style>
background-color css
<style>
a { background-color: #ECAE30; }
a { background-color: rgb(236,174,48); }
div.DivClassName
{
background-color: #ECAE30;
}
.BgClassName
{
background-color: #ECAE30;
}
</style>
border-color css
<style>
span { border-color: #ECAE30; }
span { border-color: rgb(236,174,48); }
td.TdClassName
{
border-color: #ECAE30;
}
.TagClassName
{
border-color: #ECAE30;
}
</style>