Shades of Golden Dream #EFD03A
Tints of Golden Dream #EFD03A
RGB
CMYK
RGB Variations
Color information
#EFD03A (or 0xEFD03A) is known color: Golden Dream. HEX triplet: EF, D0 and 3A. RGB value is (239,208,58). Sum of RGB (Red+Green+Blue) = 239+208+58=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 58 (23.05% from 255 or 11.49% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD03A is #102FC5. Grayscale: #C8C8C8. Windows color (decimal): -1060806 or 3854575. OLE color: 3854575.
HSL color Cylindrical-coordinate representation of color #EFD03A: hue angle of 49.72º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFD03A is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 58 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.06 |
| HSL | 49.72º | 0.85% | 0.58% | - |
| HSV(B) | 49.72º | 0.76% | 0.94% | - |
| XYZ | 58.92 | 63.77 | 13.21 | - |
| YUV | 200.17 | 47.77 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 58 | 0 | 0.13 | 0.76 | 0.06 | 49.72 | 0.85 | 0.58 |
| Hex | EF | D0 | 3A | 0 | D | 4C | 6 | 32 | 55 | 3A |
| Octal | 357 | 320 | 72 | 0 | 15 | 114 | 6 | 62 | 125 | 72 |
| Binary | 11101111 | 11010000 | 111010 | 0 | 1101 | 1001100 | 110 | 110010 | 1010101 | 111010 |
Color Harmonies of #EFD03A
Complementary color
Monochromatic Colors of #EFD03A
Black with #EFD03A
Text Example
Text Example
White with #EFD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD03A; }
p { color: rgb(239,208,58); }
H1.HeaderClassName
{
color: #EFD03A;
}
.AnyTagClassName
{
color: #EFD03A;
}
</style>
background-color css
<style>
a { background-color: #EFD03A; }
a { background-color: rgb(239,208,58); }
div.DivClassName
{
background-color: #EFD03A;
}
.BgClassName
{
background-color: #EFD03A;
}
</style>
border-color css
<style>
span { border-color: #EFD03A; }
span { border-color: rgb(239,208,58); }
td.TdClassName
{
border-color: #EFD03A;
}
.TagClassName
{
border-color: #EFD03A;
}
</style>