Shades of Gold #EFD102
Tints of Gold #EFD102
RGB
CMYK
RGB Variations
Color information
#EFD102 (or 0xEFD102) is known color: Gold. HEX triplet: EF, D1 and 02. RGB value is (239,209,2). Sum of RGB (Red+Green+Blue) = 239+209+2=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD102 is #102EFD. Grayscale: #C3C3C3. Windows color (decimal): -1060606 or 184815. OLE color: 184815.
HSL color Cylindrical-coordinate representation of color #EFD102: hue angle of 52.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFD102 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.06 |
| HSL | 52.41º | 0.98% | 0.47% | - |
| HSV(B) | 52.41º | 0.99% | 0.94% | - |
| XYZ | 58.41 | 63.96 | 9.32 | - |
| YUV | 194.37 | 19.44 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 2 | 0 | 0.13 | 0.99 | 0.06 | 52.41 | 0.98 | 0.47 |
| Hex | EF | D1 | 2 | 0 | D | 63 | 6 | 34 | 62 | 2F |
| Octal | 357 | 321 | 2 | 0 | 15 | 143 | 6 | 64 | 142 | 57 |
| Binary | 11101111 | 11010001 | 10 | 0 | 1101 | 1100011 | 110 | 110100 | 1100010 | 101111 |
Color Harmonies of #EFD102
Complementary color
Monochromatic Colors of #EFD102
Black with #EFD102
Text Example
Text Example
White with #EFD102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD102; }
p { color: rgb(239,209,2); }
H1.HeaderClassName
{
color: #EFD102;
}
.AnyTagClassName
{
color: #EFD102;
}
</style>
background-color css
<style>
a { background-color: #EFD102; }
a { background-color: rgb(239,209,2); }
div.DivClassName
{
background-color: #EFD102;
}
.BgClassName
{
background-color: #EFD102;
}
</style>
border-color css
<style>
span { border-color: #EFD102; }
span { border-color: rgb(239,209,2); }
td.TdClassName
{
border-color: #EFD102;
}
.TagClassName
{
border-color: #EFD102;
}
</style>