Shades of Light Goldenrod #EEDE7A
Tints of Light Goldenrod #EEDE7A
RGB
CMYK
RGB Variations
Color information
#EEDE7A (or 0xEEDE7A) is known color: Light Goldenrod. HEX triplet: EE, DE and 7A. RGB value is (238,222,122). Sum of RGB (Red+Green+Blue) = 238+222+122=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE7A is #112185. Grayscale: #D7D7D7. Windows color (decimal): -1122694 or 8052462. OLE color: 8052462.
HSL color Cylindrical-coordinate representation of color #EEDE7A: hue angle of 51.72º 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 #EEDE7A is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 122 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.07 |
| HSL | 51.72º | 0.77% | 0.71% | - |
| HSV(B) | 51.72º | 0.49% | 0.93% | - |
| XYZ | 64.89 | 71.82 | 28.86 | - |
| YUV | 215.38 | 75.3 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 122 | 0 | 0.07 | 0.49 | 0.07 | 51.72 | 0.77 | 0.71 |
| Hex | EE | DE | 7A | 0 | 7 | 31 | 7 | 34 | 4D | 47 |
| Octal | 356 | 336 | 172 | 0 | 7 | 61 | 7 | 64 | 115 | 107 |
| Binary | 11101110 | 11011110 | 1111010 | 0 | 111 | 110001 | 111 | 110100 | 1001101 | 1000111 |
Color Harmonies of #EEDE7A
Complementary color
Monochromatic Colors of #EEDE7A
Black with #EEDE7A
Text Example
Text Example
White with #EEDE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE7A; }
p { color: rgb(238,222,122); }
H1.HeaderClassName
{
color: #EEDE7A;
}
.AnyTagClassName
{
color: #EEDE7A;
}
</style>
background-color css
<style>
a { background-color: #EEDE7A; }
a { background-color: rgb(238,222,122); }
div.DivClassName
{
background-color: #EEDE7A;
}
.BgClassName
{
background-color: #EEDE7A;
}
</style>
border-color css
<style>
span { border-color: #EEDE7A; }
span { border-color: rgb(238,222,122); }
td.TdClassName
{
border-color: #EEDE7A;
}
.TagClassName
{
border-color: #EEDE7A;
}
</style>