Shades of Gold #EFD206
Tints of Gold #EFD206
RGB
CMYK
RGB Variations
Color information
#EFD206 (or 0xEFD206) is known color: Gold. HEX triplet: EF, D2 and 06. RGB value is (239,210,6). Sum of RGB (Red+Green+Blue) = 239+210+6=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD206 is #102DF9. Grayscale: #C4C4C4. Windows color (decimal): -1060346 or 447215. OLE color: 447215.
HSL color Cylindrical-coordinate representation of color #EFD206: hue angle of 52.53º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFD206 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 6 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.06 |
| HSL | 52.53º | 0.95% | 0.48% | - |
| HSV(B) | 52.53º | 0.97% | 0.94% | - |
| XYZ | 58.68 | 64.46 | 9.52 | - |
| YUV | 195.42 | 21.11 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 6 | 0 | 0.12 | 0.97 | 0.06 | 52.53 | 0.95 | 0.48 |
| Hex | EF | D2 | 6 | 0 | C | 61 | 6 | 35 | 5F | 30 |
| Octal | 357 | 322 | 6 | 0 | 14 | 141 | 6 | 65 | 137 | 60 |
| Binary | 11101111 | 11010010 | 110 | 0 | 1100 | 1100001 | 110 | 110101 | 1011111 | 110000 |
Color Harmonies of #EFD206
Complementary color
Monochromatic Colors of #EFD206
Black with #EFD206
Text Example
Text Example
White with #EFD206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD206; }
p { color: rgb(239,210,6); }
H1.HeaderClassName
{
color: #EFD206;
}
.AnyTagClassName
{
color: #EFD206;
}
</style>
background-color css
<style>
a { background-color: #EFD206; }
a { background-color: rgb(239,210,6); }
div.DivClassName
{
background-color: #EFD206;
}
.BgClassName
{
background-color: #EFD206;
}
</style>
border-color css
<style>
span { border-color: #EFD206; }
span { border-color: rgb(239,210,6); }
td.TdClassName
{
border-color: #EFD206;
}
.TagClassName
{
border-color: #EFD206;
}
</style>