Shades of Golden Glow #EFD47A
Tints of Golden Glow #EFD47A
RGB
CMYK
RGB Variations
Color information
#EFD47A (or 0xEFD47A) is known color: Golden Glow. HEX triplet: EF, D4 and 7A. RGB value is (239,212,122). Sum of RGB (Red+Green+Blue) = 239+212+122=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD47A is #102B85. Grayscale: #D2D2D2. Windows color (decimal): -1059718 or 8049903. OLE color: 8049903.
HSL color Cylindrical-coordinate representation of color #EFD47A: hue angle of 46.15º 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 #EFD47A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 122 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.06 |
| HSL | 46.15º | 0.79% | 0.71% | - |
| HSV(B) | 46.15º | 0.49% | 0.94% | - |
| XYZ | 62.65 | 66.84 | 28.01 | - |
| YUV | 209.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 122 | 0 | 0.11 | 0.49 | 0.06 | 46.15 | 0.79 | 0.71 |
| Hex | EF | D4 | 7A | 0 | B | 31 | 6 | 2E | 4F | 47 |
| Octal | 357 | 324 | 172 | 0 | 13 | 61 | 6 | 56 | 117 | 107 |
| Binary | 11101111 | 11010100 | 1111010 | 0 | 1011 | 110001 | 110 | 101110 | 1001111 | 1000111 |
Color Harmonies of #EFD47A
Complementary color
Monochromatic Colors of #EFD47A
Black with #EFD47A
Text Example
Text Example
White with #EFD47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD47A; }
p { color: rgb(239,212,122); }
H1.HeaderClassName
{
color: #EFD47A;
}
.AnyTagClassName
{
color: #EFD47A;
}
</style>
background-color css
<style>
a { background-color: #EFD47A; }
a { background-color: rgb(239,212,122); }
div.DivClassName
{
background-color: #EFD47A;
}
.BgClassName
{
background-color: #EFD47A;
}
</style>
border-color css
<style>
span { border-color: #EFD47A; }
span { border-color: rgb(239,212,122); }
td.TdClassName
{
border-color: #EFD47A;
}
.TagClassName
{
border-color: #EFD47A;
}
</style>