Shades of Golden Glow #EFD27C
Tints of Golden Glow #EFD27C
RGB
CMYK
RGB Variations
Color information
#EFD27C (or 0xEFD27C) is known color: Golden Glow. HEX triplet: EF, D2 and 7C. RGB value is (239,210,124). Sum of RGB (Red+Green+Blue) = 239+210+124=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD27C is #102D83. Grayscale: #D1D1D1. Windows color (decimal): -1060228 or 8180463. OLE color: 8180463.
HSL color Cylindrical-coordinate representation of color #EFD27C: hue angle of 44.87º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFD27C is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 124 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.06 |
| HSL | 44.87º | 0.78% | 0.71% | - |
| HSV(B) | 44.87º | 0.48% | 0.94% | - |
| XYZ | 62.28 | 65.9 | 28.51 | - |
| YUV | 208.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 124 | 0 | 0.12 | 0.48 | 0.06 | 44.87 | 0.78 | 0.71 |
| Hex | EF | D2 | 7C | 0 | C | 30 | 6 | 2D | 4E | 47 |
| Octal | 357 | 322 | 174 | 0 | 14 | 60 | 6 | 55 | 116 | 107 |
| Binary | 11101111 | 11010010 | 1111100 | 0 | 1100 | 110000 | 110 | 101101 | 1001110 | 1000111 |
Color Harmonies of #EFD27C
Complementary color
Monochromatic Colors of #EFD27C
Black with #EFD27C
Text Example
Text Example
White with #EFD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD27C; }
p { color: rgb(239,210,124); }
H1.HeaderClassName
{
color: #EFD27C;
}
.AnyTagClassName
{
color: #EFD27C;
}
</style>
background-color css
<style>
a { background-color: #EFD27C; }
a { background-color: rgb(239,210,124); }
div.DivClassName
{
background-color: #EFD27C;
}
.BgClassName
{
background-color: #EFD27C;
}
</style>
border-color css
<style>
span { border-color: #EFD27C; }
span { border-color: rgb(239,210,124); }
td.TdClassName
{
border-color: #EFD27C;
}
.TagClassName
{
border-color: #EFD27C;
}
</style>