Shades of Golden Dream #EFCD2D
Tints of Golden Dream #EFCD2D
RGB
CMYK
RGB Variations
Color information
#EFCD2D (or 0xEFCD2D) is known color: Golden Dream. HEX triplet: EF, CD and 2D. RGB value is (239,205,45). Sum of RGB (Red+Green+Blue) = 239+205+45=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD2D is #1032D2. Grayscale: #C5C5C5. Windows color (decimal): -1061587 or 3001839. OLE color: 3001839.
HSL color Cylindrical-coordinate representation of color #EFCD2D: hue angle of 49.48º 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 #EFCD2D is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 45 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.06 |
| HSL | 49.48º | 0.86% | 0.56% | - |
| HSV(B) | 49.48º | 0.81% | 0.94% | - |
| XYZ | 57.9 | 62.2 | 11.44 | - |
| YUV | 196.93 | 42.26 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 45 | 0 | 0.14 | 0.81 | 0.06 | 49.48 | 0.86 | 0.56 |
| Hex | EF | CD | 2D | 0 | E | 51 | 6 | 31 | 56 | 38 |
| Octal | 357 | 315 | 55 | 0 | 16 | 121 | 6 | 61 | 126 | 70 |
| Binary | 11101111 | 11001101 | 101101 | 0 | 1110 | 1010001 | 110 | 110001 | 1010110 | 111000 |
Color Harmonies of #EFCD2D
Complementary color
Monochromatic Colors of #EFCD2D
Black with #EFCD2D
Text Example
Text Example
White with #EFCD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD2D; }
p { color: rgb(239,205,45); }
H1.HeaderClassName
{
color: #EFCD2D;
}
.AnyTagClassName
{
color: #EFCD2D;
}
</style>
background-color css
<style>
a { background-color: #EFCD2D; }
a { background-color: rgb(239,205,45); }
div.DivClassName
{
background-color: #EFCD2D;
}
.BgClassName
{
background-color: #EFCD2D;
}
</style>
border-color css
<style>
span { border-color: #EFCD2D; }
span { border-color: rgb(239,205,45); }
td.TdClassName
{
border-color: #EFCD2D;
}
.TagClassName
{
border-color: #EFCD2D;
}
</style>