Shades of Golden Glow #EFD37F
Tints of Golden Glow #EFD37F
RGB
CMYK
RGB Variations
Color information
#EFD37F (or 0xEFD37F) is known color: Golden Glow. HEX triplet: EF, D3 and 7F. RGB value is (239,211,127). Sum of RGB (Red+Green+Blue) = 239+211+127=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 127 (50% from 255 or 22.01% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD37F is #102C80. Grayscale: #D2D2D2. Windows color (decimal): -1059969 or 8377327. OLE color: 8377327.
HSL color Cylindrical-coordinate representation of color #EFD37F: hue angle of 45º 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 #EFD37F is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 127 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.06 |
| HSL | 45º | 0.78% | 0.72% | - |
| HSV(B) | 45º | 0.47% | 0.94% | - |
| XYZ | 62.72 | 66.47 | 29.6 | - |
| YUV | 209.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 127 | 0 | 0.12 | 0.47 | 0.06 | 45 | 0.78 | 0.72 |
| Hex | EF | D3 | 7F | 0 | C | 2F | 6 | 2D | 4E | 48 |
| Octal | 357 | 323 | 177 | 0 | 14 | 57 | 6 | 55 | 116 | 110 |
| Binary | 11101111 | 11010011 | 1111111 | 0 | 1100 | 101111 | 110 | 101101 | 1001110 | 1001000 |
Color Harmonies of #EFD37F
Complementary color
Monochromatic Colors of #EFD37F
Black with #EFD37F
Text Example
Text Example
White with #EFD37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD37F; }
p { color: rgb(239,211,127); }
H1.HeaderClassName
{
color: #EFD37F;
}
.AnyTagClassName
{
color: #EFD37F;
}
</style>
background-color css
<style>
a { background-color: #EFD37F; }
a { background-color: rgb(239,211,127); }
div.DivClassName
{
background-color: #EFD37F;
}
.BgClassName
{
background-color: #EFD37F;
}
</style>
border-color css
<style>
span { border-color: #EFD37F; }
span { border-color: rgb(239,211,127); }
td.TdClassName
{
border-color: #EFD37F;
}
.TagClassName
{
border-color: #EFD37F;
}
</style>