Shades of Golden Dream #EFCF2C
Tints of Golden Dream #EFCF2C
RGB
CMYK
RGB Variations
Color information
#EFCF2C (or 0xEFCF2C) is known color: Golden Dream. HEX triplet: EF, CF and 2C. RGB value is (239,207,44). Sum of RGB (Red+Green+Blue) = 239+207+44=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF2C is #1030D3. Grayscale: #C6C6C6. Windows color (decimal): -1061076 or 2936815. OLE color: 2936815.
HSL color Cylindrical-coordinate representation of color #EFCF2C: hue angle of 50.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFCF2C is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 44 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.06 |
| HSL | 50.15º | 0.86% | 0.55% | - |
| HSV(B) | 50.15º | 0.82% | 0.94% | - |
| XYZ | 58.36 | 63.16 | 11.5 | - |
| YUV | 197.99 | 41.1 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 44 | 0 | 0.13 | 0.82 | 0.06 | 50.15 | 0.86 | 0.55 |
| Hex | EF | CF | 2C | 0 | D | 52 | 6 | 32 | 56 | 37 |
| Octal | 357 | 317 | 54 | 0 | 15 | 122 | 6 | 62 | 126 | 67 |
| Binary | 11101111 | 11001111 | 101100 | 0 | 1101 | 1010010 | 110 | 110010 | 1010110 | 110111 |
Color Harmonies of #EFCF2C
Complementary color
Monochromatic Colors of #EFCF2C
Black with #EFCF2C
Text Example
Text Example
White with #EFCF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF2C; }
p { color: rgb(239,207,44); }
H1.HeaderClassName
{
color: #EFCF2C;
}
.AnyTagClassName
{
color: #EFCF2C;
}
</style>
background-color css
<style>
a { background-color: #EFCF2C; }
a { background-color: rgb(239,207,44); }
div.DivClassName
{
background-color: #EFCF2C;
}
.BgClassName
{
background-color: #EFCF2C;
}
</style>
border-color css
<style>
span { border-color: #EFCF2C; }
span { border-color: rgb(239,207,44); }
td.TdClassName
{
border-color: #EFCF2C;
}
.TagClassName
{
border-color: #EFCF2C;
}
</style>