Shades of Golden Glow #EED379
Tints of Golden Glow #EED379
RGB
CMYK
RGB Variations
Color information
#EED379 (or 0xEED379) is known color: Golden Glow. HEX triplet: EE, D3 and 79. RGB value is (238,211,121). Sum of RGB (Red+Green+Blue) = 238+211+121=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 121 (47.66% from 255 or 21.23% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EED379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED379 is #112C86. Grayscale: #D1D1D1. Windows color (decimal): -1125511 or 7984110. OLE color: 7984110.
HSL color Cylindrical-coordinate representation of color #EED379: hue angle of 46.15º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EED379 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 121 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.07 |
| HSL | 46.15º | 0.77% | 0.7% | - |
| HSV(B) | 46.15º | 0.49% | 0.93% | - |
| XYZ | 62.01 | 66.15 | 27.59 | - |
| YUV | 208.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 121 | 0 | 0.11 | 0.49 | 0.07 | 46.15 | 0.77 | 0.7 |
| Hex | EE | D3 | 79 | 0 | B | 31 | 7 | 2E | 4D | 46 |
| Octal | 356 | 323 | 171 | 0 | 13 | 61 | 7 | 56 | 115 | 106 |
| Binary | 11101110 | 11010011 | 1111001 | 0 | 1011 | 110001 | 111 | 101110 | 1001101 | 1000110 |
Color Harmonies of #EED379
Complementary color
Monochromatic Colors of #EED379
Black with #EED379
Text Example
Text Example
White with #EED379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED379; }
p { color: rgb(238,211,121); }
H1.HeaderClassName
{
color: #EED379;
}
.AnyTagClassName
{
color: #EED379;
}
</style>
background-color css
<style>
a { background-color: #EED379; }
a { background-color: rgb(238,211,121); }
div.DivClassName
{
background-color: #EED379;
}
.BgClassName
{
background-color: #EED379;
}
</style>
border-color css
<style>
span { border-color: #EED379; }
span { border-color: rgb(238,211,121); }
td.TdClassName
{
border-color: #EED379;
}
.TagClassName
{
border-color: #EED379;
}
</style>