Shades of Light Goldenrod #EEDE7B
Tints of Light Goldenrod #EEDE7B
RGB
CMYK
RGB Variations
Color information
#EEDE7B (or 0xEEDE7B) is known color: Light Goldenrod. HEX triplet: EE, DE and 7B. RGB value is (238,222,123). Sum of RGB (Red+Green+Blue) = 238+222+123=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE7B is #112184. Grayscale: #D7D7D7. Windows color (decimal): -1122693 or 8117998. OLE color: 8117998.
HSL color Cylindrical-coordinate representation of color #EEDE7B: hue angle of 51.65º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEDE7B is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 123 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.07 |
| HSL | 51.65º | 0.77% | 0.71% | - |
| HSV(B) | 51.65º | 0.48% | 0.93% | - |
| XYZ | 64.96 | 71.85 | 29.18 | - |
| YUV | 215.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 123 | 0 | 0.07 | 0.48 | 0.07 | 51.65 | 0.77 | 0.71 |
| Hex | EE | DE | 7B | 0 | 7 | 30 | 7 | 34 | 4D | 47 |
| Octal | 356 | 336 | 173 | 0 | 7 | 60 | 7 | 64 | 115 | 107 |
| Binary | 11101110 | 11011110 | 1111011 | 0 | 111 | 110000 | 111 | 110100 | 1001101 | 1000111 |
Color Harmonies of #EEDE7B
Complementary color
Monochromatic Colors of #EEDE7B
Black with #EEDE7B
Text Example
Text Example
White with #EEDE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE7B; }
p { color: rgb(238,222,123); }
H1.HeaderClassName
{
color: #EEDE7B;
}
.AnyTagClassName
{
color: #EEDE7B;
}
</style>
background-color css
<style>
a { background-color: #EEDE7B; }
a { background-color: rgb(238,222,123); }
div.DivClassName
{
background-color: #EEDE7B;
}
.BgClassName
{
background-color: #EEDE7B;
}
</style>
border-color css
<style>
span { border-color: #EEDE7B; }
span { border-color: rgb(238,222,123); }
td.TdClassName
{
border-color: #EEDE7B;
}
.TagClassName
{
border-color: #EEDE7B;
}
</style>