Shades of Golden Dream #EFCF3A
Tints of Golden Dream #EFCF3A
RGB
CMYK
RGB Variations
Color information
#EFCF3A (or 0xEFCF3A) is known color: Golden Dream. HEX triplet: EF, CF and 3A. RGB value is (239,207,58). Sum of RGB (Red+Green+Blue) = 239+207+58=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF3A is #1030C5. Grayscale: #C8C8C8. Windows color (decimal): -1061062 or 3854319. OLE color: 3854319.
HSL color Cylindrical-coordinate representation of color #EFCF3A: hue angle of 49.39º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFCF3A is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 58 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.06 |
| HSL | 49.39º | 0.85% | 0.58% | - |
| HSV(B) | 49.39º | 0.76% | 0.94% | - |
| XYZ | 58.67 | 63.28 | 13.13 | - |
| YUV | 199.58 | 48.1 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 58 | 0 | 0.13 | 0.76 | 0.06 | 49.39 | 0.85 | 0.58 |
| Hex | EF | CF | 3A | 0 | D | 4C | 6 | 31 | 55 | 3A |
| Octal | 357 | 317 | 72 | 0 | 15 | 114 | 6 | 61 | 125 | 72 |
| Binary | 11101111 | 11001111 | 111010 | 0 | 1101 | 1001100 | 110 | 110001 | 1010101 | 111010 |
Color Harmonies of #EFCF3A
Complementary color
Monochromatic Colors of #EFCF3A
Black with #EFCF3A
Text Example
Text Example
White with #EFCF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF3A; }
p { color: rgb(239,207,58); }
H1.HeaderClassName
{
color: #EFCF3A;
}
.AnyTagClassName
{
color: #EFCF3A;
}
</style>
background-color css
<style>
a { background-color: #EFCF3A; }
a { background-color: rgb(239,207,58); }
div.DivClassName
{
background-color: #EFCF3A;
}
.BgClassName
{
background-color: #EFCF3A;
}
</style>
border-color css
<style>
span { border-color: #EFCF3A; }
span { border-color: rgb(239,207,58); }
td.TdClassName
{
border-color: #EFCF3A;
}
.TagClassName
{
border-color: #EFCF3A;
}
</style>