Shades of Golden Dream #EFD036
Tints of Golden Dream #EFD036
RGB
CMYK
RGB Variations
Color information
#EFD036 (or 0xEFD036) is known color: Golden Dream. HEX triplet: EF, D0 and 36. RGB value is (239,208,54). Sum of RGB (Red+Green+Blue) = 239+208+54=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 54 (21.48% from 255 or 10.78% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD036 is #102FC9. Grayscale: #C8C8C8. Windows color (decimal): -1060810 or 3592431. OLE color: 3592431.
HSL color Cylindrical-coordinate representation of color #EFD036: hue angle of 49.95º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFD036 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 54 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.06 |
| HSL | 49.95º | 0.85% | 0.57% | - |
| HSV(B) | 49.95º | 0.77% | 0.94% | - |
| XYZ | 58.82 | 63.73 | 12.69 | - |
| YUV | 199.71 | 45.77 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 54 | 0 | 0.13 | 0.77 | 0.06 | 49.95 | 0.85 | 0.57 |
| Hex | EF | D0 | 36 | 0 | D | 4D | 6 | 32 | 55 | 39 |
| Octal | 357 | 320 | 66 | 0 | 15 | 115 | 6 | 62 | 125 | 71 |
| Binary | 11101111 | 11010000 | 110110 | 0 | 1101 | 1001101 | 110 | 110010 | 1010101 | 111001 |
Color Harmonies of #EFD036
Complementary color
Monochromatic Colors of #EFD036
Black with #EFD036
Text Example
Text Example
White with #EFD036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD036; }
p { color: rgb(239,208,54); }
H1.HeaderClassName
{
color: #EFD036;
}
.AnyTagClassName
{
color: #EFD036;
}
</style>
background-color css
<style>
a { background-color: #EFD036; }
a { background-color: rgb(239,208,54); }
div.DivClassName
{
background-color: #EFD036;
}
.BgClassName
{
background-color: #EFD036;
}
</style>
border-color css
<style>
span { border-color: #EFD036; }
span { border-color: rgb(239,208,54); }
td.TdClassName
{
border-color: #EFD036;
}
.TagClassName
{
border-color: #EFD036;
}
</style>