Shades of Golden Dream #EFCD34
Tints of Golden Dream #EFCD34
RGB
CMYK
RGB Variations
Color information
#EFCD34 (or 0xEFCD34) is known color: Golden Dream. HEX triplet: EF, CD and 34. RGB value is (239,205,52). Sum of RGB (Red+Green+Blue) = 239+205+52=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD34 is #1032CB. Grayscale: #C6C6C6. Windows color (decimal): -1061580 or 3460591. OLE color: 3460591.
HSL color Cylindrical-coordinate representation of color #EFCD34: hue angle of 49.09º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFCD34 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 52 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.06 |
| HSL | 49.09º | 0.85% | 0.57% | - |
| HSV(B) | 49.09º | 0.78% | 0.94% | - |
| XYZ | 58.05 | 62.26 | 12.21 | - |
| YUV | 197.72 | 45.76 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 52 | 0 | 0.14 | 0.78 | 0.06 | 49.09 | 0.85 | 0.57 |
| Hex | EF | CD | 34 | 0 | E | 4E | 6 | 31 | 55 | 39 |
| Octal | 357 | 315 | 64 | 0 | 16 | 116 | 6 | 61 | 125 | 71 |
| Binary | 11101111 | 11001101 | 110100 | 0 | 1110 | 1001110 | 110 | 110001 | 1010101 | 111001 |
Color Harmonies of #EFCD34
Complementary color
Monochromatic Colors of #EFCD34
Black with #EFCD34
Text Example
Text Example
White with #EFCD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD34; }
p { color: rgb(239,205,52); }
H1.HeaderClassName
{
color: #EFCD34;
}
.AnyTagClassName
{
color: #EFCD34;
}
</style>
background-color css
<style>
a { background-color: #EFCD34; }
a { background-color: rgb(239,205,52); }
div.DivClassName
{
background-color: #EFCD34;
}
.BgClassName
{
background-color: #EFCD34;
}
</style>
border-color css
<style>
span { border-color: #EFCD34; }
span { border-color: rgb(239,205,52); }
td.TdClassName
{
border-color: #EFCD34;
}
.TagClassName
{
border-color: #EFCD34;
}
</style>