Shades of Golden Dream #EFCE39
Tints of Golden Dream #EFCE39
RGB
CMYK
RGB Variations
Color information
#EFCE39 (or 0xEFCE39) is known color: Golden Dream. HEX triplet: EF, CE and 39. RGB value is (239,206,57). Sum of RGB (Red+Green+Blue) = 239+206+57=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 57 (22.66% from 255 or 11.35% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE39 is #1031C6. Grayscale: #C7C7C7. Windows color (decimal): -1061319 or 3788527. OLE color: 3788527.
HSL color Cylindrical-coordinate representation of color #EFCE39: hue angle of 49.12º 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 #EFCE39 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 57 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.06 |
| HSL | 49.12º | 0.85% | 0.58% | - |
| HSV(B) | 49.12º | 0.76% | 0.94% | - |
| XYZ | 58.41 | 62.79 | 12.91 | - |
| YUV | 198.88 | 47.93 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 57 | 0 | 0.14 | 0.76 | 0.06 | 49.12 | 0.85 | 0.58 |
| Hex | EF | CE | 39 | 0 | E | 4C | 6 | 31 | 55 | 3A |
| Octal | 357 | 316 | 71 | 0 | 16 | 114 | 6 | 61 | 125 | 72 |
| Binary | 11101111 | 11001110 | 111001 | 0 | 1110 | 1001100 | 110 | 110001 | 1010101 | 111010 |
Color Harmonies of #EFCE39
Complementary color
Monochromatic Colors of #EFCE39
Black with #EFCE39
Text Example
Text Example
White with #EFCE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE39; }
p { color: rgb(239,206,57); }
H1.HeaderClassName
{
color: #EFCE39;
}
.AnyTagClassName
{
color: #EFCE39;
}
</style>
background-color css
<style>
a { background-color: #EFCE39; }
a { background-color: rgb(239,206,57); }
div.DivClassName
{
background-color: #EFCE39;
}
.BgClassName
{
background-color: #EFCE39;
}
</style>
border-color css
<style>
span { border-color: #EFCE39; }
span { border-color: rgb(239,206,57); }
td.TdClassName
{
border-color: #EFCE39;
}
.TagClassName
{
border-color: #EFCE39;
}
</style>