Shades of Golden Dream #EFCF31
Tints of Golden Dream #EFCF31
RGB
CMYK
RGB Variations
Color information
#EFCF31 (or 0xEFCF31) is known color: Golden Dream. HEX triplet: EF, CF and 31. RGB value is (239,207,49). Sum of RGB (Red+Green+Blue) = 239+207+49=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF31 is #1030CE. Grayscale: #C7C7C7. Windows color (decimal): -1061071 or 3264495. OLE color: 3264495.
HSL color Cylindrical-coordinate representation of color #EFCF31: hue angle of 49.89º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFCF31 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 49 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.06 |
| HSL | 49.89º | 0.86% | 0.56% | - |
| HSV(B) | 49.89º | 0.79% | 0.94% | - |
| XYZ | 58.46 | 63.2 | 12.02 | - |
| YUV | 198.56 | 43.6 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 49 | 0 | 0.13 | 0.79 | 0.06 | 49.89 | 0.86 | 0.56 |
| Hex | EF | CF | 31 | 0 | D | 4F | 6 | 32 | 56 | 38 |
| Octal | 357 | 317 | 61 | 0 | 15 | 117 | 6 | 62 | 126 | 70 |
| Binary | 11101111 | 11001111 | 110001 | 0 | 1101 | 1001111 | 110 | 110010 | 1010110 | 111000 |
Color Harmonies of #EFCF31
Complementary color
Monochromatic Colors of #EFCF31
Black with #EFCF31
Text Example
Text Example
White with #EFCF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF31; }
p { color: rgb(239,207,49); }
H1.HeaderClassName
{
color: #EFCF31;
}
.AnyTagClassName
{
color: #EFCF31;
}
</style>
background-color css
<style>
a { background-color: #EFCF31; }
a { background-color: rgb(239,207,49); }
div.DivClassName
{
background-color: #EFCF31;
}
.BgClassName
{
background-color: #EFCF31;
}
</style>
border-color css
<style>
span { border-color: #EFCF31; }
span { border-color: rgb(239,207,49); }
td.TdClassName
{
border-color: #EFCF31;
}
.TagClassName
{
border-color: #EFCF31;
}
</style>