Shades of Golden Glow #EFD277
Tints of Golden Glow #EFD277
RGB
CMYK
RGB Variations
Color information
#EFD277 (or 0xEFD277) is known color: Golden Glow. HEX triplet: EF, D2 and 77. RGB value is (239,210,119). Sum of RGB (Red+Green+Blue) = 239+210+119=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 119 (46.88% from 255 or 20.95% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD277 is #102D88. Grayscale: #D0D0D0. Windows color (decimal): -1060233 or 7852783. OLE color: 7852783.
HSL color Cylindrical-coordinate representation of color #EFD277: hue angle of 45.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFD277 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 119 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.06 |
| HSL | 45.5º | 0.79% | 0.7% | - |
| HSV(B) | 45.5º | 0.5% | 0.94% | - |
| XYZ | 61.97 | 65.78 | 26.88 | - |
| YUV | 208.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 119 | 0 | 0.12 | 0.50 | 0.06 | 45.5 | 0.79 | 0.7 |
| Hex | EF | D2 | 77 | 0 | C | 32 | 6 | 2E | 4F | 46 |
| Octal | 357 | 322 | 167 | 0 | 14 | 62 | 6 | 56 | 117 | 106 |
| Binary | 11101111 | 11010010 | 1110111 | 0 | 1100 | 110010 | 110 | 101110 | 1001111 | 1000110 |
Color Harmonies of #EFD277
Complementary color
Monochromatic Colors of #EFD277
Black with #EFD277
Text Example
Text Example
White with #EFD277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD277; }
p { color: rgb(239,210,119); }
H1.HeaderClassName
{
color: #EFD277;
}
.AnyTagClassName
{
color: #EFD277;
}
</style>
background-color css
<style>
a { background-color: #EFD277; }
a { background-color: rgb(239,210,119); }
div.DivClassName
{
background-color: #EFD277;
}
.BgClassName
{
background-color: #EFD277;
}
</style>
border-color css
<style>
span { border-color: #EFD277; }
span { border-color: rgb(239,210,119); }
td.TdClassName
{
border-color: #EFD277;
}
.TagClassName
{
border-color: #EFD277;
}
</style>