Shades of Golden Dream #EFD038
Tints of Golden Dream #EFD038
RGB
CMYK
RGB Variations
Color information
#EFD038 (or 0xEFD038) is known color: Golden Dream. HEX triplet: EF, D0 and 38. RGB value is (239,208,56). Sum of RGB (Red+Green+Blue) = 239+208+56=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 56 (22.27% from 255 or 11.13% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD038 is #102FC7. Grayscale: #C8C8C8. Windows color (decimal): -1060808 or 3723503. OLE color: 3723503.
HSL color Cylindrical-coordinate representation of color #EFD038: hue angle of 49.84º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFD038 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 56 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.06 |
| HSL | 49.84º | 0.85% | 0.58% | - |
| HSV(B) | 49.84º | 0.77% | 0.94% | - |
| XYZ | 58.87 | 63.75 | 12.94 | - |
| YUV | 199.94 | 46.77 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 56 | 0 | 0.13 | 0.77 | 0.06 | 49.84 | 0.85 | 0.58 |
| Hex | EF | D0 | 38 | 0 | D | 4D | 6 | 32 | 55 | 3A |
| Octal | 357 | 320 | 70 | 0 | 15 | 115 | 6 | 62 | 125 | 72 |
| Binary | 11101111 | 11010000 | 111000 | 0 | 1101 | 1001101 | 110 | 110010 | 1010101 | 111010 |
Color Harmonies of #EFD038
Complementary color
Monochromatic Colors of #EFD038
Black with #EFD038
Text Example
Text Example
White with #EFD038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD038; }
p { color: rgb(239,208,56); }
H1.HeaderClassName
{
color: #EFD038;
}
.AnyTagClassName
{
color: #EFD038;
}
</style>
background-color css
<style>
a { background-color: #EFD038; }
a { background-color: rgb(239,208,56); }
div.DivClassName
{
background-color: #EFD038;
}
.BgClassName
{
background-color: #EFD038;
}
</style>
border-color css
<style>
span { border-color: #EFD038; }
span { border-color: rgb(239,208,56); }
td.TdClassName
{
border-color: #EFD038;
}
.TagClassName
{
border-color: #EFD038;
}
</style>