Shades of Golden Dream #EFD237
Tints of Golden Dream #EFD237
RGB
CMYK
RGB Variations
Color information
#EFD237 (or 0xEFD237) is known color: Golden Dream. HEX triplet: EF, D2 and 37. RGB value is (239,210,55). Sum of RGB (Red+Green+Blue) = 239+210+55=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 55 (21.88% from 255 or 10.91% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD237 is #102DC8. Grayscale: #C9C9C9. Windows color (decimal): -1060297 or 3658479. OLE color: 3658479.
HSL color Cylindrical-coordinate representation of color #EFD237: hue angle of 50.54º 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 #EFD237 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 55 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.06 |
| HSL | 50.54º | 0.85% | 0.58% | - |
| HSV(B) | 50.54º | 0.77% | 0.94% | - |
| XYZ | 59.33 | 64.72 | 12.98 | - |
| YUV | 201 | 45.61 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 55 | 0 | 0.12 | 0.77 | 0.06 | 50.54 | 0.85 | 0.58 |
| Hex | EF | D2 | 37 | 0 | C | 4D | 6 | 33 | 55 | 3A |
| Octal | 357 | 322 | 67 | 0 | 14 | 115 | 6 | 63 | 125 | 72 |
| Binary | 11101111 | 11010010 | 110111 | 0 | 1100 | 1001101 | 110 | 110011 | 1010101 | 111010 |
Color Harmonies of #EFD237
Complementary color
Monochromatic Colors of #EFD237
Black with #EFD237
Text Example
Text Example
White with #EFD237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD237; }
p { color: rgb(239,210,55); }
H1.HeaderClassName
{
color: #EFD237;
}
.AnyTagClassName
{
color: #EFD237;
}
</style>
background-color css
<style>
a { background-color: #EFD237; }
a { background-color: rgb(239,210,55); }
div.DivClassName
{
background-color: #EFD237;
}
.BgClassName
{
background-color: #EFD237;
}
</style>
border-color css
<style>
span { border-color: #EFD237; }
span { border-color: rgb(239,210,55); }
td.TdClassName
{
border-color: #EFD237;
}
.TagClassName
{
border-color: #EFD237;
}
</style>