Shades of Golden Glow #EFD27D
Tints of Golden Glow #EFD27D
RGB
CMYK
RGB Variations
Color information
#EFD27D (or 0xEFD27D) is known color: Golden Glow. HEX triplet: EF, D2 and 7D. RGB value is (239,210,125). Sum of RGB (Red+Green+Blue) = 239+210+125=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD27D is #102D82. Grayscale: #D1D1D1. Windows color (decimal): -1060227 or 8245999. OLE color: 8245999.
HSL color Cylindrical-coordinate representation of color #EFD27D: hue angle of 44.74º 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 #EFD27D is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 125 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.06 |
| HSL | 44.74º | 0.78% | 0.71% | - |
| HSV(B) | 44.74º | 0.48% | 0.94% | - |
| XYZ | 62.34 | 65.92 | 28.84 | - |
| YUV | 208.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 125 | 0 | 0.12 | 0.48 | 0.06 | 44.74 | 0.78 | 0.71 |
| Hex | EF | D2 | 7D | 0 | C | 30 | 6 | 2D | 4E | 47 |
| Octal | 357 | 322 | 175 | 0 | 14 | 60 | 6 | 55 | 116 | 107 |
| Binary | 11101111 | 11010010 | 1111101 | 0 | 1100 | 110000 | 110 | 101101 | 1001110 | 1000111 |
Color Harmonies of #EFD27D
Complementary color
Monochromatic Colors of #EFD27D
Black with #EFD27D
Text Example
Text Example
White with #EFD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD27D; }
p { color: rgb(239,210,125); }
H1.HeaderClassName
{
color: #EFD27D;
}
.AnyTagClassName
{
color: #EFD27D;
}
</style>
background-color css
<style>
a { background-color: #EFD27D; }
a { background-color: rgb(239,210,125); }
div.DivClassName
{
background-color: #EFD27D;
}
.BgClassName
{
background-color: #EFD27D;
}
</style>
border-color css
<style>
span { border-color: #EFD27D; }
span { border-color: rgb(239,210,125); }
td.TdClassName
{
border-color: #EFD27D;
}
.TagClassName
{
border-color: #EFD27D;
}
</style>