Shades of Light Goldenrod #EEDD7A
Tints of Light Goldenrod #EEDD7A
RGB
CMYK
RGB Variations
Color information
#EEDD7A (or 0xEEDD7A) is known color: Light Goldenrod. HEX triplet: EE, DD and 7A. RGB value is (238,221,122). Sum of RGB (Red+Green+Blue) = 238+221+122=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD7A is #112285. Grayscale: #D7D7D7. Windows color (decimal): -1122950 or 8052206. OLE color: 8052206.
HSL color Cylindrical-coordinate representation of color #EEDD7A: hue angle of 51.21º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEDD7A is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 122 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.07 |
| HSL | 51.21º | 0.77% | 0.71% | - |
| HSV(B) | 51.21º | 0.49% | 0.93% | - |
| XYZ | 64.63 | 71.3 | 28.77 | - |
| YUV | 214.8 | 75.63 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 122 | 0 | 0.07 | 0.49 | 0.07 | 51.21 | 0.77 | 0.71 |
| Hex | EE | DD | 7A | 0 | 7 | 31 | 7 | 33 | 4D | 47 |
| Octal | 356 | 335 | 172 | 0 | 7 | 61 | 7 | 63 | 115 | 107 |
| Binary | 11101110 | 11011101 | 1111010 | 0 | 111 | 110001 | 111 | 110011 | 1001101 | 1000111 |
Color Harmonies of #EEDD7A
Complementary color
Monochromatic Colors of #EEDD7A
Black with #EEDD7A
Text Example
Text Example
White with #EEDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD7A; }
p { color: rgb(238,221,122); }
H1.HeaderClassName
{
color: #EEDD7A;
}
.AnyTagClassName
{
color: #EEDD7A;
}
</style>
background-color css
<style>
a { background-color: #EEDD7A; }
a { background-color: rgb(238,221,122); }
div.DivClassName
{
background-color: #EEDD7A;
}
.BgClassName
{
background-color: #EEDD7A;
}
</style>
border-color css
<style>
span { border-color: #EEDD7A; }
span { border-color: rgb(238,221,122); }
td.TdClassName
{
border-color: #EEDD7A;
}
.TagClassName
{
border-color: #EEDD7A;
}
</style>