Shades of Gold #EFD20D
Tints of Gold #EFD20D
RGB
CMYK
RGB Variations
Color information
#EFD20D (or 0xEFD20D) is known color: Gold. HEX triplet: EF, D2 and 0D. RGB value is (239,210,13). Sum of RGB (Red+Green+Blue) = 239+210+13=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 13 (5.47% from 255 or 2.81% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD20D is #102DF2. Grayscale: #C5C5C5. Windows color (decimal): -1060339 or 905967. OLE color: 905967.
HSL color Cylindrical-coordinate representation of color #EFD20D: hue angle of 52.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFD20D is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 13 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.06 |
| HSL | 52.3º | 0.9% | 0.49% | - |
| HSV(B) | 52.3º | 0.95% | 0.94% | - |
| XYZ | 58.72 | 64.47 | 9.73 | - |
| YUV | 196.21 | 24.61 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 13 | 0 | 0.12 | 0.95 | 0.06 | 52.3 | 0.9 | 0.49 |
| Hex | EF | D2 | D | 0 | C | 5F | 6 | 34 | 5A | 31 |
| Octal | 357 | 322 | 15 | 0 | 14 | 137 | 6 | 64 | 132 | 61 |
| Binary | 11101111 | 11010010 | 1101 | 0 | 1100 | 1011111 | 110 | 110100 | 1011010 | 110001 |
Color Harmonies of #EFD20D
Complementary color
Monochromatic Colors of #EFD20D
Black with #EFD20D
Text Example
Text Example
White with #EFD20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD20D; }
p { color: rgb(239,210,13); }
H1.HeaderClassName
{
color: #EFD20D;
}
.AnyTagClassName
{
color: #EFD20D;
}
</style>
background-color css
<style>
a { background-color: #EFD20D; }
a { background-color: rgb(239,210,13); }
div.DivClassName
{
background-color: #EFD20D;
}
.BgClassName
{
background-color: #EFD20D;
}
</style>
border-color css
<style>
span { border-color: #EFD20D; }
span { border-color: rgb(239,210,13); }
td.TdClassName
{
border-color: #EFD20D;
}
.TagClassName
{
border-color: #EFD20D;
}
</style>