Shades of Golden Glow #EFD17C
Tints of Golden Glow #EFD17C
RGB
CMYK
RGB Variations
Color information
#EFD17C (or 0xEFD17C) is known color: Golden Glow. HEX triplet: EF, D1 and 7C. RGB value is (239,209,124). Sum of RGB (Red+Green+Blue) = 239+209+124=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD17C is #102E83. Grayscale: #D0D0D0. Windows color (decimal): -1060484 or 8180207. OLE color: 8180207.
HSL color Cylindrical-coordinate representation of color #EFD17C: hue angle of 44.35º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFD17C is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 124 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.06 |
| HSL | 44.35º | 0.78% | 0.71% | - |
| HSV(B) | 44.35º | 0.48% | 0.94% | - |
| XYZ | 62.04 | 65.41 | 28.42 | - |
| YUV | 208.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 124 | 0 | 0.13 | 0.48 | 0.06 | 44.35 | 0.78 | 0.71 |
| Hex | EF | D1 | 7C | 0 | D | 30 | 6 | 2C | 4E | 47 |
| Octal | 357 | 321 | 174 | 0 | 15 | 60 | 6 | 54 | 116 | 107 |
| Binary | 11101111 | 11010001 | 1111100 | 0 | 1101 | 110000 | 110 | 101100 | 1001110 | 1000111 |
Color Harmonies of #EFD17C
Complementary color
Monochromatic Colors of #EFD17C
Black with #EFD17C
Text Example
Text Example
White with #EFD17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD17C; }
p { color: rgb(239,209,124); }
H1.HeaderClassName
{
color: #EFD17C;
}
.AnyTagClassName
{
color: #EFD17C;
}
</style>
background-color css
<style>
a { background-color: #EFD17C; }
a { background-color: rgb(239,209,124); }
div.DivClassName
{
background-color: #EFD17C;
}
.BgClassName
{
background-color: #EFD17C;
}
</style>
border-color css
<style>
span { border-color: #EFD17C; }
span { border-color: rgb(239,209,124); }
td.TdClassName
{
border-color: #EFD17C;
}
.TagClassName
{
border-color: #EFD17C;
}
</style>