Shades of Golden Glow #EFD17A
Tints of Golden Glow #EFD17A
RGB
CMYK
RGB Variations
Color information
#EFD17A (or 0xEFD17A) is known color: Golden Glow. HEX triplet: EF, D1 and 7A. RGB value is (239,209,122). Sum of RGB (Red+Green+Blue) = 239+209+122=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD17A is #102E85. Grayscale: #D0D0D0. Windows color (decimal): -1060486 or 8049135. OLE color: 8049135.
HSL color Cylindrical-coordinate representation of color #EFD17A: hue angle of 44.62º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFD17A is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 122 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.06 |
| HSL | 44.62º | 0.79% | 0.71% | - |
| HSV(B) | 44.62º | 0.49% | 0.94% | - |
| XYZ | 61.91 | 65.36 | 27.76 | - |
| YUV | 208.05 | 79.44 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 122 | 0 | 0.13 | 0.49 | 0.06 | 44.62 | 0.79 | 0.71 |
| Hex | EF | D1 | 7A | 0 | D | 31 | 6 | 2D | 4F | 47 |
| Octal | 357 | 321 | 172 | 0 | 15 | 61 | 6 | 55 | 117 | 107 |
| Binary | 11101111 | 11010001 | 1111010 | 0 | 1101 | 110001 | 110 | 101101 | 1001111 | 1000111 |
Color Harmonies of #EFD17A
Complementary color
Monochromatic Colors of #EFD17A
Black with #EFD17A
Text Example
Text Example
White with #EFD17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD17A; }
p { color: rgb(239,209,122); }
H1.HeaderClassName
{
color: #EFD17A;
}
.AnyTagClassName
{
color: #EFD17A;
}
</style>
background-color css
<style>
a { background-color: #EFD17A; }
a { background-color: rgb(239,209,122); }
div.DivClassName
{
background-color: #EFD17A;
}
.BgClassName
{
background-color: #EFD17A;
}
</style>
border-color css
<style>
span { border-color: #EFD17A; }
span { border-color: rgb(239,209,122); }
td.TdClassName
{
border-color: #EFD17A;
}
.TagClassName
{
border-color: #EFD17A;
}
</style>