Shades of Gold #ECD30B
Tints of Gold #ECD30B
RGB
CMYK
RGB Variations
Color information
#ECD30B (or 0xECD30B) is known color: Gold. HEX triplet: EC, D3 and 0B. RGB value is (236,211,11). Sum of RGB (Red+Green+Blue) = 236+211+11=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD30B is #132CF4. Grayscale: #C4C4C4. Windows color (decimal): -1256693 or 775148. OLE color: 775148.
HSL color Cylindrical-coordinate representation of color #ECD30B: hue angle of 53.33º 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 #ECD30B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.07 |
| HSL | 53.33º | 0.91% | 0.48% | - |
| HSV(B) | 53.33º | 0.95% | 0.93% | - |
| XYZ | 57.95 | 64.45 | 9.7 | - |
| YUV | 195.68 | 23.78 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 11 | 0 | 0.11 | 0.95 | 0.07 | 53.33 | 0.91 | 0.48 |
| Hex | EC | D3 | B | 0 | B | 5F | 7 | 35 | 5B | 30 |
| Octal | 354 | 323 | 13 | 0 | 13 | 137 | 7 | 65 | 133 | 60 |
| Binary | 11101100 | 11010011 | 1011 | 0 | 1011 | 1011111 | 111 | 110101 | 1011011 | 110000 |
Color Harmonies of #ECD30B
Complementary color
Monochromatic Colors of #ECD30B
Black with #ECD30B
Text Example
Text Example
White with #ECD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD30B; }
p { color: rgb(236,211,11); }
H1.HeaderClassName
{
color: #ECD30B;
}
.AnyTagClassName
{
color: #ECD30B;
}
</style>
background-color css
<style>
a { background-color: #ECD30B; }
a { background-color: rgb(236,211,11); }
div.DivClassName
{
background-color: #ECD30B;
}
.BgClassName
{
background-color: #ECD30B;
}
</style>
border-color css
<style>
span { border-color: #ECD30B; }
span { border-color: rgb(236,211,11); }
td.TdClassName
{
border-color: #ECD30B;
}
.TagClassName
{
border-color: #ECD30B;
}
</style>