Shades of Golden Dream #EFD629
Tints of Golden Dream #EFD629
RGB
CMYK
RGB Variations
Color information
#EFD629 (or 0xEFD629) is known color: Golden Dream. HEX triplet: EF, D6 and 29. RGB value is (239,214,41). Sum of RGB (Red+Green+Blue) = 239+214+41=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 41 (16.41% from 255 or 8.30% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD629 is #1029D6. Grayscale: #CACACA. Windows color (decimal): -1059287 or 2741999. OLE color: 2741999.
HSL color Cylindrical-coordinate representation of color #EFD629: hue angle of 52.42º 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 #EFD629 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 41 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.06 |
| HSL | 52.42º | 0.86% | 0.55% | - |
| HSV(B) | 52.42º | 0.83% | 0.94% | - |
| XYZ | 60.04 | 66.6 | 11.79 | - |
| YUV | 201.75 | 37.28 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 41 | 0 | 0.10 | 0.83 | 0.06 | 52.42 | 0.86 | 0.55 |
| Hex | EF | D6 | 29 | 0 | A | 53 | 6 | 34 | 56 | 37 |
| Octal | 357 | 326 | 51 | 0 | 12 | 123 | 6 | 64 | 126 | 67 |
| Binary | 11101111 | 11010110 | 101001 | 0 | 1010 | 1010011 | 110 | 110100 | 1010110 | 110111 |
Color Harmonies of #EFD629
Complementary color
Monochromatic Colors of #EFD629
Black with #EFD629
Text Example
Text Example
White with #EFD629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD629; }
p { color: rgb(239,214,41); }
H1.HeaderClassName
{
color: #EFD629;
}
.AnyTagClassName
{
color: #EFD629;
}
</style>
background-color css
<style>
a { background-color: #EFD629; }
a { background-color: rgb(239,214,41); }
div.DivClassName
{
background-color: #EFD629;
}
.BgClassName
{
background-color: #EFD629;
}
</style>
border-color css
<style>
span { border-color: #EFD629; }
span { border-color: rgb(239,214,41); }
td.TdClassName
{
border-color: #EFD629;
}
.TagClassName
{
border-color: #EFD629;
}
</style>