Shades of Gold #ECD00B
Tints of Gold #ECD00B
RGB
CMYK
RGB Variations
Color information
#ECD00B (or 0xECD00B) is known color: Gold. HEX triplet: EC, D0 and 0B. RGB value is (236,208,11). Sum of RGB (Red+Green+Blue) = 236+208+11=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 11 (4.69% from 255 or 2.42% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD00B is #132FF4. Grayscale: #C2C2C2. Windows color (decimal): -1257461 or 774380. OLE color: 774380.
HSL color Cylindrical-coordinate representation of color #ECD00B: hue angle of 52.53º 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 #ECD00B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.07 |
| HSL | 52.53º | 0.91% | 0.48% | - |
| HSV(B) | 52.53º | 0.95% | 0.93% | - |
| XYZ | 57.21 | 62.97 | 9.46 | - |
| YUV | 193.91 | 24.78 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 11 | 0 | 0.12 | 0.95 | 0.07 | 52.53 | 0.91 | 0.48 |
| Hex | EC | D0 | B | 0 | C | 5F | 7 | 35 | 5B | 30 |
| Octal | 354 | 320 | 13 | 0 | 14 | 137 | 7 | 65 | 133 | 60 |
| Binary | 11101100 | 11010000 | 1011 | 0 | 1100 | 1011111 | 111 | 110101 | 1011011 | 110000 |
Color Harmonies of #ECD00B
Complementary color
Monochromatic Colors of #ECD00B
Black with #ECD00B
Text Example
Text Example
White with #ECD00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD00B; }
p { color: rgb(236,208,11); }
H1.HeaderClassName
{
color: #ECD00B;
}
.AnyTagClassName
{
color: #ECD00B;
}
</style>
background-color css
<style>
a { background-color: #ECD00B; }
a { background-color: rgb(236,208,11); }
div.DivClassName
{
background-color: #ECD00B;
}
.BgClassName
{
background-color: #ECD00B;
}
</style>
border-color css
<style>
span { border-color: #ECD00B; }
span { border-color: rgb(236,208,11); }
td.TdClassName
{
border-color: #ECD00B;
}
.TagClassName
{
border-color: #ECD00B;
}
</style>