Shades of Golden Dream #EFD337
Tints of Golden Dream #EFD337
RGB
CMYK
RGB Variations
Color information
#EFD337 (or 0xEFD337) is known color: Golden Dream. HEX triplet: EF, D3 and 37. RGB value is (239,211,55). Sum of RGB (Red+Green+Blue) = 239+211+55=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 55 (21.88% from 255 or 10.89% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD337 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD337 is #102CC8. Grayscale: #CACACA. Windows color (decimal): -1060041 or 3658735. OLE color: 3658735.
HSL color Cylindrical-coordinate representation of color #EFD337: hue angle of 50.87º 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 #EFD337 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 55 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.06 |
| HSL | 50.87º | 0.85% | 0.58% | - |
| HSV(B) | 50.87º | 0.77% | 0.94% | - |
| XYZ | 59.58 | 65.22 | 13.06 | - |
| YUV | 201.59 | 45.28 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 55 | 0 | 0.12 | 0.77 | 0.06 | 50.87 | 0.85 | 0.58 |
| Hex | EF | D3 | 37 | 0 | C | 4D | 6 | 33 | 55 | 3A |
| Octal | 357 | 323 | 67 | 0 | 14 | 115 | 6 | 63 | 125 | 72 |
| Binary | 11101111 | 11010011 | 110111 | 0 | 1100 | 1001101 | 110 | 110011 | 1010101 | 111010 |
Color Harmonies of #EFD337
Complementary color
Monochromatic Colors of #EFD337
Black with #EFD337
Text Example
Text Example
White with #EFD337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD337; }
p { color: rgb(239,211,55); }
H1.HeaderClassName
{
color: #EFD337;
}
.AnyTagClassName
{
color: #EFD337;
}
</style>
background-color css
<style>
a { background-color: #EFD337; }
a { background-color: rgb(239,211,55); }
div.DivClassName
{
background-color: #EFD337;
}
.BgClassName
{
background-color: #EFD337;
}
</style>
border-color css
<style>
span { border-color: #EFD337; }
span { border-color: rgb(239,211,55); }
td.TdClassName
{
border-color: #EFD337;
}
.TagClassName
{
border-color: #EFD337;
}
</style>