Shades of Golden Dream #EFCE2C
Tints of Golden Dream #EFCE2C
RGB
CMYK
RGB Variations
Color information
#EFCE2C (or 0xEFCE2C) is known color: Golden Dream. HEX triplet: EF, CE and 2C. RGB value is (239,206,44). Sum of RGB (Red+Green+Blue) = 239+206+44=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 44 (17.58% from 255 or 9.00% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE2C is #1031D3. Grayscale: #C6C6C6. Windows color (decimal): -1061332 or 2936559. OLE color: 2936559.
HSL color Cylindrical-coordinate representation of color #EFCE2C: hue angle of 49.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFCE2C is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 44 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.06 |
| HSL | 49.85º | 0.86% | 0.55% | - |
| HSV(B) | 49.85º | 0.82% | 0.94% | - |
| XYZ | 58.12 | 62.68 | 11.42 | - |
| YUV | 197.4 | 41.43 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 44 | 0 | 0.14 | 0.82 | 0.06 | 49.85 | 0.86 | 0.55 |
| Hex | EF | CE | 2C | 0 | E | 52 | 6 | 32 | 56 | 37 |
| Octal | 357 | 316 | 54 | 0 | 16 | 122 | 6 | 62 | 126 | 67 |
| Binary | 11101111 | 11001110 | 101100 | 0 | 1110 | 1010010 | 110 | 110010 | 1010110 | 110111 |
Color Harmonies of #EFCE2C
Complementary color
Monochromatic Colors of #EFCE2C
Black with #EFCE2C
Text Example
Text Example
White with #EFCE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE2C; }
p { color: rgb(239,206,44); }
H1.HeaderClassName
{
color: #EFCE2C;
}
.AnyTagClassName
{
color: #EFCE2C;
}
</style>
background-color css
<style>
a { background-color: #EFCE2C; }
a { background-color: rgb(239,206,44); }
div.DivClassName
{
background-color: #EFCE2C;
}
.BgClassName
{
background-color: #EFCE2C;
}
</style>
border-color css
<style>
span { border-color: #EFCE2C; }
span { border-color: rgb(239,206,44); }
td.TdClassName
{
border-color: #EFCE2C;
}
.TagClassName
{
border-color: #EFCE2C;
}
</style>