Shades of Golden Dream #EFCF37
Tints of Golden Dream #EFCF37
RGB
CMYK
RGB Variations
Color information
#EFCF37 (or 0xEFCF37) is known color: Golden Dream. HEX triplet: EF, CF and 37. RGB value is (239,207,55). Sum of RGB (Red+Green+Blue) = 239+207+55=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 55 (21.88% from 255 or 10.98% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF37 is #1030C8. Grayscale: #C7C7C7. Windows color (decimal): -1061065 or 3657711. OLE color: 3657711.
HSL color Cylindrical-coordinate representation of color #EFCF37: hue angle of 49.57º 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 #EFCF37 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 55 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.06 |
| HSL | 49.57º | 0.85% | 0.58% | - |
| HSV(B) | 49.57º | 0.77% | 0.94% | - |
| XYZ | 58.6 | 63.25 | 12.73 | - |
| YUV | 199.24 | 46.6 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 55 | 0 | 0.13 | 0.77 | 0.06 | 49.57 | 0.85 | 0.58 |
| Hex | EF | CF | 37 | 0 | D | 4D | 6 | 32 | 55 | 3A |
| Octal | 357 | 317 | 67 | 0 | 15 | 115 | 6 | 62 | 125 | 72 |
| Binary | 11101111 | 11001111 | 110111 | 0 | 1101 | 1001101 | 110 | 110010 | 1010101 | 111010 |
Color Harmonies of #EFCF37
Complementary color
Monochromatic Colors of #EFCF37
Black with #EFCF37
Text Example
Text Example
White with #EFCF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF37; }
p { color: rgb(239,207,55); }
H1.HeaderClassName
{
color: #EFCF37;
}
.AnyTagClassName
{
color: #EFCF37;
}
</style>
background-color css
<style>
a { background-color: #EFCF37; }
a { background-color: rgb(239,207,55); }
div.DivClassName
{
background-color: #EFCF37;
}
.BgClassName
{
background-color: #EFCF37;
}
</style>
border-color css
<style>
span { border-color: #EFCF37; }
span { border-color: rgb(239,207,55); }
td.TdClassName
{
border-color: #EFCF37;
}
.TagClassName
{
border-color: #EFCF37;
}
</style>