Shades of Golden Dream #EFCE36
Tints of Golden Dream #EFCE36
RGB
CMYK
RGB Variations
Color information
#EFCE36 (or 0xEFCE36) is known color: Golden Dream. HEX triplet: EF, CE and 36. RGB value is (239,206,54). Sum of RGB (Red+Green+Blue) = 239+206+54=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE36 is #1031C9. Grayscale: #C7C7C7. Windows color (decimal): -1061322 or 3591919. OLE color: 3591919.
HSL color Cylindrical-coordinate representation of color #EFCE36: hue angle of 49.3º 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 #EFCE36 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 54 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.06 |
| HSL | 49.3º | 0.85% | 0.57% | - |
| HSV(B) | 49.3º | 0.77% | 0.94% | - |
| XYZ | 58.33 | 62.76 | 12.53 | - |
| YUV | 198.54 | 46.43 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 54 | 0 | 0.14 | 0.77 | 0.06 | 49.3 | 0.85 | 0.57 |
| Hex | EF | CE | 36 | 0 | E | 4D | 6 | 31 | 55 | 39 |
| Octal | 357 | 316 | 66 | 0 | 16 | 115 | 6 | 61 | 125 | 71 |
| Binary | 11101111 | 11001110 | 110110 | 0 | 1110 | 1001101 | 110 | 110001 | 1010101 | 111001 |
Color Harmonies of #EFCE36
Complementary color
Monochromatic Colors of #EFCE36
Black with #EFCE36
Text Example
Text Example
White with #EFCE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE36; }
p { color: rgb(239,206,54); }
H1.HeaderClassName
{
color: #EFCE36;
}
.AnyTagClassName
{
color: #EFCE36;
}
</style>
background-color css
<style>
a { background-color: #EFCE36; }
a { background-color: rgb(239,206,54); }
div.DivClassName
{
background-color: #EFCE36;
}
.BgClassName
{
background-color: #EFCE36;
}
</style>
border-color css
<style>
span { border-color: #EFCE36; }
span { border-color: rgb(239,206,54); }
td.TdClassName
{
border-color: #EFCE36;
}
.TagClassName
{
border-color: #EFCE36;
}
</style>