Shades of Gold #EFD40A
Tints of Gold #EFD40A
RGB
CMYK
RGB Variations
Color information
#EFD40A (or 0xEFD40A) is known color: Gold. HEX triplet: EF, D4 and 0A. RGB value is (239,212,10). Sum of RGB (Red+Green+Blue) = 239+212+10=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD40A is #102BF5. Grayscale: #C5C5C5. Windows color (decimal): -1059830 or 709871. OLE color: 709871.
HSL color Cylindrical-coordinate representation of color #EFD40A: hue angle of 52.93º degrees, saturation: 0.92, 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 #EFD40A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 10 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.06 |
| HSL | 52.93º | 0.92% | 0.49% | - |
| HSV(B) | 52.93º | 0.96% | 0.94% | - |
| XYZ | 59.19 | 65.46 | 9.8 | - |
| YUV | 197.05 | 22.45 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 10 | 0 | 0.11 | 0.96 | 0.06 | 52.93 | 0.92 | 0.49 |
| Hex | EF | D4 | A | 0 | B | 60 | 6 | 35 | 5C | 31 |
| Octal | 357 | 324 | 12 | 0 | 13 | 140 | 6 | 65 | 134 | 61 |
| Binary | 11101111 | 11010100 | 1010 | 0 | 1011 | 1100000 | 110 | 110101 | 1011100 | 110001 |
Color Harmonies of #EFD40A
Complementary color
Monochromatic Colors of #EFD40A
Black with #EFD40A
Text Example
Text Example
White with #EFD40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD40A; }
p { color: rgb(239,212,10); }
H1.HeaderClassName
{
color: #EFD40A;
}
.AnyTagClassName
{
color: #EFD40A;
}
</style>
background-color css
<style>
a { background-color: #EFD40A; }
a { background-color: rgb(239,212,10); }
div.DivClassName
{
background-color: #EFD40A;
}
.BgClassName
{
background-color: #EFD40A;
}
</style>
border-color css
<style>
span { border-color: #EFD40A; }
span { border-color: rgb(239,212,10); }
td.TdClassName
{
border-color: #EFD40A;
}
.TagClassName
{
border-color: #EFD40A;
}
</style>