Shades of Golden Glow #EFD077
Tints of Golden Glow #EFD077
RGB
CMYK
RGB Variations
Color information
#EFD077 (or 0xEFD077) is known color: Golden Glow. HEX triplet: EF, D0 and 77. RGB value is (239,208,119). Sum of RGB (Red+Green+Blue) = 239+208+119=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 119 (46.88% from 255 or 21.02% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD077 is #102F88. Grayscale: #CFCFCF. Windows color (decimal): -1060745 or 7852271. OLE color: 7852271.
HSL color Cylindrical-coordinate representation of color #EFD077: hue angle of 44.5º 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 #EFD077 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 119 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.06 |
| HSL | 44.5º | 0.79% | 0.7% | - |
| HSV(B) | 44.5º | 0.5% | 0.94% | - |
| XYZ | 61.48 | 64.79 | 26.72 | - |
| YUV | 207.12 | 78.27 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 119 | 0 | 0.13 | 0.50 | 0.06 | 44.5 | 0.79 | 0.7 |
| Hex | EF | D0 | 77 | 0 | D | 32 | 6 | 2C | 4F | 46 |
| Octal | 357 | 320 | 167 | 0 | 15 | 62 | 6 | 54 | 117 | 106 |
| Binary | 11101111 | 11010000 | 1110111 | 0 | 1101 | 110010 | 110 | 101100 | 1001111 | 1000110 |
Color Harmonies of #EFD077
Complementary color
Monochromatic Colors of #EFD077
Black with #EFD077
Text Example
Text Example
White with #EFD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD077; }
p { color: rgb(239,208,119); }
H1.HeaderClassName
{
color: #EFD077;
}
.AnyTagClassName
{
color: #EFD077;
}
</style>
background-color css
<style>
a { background-color: #EFD077; }
a { background-color: rgb(239,208,119); }
div.DivClassName
{
background-color: #EFD077;
}
.BgClassName
{
background-color: #EFD077;
}
</style>
border-color css
<style>
span { border-color: #EFD077; }
span { border-color: rgb(239,208,119); }
td.TdClassName
{
border-color: #EFD077;
}
.TagClassName
{
border-color: #EFD077;
}
</style>