Shades of Light Goldenrod #EDDD7E
Tints of Light Goldenrod #EDDD7E
RGB
CMYK
RGB Variations
Color information
#EDDD7E (or 0xEDDD7E) is known color: Light Goldenrod. HEX triplet: ED, DD and 7E. RGB value is (237,221,126). Sum of RGB (Red+Green+Blue) = 237+221+126=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 126 (49.61% from 255 or 21.58% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD7E is #122281. Grayscale: #D7D7D7. Windows color (decimal): -1188482 or 8314349. OLE color: 8314349.
HSL color Cylindrical-coordinate representation of color #EDDD7E: hue angle of 51.35º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDDD7E is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 126 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.07 |
| HSL | 51.35º | 0.76% | 0.71% | - |
| HSV(B) | 51.35º | 0.47% | 0.93% | - |
| XYZ | 64.55 | 71.22 | 30.08 | - |
| YUV | 214.95 | 77.8 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 126 | 0 | 0.07 | 0.47 | 0.07 | 51.35 | 0.76 | 0.71 |
| Hex | ED | DD | 7E | 0 | 7 | 2F | 7 | 33 | 4C | 47 |
| Octal | 355 | 335 | 176 | 0 | 7 | 57 | 7 | 63 | 114 | 107 |
| Binary | 11101101 | 11011101 | 1111110 | 0 | 111 | 101111 | 111 | 110011 | 1001100 | 1000111 |
Color Harmonies of #EDDD7E
Complementary color
Monochromatic Colors of #EDDD7E
Black with #EDDD7E
Text Example
Text Example
White with #EDDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD7E; }
p { color: rgb(237,221,126); }
H1.HeaderClassName
{
color: #EDDD7E;
}
.AnyTagClassName
{
color: #EDDD7E;
}
</style>
background-color css
<style>
a { background-color: #EDDD7E; }
a { background-color: rgb(237,221,126); }
div.DivClassName
{
background-color: #EDDD7E;
}
.BgClassName
{
background-color: #EDDD7E;
}
</style>
border-color css
<style>
span { border-color: #EDDD7E; }
span { border-color: rgb(237,221,126); }
td.TdClassName
{
border-color: #EDDD7E;
}
.TagClassName
{
border-color: #EDDD7E;
}
</style>