Shades of Golden Dream #EFD129
Tints of Golden Dream #EFD129
RGB
CMYK
RGB Variations
Color information
#EFD129 (or 0xEFD129) is known color: Golden Dream. HEX triplet: EF, D1 and 29. RGB value is (239,209,41). Sum of RGB (Red+Green+Blue) = 239+209+41=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 41 (16.41% from 255 or 8.38% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD129 is #102ED6. Grayscale: #C7C7C7. Windows color (decimal): -1060567 or 2740719. OLE color: 2740719.
HSL color Cylindrical-coordinate representation of color #EFD129: hue angle of 50.91º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFD129 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 41 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.06 |
| HSL | 50.91º | 0.86% | 0.55% | - |
| HSV(B) | 50.91º | 0.83% | 0.94% | - |
| XYZ | 58.8 | 64.11 | 11.37 | - |
| YUV | 198.82 | 38.94 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 41 | 0 | 0.13 | 0.83 | 0.06 | 50.91 | 0.86 | 0.55 |
| Hex | EF | D1 | 29 | 0 | D | 53 | 6 | 33 | 56 | 37 |
| Octal | 357 | 321 | 51 | 0 | 15 | 123 | 6 | 63 | 126 | 67 |
| Binary | 11101111 | 11010001 | 101001 | 0 | 1101 | 1010011 | 110 | 110011 | 1010110 | 110111 |
Color Harmonies of #EFD129
Complementary color
Monochromatic Colors of #EFD129
Black with #EFD129
Text Example
Text Example
White with #EFD129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD129; }
p { color: rgb(239,209,41); }
H1.HeaderClassName
{
color: #EFD129;
}
.AnyTagClassName
{
color: #EFD129;
}
</style>
background-color css
<style>
a { background-color: #EFD129; }
a { background-color: rgb(239,209,41); }
div.DivClassName
{
background-color: #EFD129;
}
.BgClassName
{
background-color: #EFD129;
}
</style>
border-color css
<style>
span { border-color: #EFD129; }
span { border-color: rgb(239,209,41); }
td.TdClassName
{
border-color: #EFD129;
}
.TagClassName
{
border-color: #EFD129;
}
</style>