Shades of Gold #EFD400
Tints of Gold #EFD400
RGB
CMYK
RGB Variations
Color information
#EFD400 (or 0xEFD400) is known color: Gold. HEX triplet: EF, D4 and 00. RGB value is (239,212,0). Sum of RGB (Red+Green+Blue) = 239+212+0=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD400 is #102BFF. Grayscale: #C4C4C4. Windows color (decimal): -1059840 or 54511. OLE color: 54511.
HSL color Cylindrical-coordinate representation of color #EFD400: hue angle of 53.22º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFD400 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.06 |
| HSL | 53.22º | 1% | 0.47% | - |
| HSV(B) | 53.22º | 1% | 0.94% | - |
| XYZ | 59.14 | 65.44 | 9.51 | - |
| YUV | 195.91 | 17.45 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 0 | 0 | 0.11 | 1 | 0.06 | 53.22 | 1 | 0.47 |
| Hex | EF | D4 | 0 | 0 | B | 64 | 6 | 35 | 64 | 2F |
| Octal | 357 | 324 | 0 | 0 | 13 | 144 | 6 | 65 | 144 | 57 |
| Binary | 11101111 | 11010100 | 0 | 0 | 1011 | 1100100 | 110 | 110101 | 1100100 | 101111 |
Color Harmonies of #EFD400
Complementary color
Monochromatic Colors of #EFD400
Black with #EFD400
Text Example
Text Example
White with #EFD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD400; }
p { color: rgb(239,212,0); }
H1.HeaderClassName
{
color: #EFD400;
}
.AnyTagClassName
{
color: #EFD400;
}
</style>
background-color css
<style>
a { background-color: #EFD400; }
a { background-color: rgb(239,212,0); }
div.DivClassName
{
background-color: #EFD400;
}
.BgClassName
{
background-color: #EFD400;
}
</style>
border-color css
<style>
span { border-color: #EFD400; }
span { border-color: rgb(239,212,0); }
td.TdClassName
{
border-color: #EFD400;
}
.TagClassName
{
border-color: #EFD400;
}
</style>