Shades of Gold #ECD40B
Tints of Gold #ECD40B
RGB
CMYK
RGB Variations
Color information
#ECD40B (or 0xECD40B) is known color: Gold. HEX triplet: EC, D4 and 0B. RGB value is (236,212,11). Sum of RGB (Red+Green+Blue) = 236+212+11=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD40B is #132BF4. Grayscale: #C5C5C5. Windows color (decimal): -1256437 or 775404. OLE color: 775404.
HSL color Cylindrical-coordinate representation of color #ECD40B: hue angle of 53.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECD40B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.07 |
| HSL | 53.6º | 0.91% | 0.48% | - |
| HSV(B) | 53.6º | 0.95% | 0.93% | - |
| XYZ | 58.2 | 64.94 | 9.78 | - |
| YUV | 196.26 | 23.45 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 11 | 0 | 0.10 | 0.95 | 0.07 | 53.6 | 0.91 | 0.48 |
| Hex | EC | D4 | B | 0 | A | 5F | 7 | 36 | 5B | 30 |
| Octal | 354 | 324 | 13 | 0 | 12 | 137 | 7 | 66 | 133 | 60 |
| Binary | 11101100 | 11010100 | 1011 | 0 | 1010 | 1011111 | 111 | 110110 | 1011011 | 110000 |
Color Harmonies of #ECD40B
Complementary color
Monochromatic Colors of #ECD40B
Black with #ECD40B
Text Example
Text Example
White with #ECD40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD40B; }
p { color: rgb(236,212,11); }
H1.HeaderClassName
{
color: #ECD40B;
}
.AnyTagClassName
{
color: #ECD40B;
}
</style>
background-color css
<style>
a { background-color: #ECD40B; }
a { background-color: rgb(236,212,11); }
div.DivClassName
{
background-color: #ECD40B;
}
.BgClassName
{
background-color: #ECD40B;
}
</style>
border-color css
<style>
span { border-color: #ECD40B; }
span { border-color: rgb(236,212,11); }
td.TdClassName
{
border-color: #ECD40B;
}
.TagClassName
{
border-color: #ECD40B;
}
</style>