Shades of Golden Dream #EFCD31
Tints of Golden Dream #EFCD31
RGB
CMYK
RGB Variations
Color information
#EFCD31 (or 0xEFCD31) is known color: Golden Dream. HEX triplet: EF, CD and 31. RGB value is (239,205,49). Sum of RGB (Red+Green+Blue) = 239+205+49=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD31 is #1032CE. Grayscale: #C6C6C6. Windows color (decimal): -1061583 or 3263983. OLE color: 3263983.
HSL color Cylindrical-coordinate representation of color #EFCD31: hue angle of 49.26º 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 #EFCD31 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 49 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.06 |
| HSL | 49.26º | 0.86% | 0.56% | - |
| HSV(B) | 49.26º | 0.79% | 0.94% | - |
| XYZ | 57.98 | 62.24 | 11.86 | - |
| YUV | 197.38 | 44.26 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 49 | 0 | 0.14 | 0.79 | 0.06 | 49.26 | 0.86 | 0.56 |
| Hex | EF | CD | 31 | 0 | E | 4F | 6 | 31 | 56 | 38 |
| Octal | 357 | 315 | 61 | 0 | 16 | 117 | 6 | 61 | 126 | 70 |
| Binary | 11101111 | 11001101 | 110001 | 0 | 1110 | 1001111 | 110 | 110001 | 1010110 | 111000 |
Color Harmonies of #EFCD31
Complementary color
Monochromatic Colors of #EFCD31
Black with #EFCD31
Text Example
Text Example
White with #EFCD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD31; }
p { color: rgb(239,205,49); }
H1.HeaderClassName
{
color: #EFCD31;
}
.AnyTagClassName
{
color: #EFCD31;
}
</style>
background-color css
<style>
a { background-color: #EFCD31; }
a { background-color: rgb(239,205,49); }
div.DivClassName
{
background-color: #EFCD31;
}
.BgClassName
{
background-color: #EFCD31;
}
</style>
border-color css
<style>
span { border-color: #EFCD31; }
span { border-color: rgb(239,205,49); }
td.TdClassName
{
border-color: #EFCD31;
}
.TagClassName
{
border-color: #EFCD31;
}
</style>