Shades of Golden Dream #EFD229
Tints of Golden Dream #EFD229
RGB
CMYK
RGB Variations
Color information
#EFD229 (or 0xEFD229) is known color: Golden Dream. HEX triplet: EF, D2 and 29. RGB value is (239,210,41). Sum of RGB (Red+Green+Blue) = 239+210+41=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 41 (16.41% from 255 or 8.37% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD229 is #102DD6. Grayscale: #C8C8C8. Windows color (decimal): -1060311 or 2740975. OLE color: 2740975.
HSL color Cylindrical-coordinate representation of color #EFD229: hue angle of 51.21º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFD229 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 41 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.06 |
| HSL | 51.21º | 0.86% | 0.55% | - |
| HSV(B) | 51.21º | 0.83% | 0.94% | - |
| XYZ | 59.04 | 64.6 | 11.46 | - |
| YUV | 199.41 | 38.61 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 41 | 0 | 0.12 | 0.83 | 0.06 | 51.21 | 0.86 | 0.55 |
| Hex | EF | D2 | 29 | 0 | C | 53 | 6 | 33 | 56 | 37 |
| Octal | 357 | 322 | 51 | 0 | 14 | 123 | 6 | 63 | 126 | 67 |
| Binary | 11101111 | 11010010 | 101001 | 0 | 1100 | 1010011 | 110 | 110011 | 1010110 | 110111 |
Color Harmonies of #EFD229
Complementary color
Monochromatic Colors of #EFD229
Black with #EFD229
Text Example
Text Example
White with #EFD229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD229; }
p { color: rgb(239,210,41); }
H1.HeaderClassName
{
color: #EFD229;
}
.AnyTagClassName
{
color: #EFD229;
}
</style>
background-color css
<style>
a { background-color: #EFD229; }
a { background-color: rgb(239,210,41); }
div.DivClassName
{
background-color: #EFD229;
}
.BgClassName
{
background-color: #EFD229;
}
</style>
border-color css
<style>
span { border-color: #EFD229; }
span { border-color: rgb(239,210,41); }
td.TdClassName
{
border-color: #EFD229;
}
.TagClassName
{
border-color: #EFD229;
}
</style>