Shades of Light Goldenrod #EDDD7C
Tints of Light Goldenrod #EDDD7C
RGB
CMYK
RGB Variations
Color information
#EDDD7C (or 0xEDDD7C) is known color: Light Goldenrod. HEX triplet: ED, DD and 7C. RGB value is (237,221,124). Sum of RGB (Red+Green+Blue) = 237+221+124=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 124 (48.83% from 255 or 21.31% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD7C is #122283. Grayscale: #D7D7D7. Windows color (decimal): -1188484 or 8183277. OLE color: 8183277.
HSL color Cylindrical-coordinate representation of color #EDDD7C: hue angle of 51.5º degrees, saturation: 0.76, 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 #EDDD7C is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 124 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.07 |
| HSL | 51.5º | 0.76% | 0.71% | - |
| HSV(B) | 51.5º | 0.48% | 0.93% | - |
| XYZ | 64.42 | 71.17 | 29.41 | - |
| YUV | 214.73 | 76.8 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 124 | 0 | 0.07 | 0.48 | 0.07 | 51.5 | 0.76 | 0.71 |
| Hex | ED | DD | 7C | 0 | 7 | 30 | 7 | 34 | 4C | 47 |
| Octal | 355 | 335 | 174 | 0 | 7 | 60 | 7 | 64 | 114 | 107 |
| Binary | 11101101 | 11011101 | 1111100 | 0 | 111 | 110000 | 111 | 110100 | 1001100 | 1000111 |
Color Harmonies of #EDDD7C
Complementary color
Monochromatic Colors of #EDDD7C
Black with #EDDD7C
Text Example
Text Example
White with #EDDD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD7C; }
p { color: rgb(237,221,124); }
H1.HeaderClassName
{
color: #EDDD7C;
}
.AnyTagClassName
{
color: #EDDD7C;
}
</style>
background-color css
<style>
a { background-color: #EDDD7C; }
a { background-color: rgb(237,221,124); }
div.DivClassName
{
background-color: #EDDD7C;
}
.BgClassName
{
background-color: #EDDD7C;
}
</style>
border-color css
<style>
span { border-color: #EDDD7C; }
span { border-color: rgb(237,221,124); }
td.TdClassName
{
border-color: #EDDD7C;
}
.TagClassName
{
border-color: #EDDD7C;
}
</style>