Shades of Gold #EFD205
Tints of Gold #EFD205
RGB
CMYK
RGB Variations
Color information
#EFD205 (or 0xEFD205) is known color: Gold. HEX triplet: EF, D2 and 05. RGB value is (239,210,5). Sum of RGB (Red+Green+Blue) = 239+210+5=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD205 is #102DFA. Grayscale: #C4C4C4. Windows color (decimal): -1060347 or 381679. OLE color: 381679.
HSL color Cylindrical-coordinate representation of color #EFD205: hue angle of 52.56º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFD205 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.06 |
| HSL | 52.56º | 0.96% | 0.48% | - |
| HSV(B) | 52.56º | 0.98% | 0.94% | - |
| XYZ | 58.67 | 64.45 | 9.49 | - |
| YUV | 195.3 | 20.61 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 5 | 0 | 0.12 | 0.98 | 0.06 | 52.56 | 0.96 | 0.48 |
| Hex | EF | D2 | 5 | 0 | C | 62 | 6 | 35 | 60 | 30 |
| Octal | 357 | 322 | 5 | 0 | 14 | 142 | 6 | 65 | 140 | 60 |
| Binary | 11101111 | 11010010 | 101 | 0 | 1100 | 1100010 | 110 | 110101 | 1100000 | 110000 |
Color Harmonies of #EFD205
Complementary color
Monochromatic Colors of #EFD205
Black with #EFD205
Text Example
Text Example
White with #EFD205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD205; }
p { color: rgb(239,210,5); }
H1.HeaderClassName
{
color: #EFD205;
}
.AnyTagClassName
{
color: #EFD205;
}
</style>
background-color css
<style>
a { background-color: #EFD205; }
a { background-color: rgb(239,210,5); }
div.DivClassName
{
background-color: #EFD205;
}
.BgClassName
{
background-color: #EFD205;
}
</style>
border-color css
<style>
span { border-color: #EFD205; }
span { border-color: rgb(239,210,5); }
td.TdClassName
{
border-color: #EFD205;
}
.TagClassName
{
border-color: #EFD205;
}
</style>