Shades of Gold #EFD605
Tints of Gold #EFD605
RGB
CMYK
RGB Variations
Color information
#EFD605 (or 0xEFD605) is known color: Gold. HEX triplet: EF, D6 and 05. RGB value is (239,214,5). Sum of RGB (Red+Green+Blue) = 239+214+5=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 5 (2.34% from 255 or 1.09% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD605 is #1029FA. Grayscale: #C6C6C6. Windows color (decimal): -1059323 or 382703. OLE color: 382703.
HSL color Cylindrical-coordinate representation of color #EFD605: hue angle of 53.59º 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 #EFD605 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.06 |
| HSL | 53.59º | 0.96% | 0.48% | - |
| HSV(B) | 53.59º | 0.98% | 0.94% | - |
| XYZ | 59.67 | 66.45 | 9.83 | - |
| YUV | 197.65 | 19.28 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 5 | 0 | 0.10 | 0.98 | 0.06 | 53.59 | 0.96 | 0.48 |
| Hex | EF | D6 | 5 | 0 | A | 62 | 6 | 36 | 60 | 30 |
| Octal | 357 | 326 | 5 | 0 | 12 | 142 | 6 | 66 | 140 | 60 |
| Binary | 11101111 | 11010110 | 101 | 0 | 1010 | 1100010 | 110 | 110110 | 1100000 | 110000 |
Color Harmonies of #EFD605
Complementary color
Monochromatic Colors of #EFD605
Black with #EFD605
Text Example
Text Example
White with #EFD605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD605; }
p { color: rgb(239,214,5); }
H1.HeaderClassName
{
color: #EFD605;
}
.AnyTagClassName
{
color: #EFD605;
}
</style>
background-color css
<style>
a { background-color: #EFD605; }
a { background-color: rgb(239,214,5); }
div.DivClassName
{
background-color: #EFD605;
}
.BgClassName
{
background-color: #EFD605;
}
</style>
border-color css
<style>
span { border-color: #EFD605; }
span { border-color: rgb(239,214,5); }
td.TdClassName
{
border-color: #EFD605;
}
.TagClassName
{
border-color: #EFD605;
}
</style>