Shades of Light Goldenrod #EADD7E
Tints of Light Goldenrod #EADD7E
RGB
CMYK
RGB Variations
Color information
#EADD7E (or 0xEADD7E) is known color: Light Goldenrod. HEX triplet: EA, DD and 7E. RGB value is (234,221,126). Sum of RGB (Red+Green+Blue) = 234+221+126=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD7E is #152281. Grayscale: #D6D6D6. Windows color (decimal): -1385090 or 8314346. OLE color: 8314346.
HSL color Cylindrical-coordinate representation of color #EADD7E: hue angle of 52.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EADD7E is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 126 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.08 |
| HSL | 52.78º | 0.72% | 0.71% | - |
| HSV(B) | 52.78º | 0.46% | 0.92% | - |
| XYZ | 63.55 | 70.71 | 30.04 | - |
| YUV | 214.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 126 | 0 | 0.06 | 0.46 | 0.08 | 52.78 | 0.72 | 0.71 |
| Hex | EA | DD | 7E | 0 | 6 | 2E | 8 | 35 | 48 | 47 |
| Octal | 352 | 335 | 176 | 0 | 6 | 56 | 10 | 65 | 110 | 107 |
| Binary | 11101010 | 11011101 | 1111110 | 0 | 110 | 101110 | 1000 | 110101 | 1001000 | 1000111 |
Color Harmonies of #EADD7E
Complementary color
Monochromatic Colors of #EADD7E
Black with #EADD7E
Text Example
Text Example
White with #EADD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD7E; }
p { color: rgb(234,221,126); }
H1.HeaderClassName
{
color: #EADD7E;
}
.AnyTagClassName
{
color: #EADD7E;
}
</style>
background-color css
<style>
a { background-color: #EADD7E; }
a { background-color: rgb(234,221,126); }
div.DivClassName
{
background-color: #EADD7E;
}
.BgClassName
{
background-color: #EADD7E;
}
</style>
border-color css
<style>
span { border-color: #EADD7E; }
span { border-color: rgb(234,221,126); }
td.TdClassName
{
border-color: #EADD7E;
}
.TagClassName
{
border-color: #EADD7E;
}
</style>