Shades of Golden Glow #EFD078
Tints of Golden Glow #EFD078
RGB
CMYK
RGB Variations
Color information
#EFD078 (or 0xEFD078) is known color: Golden Glow. HEX triplet: EF, D0 and 78. RGB value is (239,208,120). Sum of RGB (Red+Green+Blue) = 239+208+120=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD078 is #102F87. Grayscale: #CFCFCF. Windows color (decimal): -1060744 or 7917807. OLE color: 7917807.
HSL color Cylindrical-coordinate representation of color #EFD078: hue angle of 44.37º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFD078 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 120 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.06 |
| HSL | 44.37º | 0.79% | 0.7% | - |
| HSV(B) | 44.37º | 0.5% | 0.94% | - |
| XYZ | 61.54 | 64.82 | 27.04 | - |
| YUV | 207.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 120 | 0 | 0.13 | 0.50 | 0.06 | 44.37 | 0.79 | 0.7 |
| Hex | EF | D0 | 78 | 0 | D | 32 | 6 | 2C | 4F | 46 |
| Octal | 357 | 320 | 170 | 0 | 15 | 62 | 6 | 54 | 117 | 106 |
| Binary | 11101111 | 11010000 | 1111000 | 0 | 1101 | 110010 | 110 | 101100 | 1001111 | 1000110 |
Color Harmonies of #EFD078
Complementary color
Monochromatic Colors of #EFD078
Black with #EFD078
Text Example
Text Example
White with #EFD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD078; }
p { color: rgb(239,208,120); }
H1.HeaderClassName
{
color: #EFD078;
}
.AnyTagClassName
{
color: #EFD078;
}
</style>
background-color css
<style>
a { background-color: #EFD078; }
a { background-color: rgb(239,208,120); }
div.DivClassName
{
background-color: #EFD078;
}
.BgClassName
{
background-color: #EFD078;
}
</style>
border-color css
<style>
span { border-color: #EFD078; }
span { border-color: rgb(239,208,120); }
td.TdClassName
{
border-color: #EFD078;
}
.TagClassName
{
border-color: #EFD078;
}
</style>