Shades of Golden Dream #EFCE2D
Tints of Golden Dream #EFCE2D
RGB
CMYK
RGB Variations
Color information
#EFCE2D (or 0xEFCE2D) is known color: Golden Dream. HEX triplet: EF, CE and 2D. RGB value is (239,206,45). Sum of RGB (Red+Green+Blue) = 239+206+45=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE2D is #1031D2. Grayscale: #C6C6C6. Windows color (decimal): -1061331 or 3002095. OLE color: 3002095.
HSL color Cylindrical-coordinate representation of color #EFCE2D: hue angle of 49.79º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFCE2D is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 45 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.06 |
| HSL | 49.79º | 0.86% | 0.56% | - |
| HSV(B) | 49.79º | 0.81% | 0.94% | - |
| XYZ | 58.14 | 62.68 | 11.52 | - |
| YUV | 197.51 | 41.93 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 45 | 0 | 0.14 | 0.81 | 0.06 | 49.79 | 0.86 | 0.56 |
| Hex | EF | CE | 2D | 0 | E | 51 | 6 | 32 | 56 | 38 |
| Octal | 357 | 316 | 55 | 0 | 16 | 121 | 6 | 62 | 126 | 70 |
| Binary | 11101111 | 11001110 | 101101 | 0 | 1110 | 1010001 | 110 | 110010 | 1010110 | 111000 |
Color Harmonies of #EFCE2D
Complementary color
Monochromatic Colors of #EFCE2D
Black with #EFCE2D
Text Example
Text Example
White with #EFCE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE2D; }
p { color: rgb(239,206,45); }
H1.HeaderClassName
{
color: #EFCE2D;
}
.AnyTagClassName
{
color: #EFCE2D;
}
</style>
background-color css
<style>
a { background-color: #EFCE2D; }
a { background-color: rgb(239,206,45); }
div.DivClassName
{
background-color: #EFCE2D;
}
.BgClassName
{
background-color: #EFCE2D;
}
</style>
border-color css
<style>
span { border-color: #EFCE2D; }
span { border-color: rgb(239,206,45); }
td.TdClassName
{
border-color: #EFCE2D;
}
.TagClassName
{
border-color: #EFCE2D;
}
</style>