Shades of Golden Dream #EFCD32
Tints of Golden Dream #EFCD32
RGB
CMYK
RGB Variations
Color information
#EFCD32 (or 0xEFCD32) is known color: Golden Dream. HEX triplet: EF, CD and 32. RGB value is (239,205,50). Sum of RGB (Red+Green+Blue) = 239+205+50=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD32 is #1032CD. Grayscale: #C6C6C6. Windows color (decimal): -1061582 or 3329519. OLE color: 3329519.
HSL color Cylindrical-coordinate representation of color #EFCD32: hue angle of 49.21º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFCD32 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 50 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.06 |
| HSL | 49.21º | 0.86% | 0.57% | - |
| HSV(B) | 49.21º | 0.79% | 0.94% | - |
| XYZ | 58 | 62.24 | 11.97 | - |
| YUV | 197.5 | 44.76 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 50 | 0 | 0.14 | 0.79 | 0.06 | 49.21 | 0.86 | 0.57 |
| Hex | EF | CD | 32 | 0 | E | 4F | 6 | 31 | 56 | 39 |
| Octal | 357 | 315 | 62 | 0 | 16 | 117 | 6 | 61 | 126 | 71 |
| Binary | 11101111 | 11001101 | 110010 | 0 | 1110 | 1001111 | 110 | 110001 | 1010110 | 111001 |
Color Harmonies of #EFCD32
Complementary color
Monochromatic Colors of #EFCD32
Black with #EFCD32
Text Example
Text Example
White with #EFCD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD32; }
p { color: rgb(239,205,50); }
H1.HeaderClassName
{
color: #EFCD32;
}
.AnyTagClassName
{
color: #EFCD32;
}
</style>
background-color css
<style>
a { background-color: #EFCD32; }
a { background-color: rgb(239,205,50); }
div.DivClassName
{
background-color: #EFCD32;
}
.BgClassName
{
background-color: #EFCD32;
}
</style>
border-color css
<style>
span { border-color: #EFCD32; }
span { border-color: rgb(239,205,50); }
td.TdClassName
{
border-color: #EFCD32;
}
.TagClassName
{
border-color: #EFCD32;
}
</style>