Shades of Golden Glow #EED27E
Tints of Golden Glow #EED27E
RGB
CMYK
RGB Variations
Color information
#EED27E (or 0xEED27E) is known color: Golden Glow. HEX triplet: EE, D2 and 7E. RGB value is (238,210,126). Sum of RGB (Red+Green+Blue) = 238+210+126=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 126 (49.61% from 255 or 21.95% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EED27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED27E is #112D81. Grayscale: #D1D1D1. Windows color (decimal): -1125762 or 8311534. OLE color: 8311534.
HSL color Cylindrical-coordinate representation of color #EED27E: hue angle of 45º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EED27E is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 126 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.07 |
| HSL | 45º | 0.77% | 0.71% | - |
| HSV(B) | 45º | 0.47% | 0.93% | - |
| XYZ | 62.07 | 65.78 | 29.16 | - |
| YUV | 208.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 126 | 0 | 0.12 | 0.47 | 0.07 | 45 | 0.77 | 0.71 |
| Hex | EE | D2 | 7E | 0 | C | 2F | 7 | 2D | 4D | 47 |
| Octal | 356 | 322 | 176 | 0 | 14 | 57 | 7 | 55 | 115 | 107 |
| Binary | 11101110 | 11010010 | 1111110 | 0 | 1100 | 101111 | 111 | 101101 | 1001101 | 1000111 |
Color Harmonies of #EED27E
Complementary color
Monochromatic Colors of #EED27E
Black with #EED27E
Text Example
Text Example
White with #EED27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED27E; }
p { color: rgb(238,210,126); }
H1.HeaderClassName
{
color: #EED27E;
}
.AnyTagClassName
{
color: #EED27E;
}
</style>
background-color css
<style>
a { background-color: #EED27E; }
a { background-color: rgb(238,210,126); }
div.DivClassName
{
background-color: #EED27E;
}
.BgClassName
{
background-color: #EED27E;
}
</style>
border-color css
<style>
span { border-color: #EED27E; }
span { border-color: rgb(238,210,126); }
td.TdClassName
{
border-color: #EED27E;
}
.TagClassName
{
border-color: #EED27E;
}
</style>