Shades of Golden Dream #EFD529
Tints of Golden Dream #EFD529
RGB
CMYK
RGB Variations
Color information
#EFD529 (or 0xEFD529) is known color: Golden Dream. HEX triplet: EF, D5 and 29. RGB value is (239,213,41). Sum of RGB (Red+Green+Blue) = 239+213+41=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 41 (16.41% from 255 or 8.32% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD529 is #102AD6. Grayscale: #C9C9C9. Windows color (decimal): -1059543 or 2741743. OLE color: 2741743.
HSL color Cylindrical-coordinate representation of color #EFD529: hue angle of 52.12º 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 #EFD529 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 41 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.06 |
| HSL | 52.12º | 0.86% | 0.55% | - |
| HSV(B) | 52.12º | 0.83% | 0.94% | - |
| XYZ | 59.79 | 66.1 | 11.7 | - |
| YUV | 201.17 | 37.61 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 41 | 0 | 0.11 | 0.83 | 0.06 | 52.12 | 0.86 | 0.55 |
| Hex | EF | D5 | 29 | 0 | B | 53 | 6 | 34 | 56 | 37 |
| Octal | 357 | 325 | 51 | 0 | 13 | 123 | 6 | 64 | 126 | 67 |
| Binary | 11101111 | 11010101 | 101001 | 0 | 1011 | 1010011 | 110 | 110100 | 1010110 | 110111 |
Color Harmonies of #EFD529
Complementary color
Monochromatic Colors of #EFD529
Black with #EFD529
Text Example
Text Example
White with #EFD529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD529; }
p { color: rgb(239,213,41); }
H1.HeaderClassName
{
color: #EFD529;
}
.AnyTagClassName
{
color: #EFD529;
}
</style>
background-color css
<style>
a { background-color: #EFD529; }
a { background-color: rgb(239,213,41); }
div.DivClassName
{
background-color: #EFD529;
}
.BgClassName
{
background-color: #EFD529;
}
</style>
border-color css
<style>
span { border-color: #EFD529; }
span { border-color: rgb(239,213,41); }
td.TdClassName
{
border-color: #EFD529;
}
.TagClassName
{
border-color: #EFD529;
}
</style>