Shades of Gold Tips #ECAD2C
Tints of Gold Tips #ECAD2C
RGB
CMYK
RGB Variations
Color information
#ECAD2C (or 0xECAD2C) is known color: Gold Tips. HEX triplet: EC, AD and 2C. RGB value is (236,173,44). Sum of RGB (Red+Green+Blue) = 236+173+44=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAD2C is #1352D3. Grayscale: #B1B1B1. Windows color (decimal): -1266388 or 2928108. OLE color: 2928108.
HSL color Cylindrical-coordinate representation of color #ECAD2C: hue angle of 40.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECAD2C is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 44 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.07 |
| HSL | 40.31º | 0.83% | 0.55% | - |
| HSV(B) | 40.31º | 0.81% | 0.93% | - |
| XYZ | 49.99 | 47.9 | 8.99 | - |
| YUV | 177.13 | 52.87 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 44 | 0 | 0.27 | 0.81 | 0.07 | 40.31 | 0.83 | 0.55 |
| Hex | EC | AD | 2C | 0 | 1B | 51 | 7 | 28 | 53 | 37 |
| Octal | 354 | 255 | 54 | 0 | 33 | 121 | 7 | 50 | 123 | 67 |
| Binary | 11101100 | 10101101 | 101100 | 0 | 11011 | 1010001 | 111 | 101000 | 1010011 | 110111 |
Color Harmonies of #ECAD2C
Complementary color
Monochromatic Colors of #ECAD2C
Black with #ECAD2C
Text Example
Text Example
White with #ECAD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAD2C; }
p { color: rgb(236,173,44); }
H1.HeaderClassName
{
color: #ECAD2C;
}
.AnyTagClassName
{
color: #ECAD2C;
}
</style>
background-color css
<style>
a { background-color: #ECAD2C; }
a { background-color: rgb(236,173,44); }
div.DivClassName
{
background-color: #ECAD2C;
}
.BgClassName
{
background-color: #ECAD2C;
}
</style>
border-color css
<style>
span { border-color: #ECAD2C; }
span { border-color: rgb(236,173,44); }
td.TdClassName
{
border-color: #ECAD2C;
}
.TagClassName
{
border-color: #ECAD2C;
}
</style>