Shades of Golden Dream #EFCE37
Tints of Golden Dream #EFCE37
RGB
CMYK
RGB Variations
Color information
#EFCE37 (or 0xEFCE37) is known color: Golden Dream. HEX triplet: EF, CE and 37. RGB value is (239,206,55). Sum of RGB (Red+Green+Blue) = 239+206+55=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 55 (21.88% from 255 or 11% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE37 is #1031C8. Grayscale: #C7C7C7. Windows color (decimal): -1061321 or 3657455. OLE color: 3657455.
HSL color Cylindrical-coordinate representation of color #EFCE37: hue angle of 49.24º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFCE37 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 55 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.06 |
| HSL | 49.24º | 0.85% | 0.58% | - |
| HSV(B) | 49.24º | 0.77% | 0.94% | - |
| XYZ | 58.36 | 62.77 | 12.65 | - |
| YUV | 198.65 | 46.93 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 55 | 0 | 0.14 | 0.77 | 0.06 | 49.24 | 0.85 | 0.58 |
| Hex | EF | CE | 37 | 0 | E | 4D | 6 | 31 | 55 | 3A |
| Octal | 357 | 316 | 67 | 0 | 16 | 115 | 6 | 61 | 125 | 72 |
| Binary | 11101111 | 11001110 | 110111 | 0 | 1110 | 1001101 | 110 | 110001 | 1010101 | 111010 |
Color Harmonies of #EFCE37
Complementary color
Monochromatic Colors of #EFCE37
Black with #EFCE37
Text Example
Text Example
White with #EFCE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE37; }
p { color: rgb(239,206,55); }
H1.HeaderClassName
{
color: #EFCE37;
}
.AnyTagClassName
{
color: #EFCE37;
}
</style>
background-color css
<style>
a { background-color: #EFCE37; }
a { background-color: rgb(239,206,55); }
div.DivClassName
{
background-color: #EFCE37;
}
.BgClassName
{
background-color: #EFCE37;
}
</style>
border-color css
<style>
span { border-color: #EFCE37; }
span { border-color: rgb(239,206,55); }
td.TdClassName
{
border-color: #EFCE37;
}
.TagClassName
{
border-color: #EFCE37;
}
</style>