Shades of Golden Dream #EFCF36
Tints of Golden Dream #EFCF36
RGB
CMYK
RGB Variations
Color information
#EFCF36 (or 0xEFCF36) is known color: Golden Dream. HEX triplet: EF, CF and 36. RGB value is (239,207,54). Sum of RGB (Red+Green+Blue) = 239+207+54=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 54 (21.48% from 255 or 10.8% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF36 is #1030C9. Grayscale: #C7C7C7. Windows color (decimal): -1061066 or 3592175. OLE color: 3592175.
HSL color Cylindrical-coordinate representation of color #EFCF36: hue angle of 49.62º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFCF36 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 54 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.06 |
| HSL | 49.62º | 0.85% | 0.57% | - |
| HSV(B) | 49.62º | 0.77% | 0.94% | - |
| XYZ | 58.58 | 63.24 | 12.61 | - |
| YUV | 199.13 | 46.1 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 54 | 0 | 0.13 | 0.77 | 0.06 | 49.62 | 0.85 | 0.57 |
| Hex | EF | CF | 36 | 0 | D | 4D | 6 | 32 | 55 | 39 |
| Octal | 357 | 317 | 66 | 0 | 15 | 115 | 6 | 62 | 125 | 71 |
| Binary | 11101111 | 11001111 | 110110 | 0 | 1101 | 1001101 | 110 | 110010 | 1010101 | 111001 |
Color Harmonies of #EFCF36
Complementary color
Monochromatic Colors of #EFCF36
Black with #EFCF36
Text Example
Text Example
White with #EFCF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF36; }
p { color: rgb(239,207,54); }
H1.HeaderClassName
{
color: #EFCF36;
}
.AnyTagClassName
{
color: #EFCF36;
}
</style>
background-color css
<style>
a { background-color: #EFCF36; }
a { background-color: rgb(239,207,54); }
div.DivClassName
{
background-color: #EFCF36;
}
.BgClassName
{
background-color: #EFCF36;
}
</style>
border-color css
<style>
span { border-color: #EFCF36; }
span { border-color: rgb(239,207,54); }
td.TdClassName
{
border-color: #EFCF36;
}
.TagClassName
{
border-color: #EFCF36;
}
</style>