Shades of Golden Dream #EFD039
Tints of Golden Dream #EFD039
RGB
CMYK
RGB Variations
Color information
#EFD039 (or 0xEFD039) is known color: Golden Dream. HEX triplet: EF, D0 and 39. RGB value is (239,208,57). Sum of RGB (Red+Green+Blue) = 239+208+57=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 57 (22.66% from 255 or 11.31% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD039 is #102FC6. Grayscale: #C8C8C8. Windows color (decimal): -1060807 or 3789039. OLE color: 3789039.
HSL color Cylindrical-coordinate representation of color #EFD039: hue angle of 49.78º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFD039 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 57 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.06 |
| HSL | 49.78º | 0.85% | 0.58% | - |
| HSV(B) | 49.78º | 0.76% | 0.94% | - |
| XYZ | 58.89 | 63.76 | 13.07 | - |
| YUV | 200.06 | 47.27 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 57 | 0 | 0.13 | 0.76 | 0.06 | 49.78 | 0.85 | 0.58 |
| Hex | EF | D0 | 39 | 0 | D | 4C | 6 | 32 | 55 | 3A |
| Octal | 357 | 320 | 71 | 0 | 15 | 114 | 6 | 62 | 125 | 72 |
| Binary | 11101111 | 11010000 | 111001 | 0 | 1101 | 1001100 | 110 | 110010 | 1010101 | 111010 |
Color Harmonies of #EFD039
Complementary color
Monochromatic Colors of #EFD039
Black with #EFD039
Text Example
Text Example
White with #EFD039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD039; }
p { color: rgb(239,208,57); }
H1.HeaderClassName
{
color: #EFD039;
}
.AnyTagClassName
{
color: #EFD039;
}
</style>
background-color css
<style>
a { background-color: #EFD039; }
a { background-color: rgb(239,208,57); }
div.DivClassName
{
background-color: #EFD039;
}
.BgClassName
{
background-color: #EFD039;
}
</style>
border-color css
<style>
span { border-color: #EFD039; }
span { border-color: rgb(239,208,57); }
td.TdClassName
{
border-color: #EFD039;
}
.TagClassName
{
border-color: #EFD039;
}
</style>