Shades of Golden Dream #EFD239
Tints of Golden Dream #EFD239
RGB
CMYK
RGB Variations
Color information
#EFD239 (or 0xEFD239) is known color: Golden Dream. HEX triplet: EF, D2 and 39. RGB value is (239,210,57). Sum of RGB (Red+Green+Blue) = 239+210+57=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 57 (22.66% from 255 or 11.26% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD239 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD239 is #102DC6. Grayscale: #C9C9C9. Windows color (decimal): -1060295 or 3789551. OLE color: 3789551.
HSL color Cylindrical-coordinate representation of color #EFD239: hue angle of 50.44º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFD239 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 57 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.06 |
| HSL | 50.44º | 0.85% | 0.58% | - |
| HSV(B) | 50.44º | 0.76% | 0.94% | - |
| XYZ | 59.38 | 64.74 | 13.24 | - |
| YUV | 201.23 | 46.61 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 57 | 0 | 0.12 | 0.76 | 0.06 | 50.44 | 0.85 | 0.58 |
| Hex | EF | D2 | 39 | 0 | C | 4C | 6 | 32 | 55 | 3A |
| Octal | 357 | 322 | 71 | 0 | 14 | 114 | 6 | 62 | 125 | 72 |
| Binary | 11101111 | 11010010 | 111001 | 0 | 1100 | 1001100 | 110 | 110010 | 1010101 | 111010 |
Color Harmonies of #EFD239
Complementary color
Monochromatic Colors of #EFD239
Black with #EFD239
Text Example
Text Example
White with #EFD239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD239; }
p { color: rgb(239,210,57); }
H1.HeaderClassName
{
color: #EFD239;
}
.AnyTagClassName
{
color: #EFD239;
}
</style>
background-color css
<style>
a { background-color: #EFD239; }
a { background-color: rgb(239,210,57); }
div.DivClassName
{
background-color: #EFD239;
}
.BgClassName
{
background-color: #EFD239;
}
</style>
border-color css
<style>
span { border-color: #EFD239; }
span { border-color: rgb(239,210,57); }
td.TdClassName
{
border-color: #EFD239;
}
.TagClassName
{
border-color: #EFD239;
}
</style>