Shades of Gold #EFD10C
Tints of Gold #EFD10C
RGB
CMYK
RGB Variations
Color information
#EFD10C (or 0xEFD10C) is known color: Gold. HEX triplet: EF, D1 and 0C. RGB value is (239,209,12). Sum of RGB (Red+Green+Blue) = 239+209+12=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD10C is #102EF3. Grayscale: #C4C4C4. Windows color (decimal): -1060596 or 840175. OLE color: 840175.
HSL color Cylindrical-coordinate representation of color #EFD10C: hue angle of 52.07º 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 #EFD10C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.06 |
| HSL | 52.07º | 0.9% | 0.49% | - |
| HSV(B) | 52.07º | 0.95% | 0.94% | - |
| XYZ | 58.46 | 63.98 | 9.62 | - |
| YUV | 195.51 | 24.44 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 12 | 0 | 0.13 | 0.95 | 0.06 | 52.07 | 0.9 | 0.49 |
| Hex | EF | D1 | C | 0 | D | 5F | 6 | 34 | 5A | 31 |
| Octal | 357 | 321 | 14 | 0 | 15 | 137 | 6 | 64 | 132 | 61 |
| Binary | 11101111 | 11010001 | 1100 | 0 | 1101 | 1011111 | 110 | 110100 | 1011010 | 110001 |
Color Harmonies of #EFD10C
Complementary color
Monochromatic Colors of #EFD10C
Black with #EFD10C
Text Example
Text Example
White with #EFD10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD10C; }
p { color: rgb(239,209,12); }
H1.HeaderClassName
{
color: #EFD10C;
}
.AnyTagClassName
{
color: #EFD10C;
}
</style>
background-color css
<style>
a { background-color: #EFD10C; }
a { background-color: rgb(239,209,12); }
div.DivClassName
{
background-color: #EFD10C;
}
.BgClassName
{
background-color: #EFD10C;
}
</style>
border-color css
<style>
span { border-color: #EFD10C; }
span { border-color: rgb(239,209,12); }
td.TdClassName
{
border-color: #EFD10C;
}
.TagClassName
{
border-color: #EFD10C;
}
</style>