Shades of Golden Glow #EFD37E
Tints of Golden Glow #EFD37E
RGB
CMYK
RGB Variations
Color information
#EFD37E (or 0xEFD37E) is known color: Golden Glow. HEX triplet: EF, D3 and 7E. RGB value is (239,211,126). Sum of RGB (Red+Green+Blue) = 239+211+126=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 126 (49.61% from 255 or 21.88% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD37E is #102C81. Grayscale: #D2D2D2. Windows color (decimal): -1059970 or 8311791. OLE color: 8311791.
HSL color Cylindrical-coordinate representation of color #EFD37E: hue angle of 45.13º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFD37E is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 126 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.06 |
| HSL | 45.13º | 0.78% | 0.72% | - |
| HSV(B) | 45.13º | 0.47% | 0.94% | - |
| XYZ | 62.66 | 66.45 | 29.26 | - |
| YUV | 209.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 126 | 0 | 0.12 | 0.47 | 0.06 | 45.13 | 0.78 | 0.72 |
| Hex | EF | D3 | 7E | 0 | C | 2F | 6 | 2D | 4E | 48 |
| Octal | 357 | 323 | 176 | 0 | 14 | 57 | 6 | 55 | 116 | 110 |
| Binary | 11101111 | 11010011 | 1111110 | 0 | 1100 | 101111 | 110 | 101101 | 1001110 | 1001000 |
Color Harmonies of #EFD37E
Complementary color
Monochromatic Colors of #EFD37E
Black with #EFD37E
Text Example
Text Example
White with #EFD37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD37E; }
p { color: rgb(239,211,126); }
H1.HeaderClassName
{
color: #EFD37E;
}
.AnyTagClassName
{
color: #EFD37E;
}
</style>
background-color css
<style>
a { background-color: #EFD37E; }
a { background-color: rgb(239,211,126); }
div.DivClassName
{
background-color: #EFD37E;
}
.BgClassName
{
background-color: #EFD37E;
}
</style>
border-color css
<style>
span { border-color: #EFD37E; }
span { border-color: rgb(239,211,126); }
td.TdClassName
{
border-color: #EFD37E;
}
.TagClassName
{
border-color: #EFD37E;
}
</style>