Shades of Golden Glow #EFD377
Tints of Golden Glow #EFD377
RGB
CMYK
RGB Variations
Color information
#EFD377 (or 0xEFD377) is known color: Golden Glow. HEX triplet: EF, D3 and 77. RGB value is (239,211,119). Sum of RGB (Red+Green+Blue) = 239+211+119=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 119 (46.88% from 255 or 20.91% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD377 is #102C88. Grayscale: #D1D1D1. Windows color (decimal): -1059977 or 7853039. OLE color: 7853039.
HSL color Cylindrical-coordinate representation of color #EFD377: hue angle of 46º 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 #EFD377 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 119 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.06 |
| HSL | 46º | 0.79% | 0.7% | - |
| HSV(B) | 46º | 0.5% | 0.94% | - |
| XYZ | 62.22 | 66.27 | 26.97 | - |
| YUV | 208.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 119 | 0 | 0.12 | 0.50 | 0.06 | 46 | 0.79 | 0.7 |
| Hex | EF | D3 | 77 | 0 | C | 32 | 6 | 2E | 4F | 46 |
| Octal | 357 | 323 | 167 | 0 | 14 | 62 | 6 | 56 | 117 | 106 |
| Binary | 11101111 | 11010011 | 1110111 | 0 | 1100 | 110010 | 110 | 101110 | 1001111 | 1000110 |
Color Harmonies of #EFD377
Complementary color
Monochromatic Colors of #EFD377
Black with #EFD377
Text Example
Text Example
White with #EFD377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD377; }
p { color: rgb(239,211,119); }
H1.HeaderClassName
{
color: #EFD377;
}
.AnyTagClassName
{
color: #EFD377;
}
</style>
background-color css
<style>
a { background-color: #EFD377; }
a { background-color: rgb(239,211,119); }
div.DivClassName
{
background-color: #EFD377;
}
.BgClassName
{
background-color: #EFD377;
}
</style>
border-color css
<style>
span { border-color: #EFD377; }
span { border-color: rgb(239,211,119); }
td.TdClassName
{
border-color: #EFD377;
}
.TagClassName
{
border-color: #EFD377;
}
</style>