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