Shades of Gold #EFD409
Tints of Gold #EFD409
RGB
CMYK
RGB Variations
Color information
#EFD409 (or 0xEFD409) is known color: Gold. HEX triplet: EF, D4 and 09. RGB value is (239,212,9). Sum of RGB (Red+Green+Blue) = 239+212+9=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 9 (3.91% from 255 or 1.96% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD409 is #102BF6. Grayscale: #C5C5C5. Windows color (decimal): -1059831 or 644335. OLE color: 644335.
HSL color Cylindrical-coordinate representation of color #EFD409: hue angle of 52.96º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFD409 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.06 |
| HSL | 52.96º | 0.93% | 0.49% | - |
| HSV(B) | 52.96º | 0.96% | 0.94% | - |
| XYZ | 59.19 | 65.46 | 9.77 | - |
| YUV | 196.93 | 21.95 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 9 | 0 | 0.11 | 0.96 | 0.06 | 52.96 | 0.93 | 0.49 |
| Hex | EF | D4 | 9 | 0 | B | 60 | 6 | 35 | 5D | 31 |
| Octal | 357 | 324 | 11 | 0 | 13 | 140 | 6 | 65 | 135 | 61 |
| Binary | 11101111 | 11010100 | 1001 | 0 | 1011 | 1100000 | 110 | 110101 | 1011101 | 110001 |
Color Harmonies of #EFD409
Complementary color
Monochromatic Colors of #EFD409
Black with #EFD409
Text Example
Text Example
White with #EFD409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD409; }
p { color: rgb(239,212,9); }
H1.HeaderClassName
{
color: #EFD409;
}
.AnyTagClassName
{
color: #EFD409;
}
</style>
background-color css
<style>
a { background-color: #EFD409; }
a { background-color: rgb(239,212,9); }
div.DivClassName
{
background-color: #EFD409;
}
.BgClassName
{
background-color: #EFD409;
}
</style>
border-color css
<style>
span { border-color: #EFD409; }
span { border-color: rgb(239,212,9); }
td.TdClassName
{
border-color: #EFD409;
}
.TagClassName
{
border-color: #EFD409;
}
</style>