Shades of Light Goldenrod #EADD7B
Tints of Light Goldenrod #EADD7B
RGB
CMYK
RGB Variations
Color information
#EADD7B (or 0xEADD7B) is known color: Light Goldenrod. HEX triplet: EA, DD and 7B. RGB value is (234,221,123). Sum of RGB (Red+Green+Blue) = 234+221+123=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD7B is #152284. Grayscale: #D6D6D6. Windows color (decimal): -1385093 or 8117738. OLE color: 8117738.
HSL color Cylindrical-coordinate representation of color #EADD7B: hue angle of 52.97º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EADD7B is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 123 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.08 |
| HSL | 52.97º | 0.73% | 0.7% | - |
| HSV(B) | 52.97º | 0.47% | 0.92% | - |
| XYZ | 63.36 | 70.64 | 29.03 | - |
| YUV | 213.72 | 76.81 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 123 | 0 | 0.06 | 0.47 | 0.08 | 52.97 | 0.73 | 0.7 |
| Hex | EA | DD | 7B | 0 | 6 | 2F | 8 | 35 | 49 | 46 |
| Octal | 352 | 335 | 173 | 0 | 6 | 57 | 10 | 65 | 111 | 106 |
| Binary | 11101010 | 11011101 | 1111011 | 0 | 110 | 101111 | 1000 | 110101 | 1001001 | 1000110 |
Color Harmonies of #EADD7B
Complementary color
Monochromatic Colors of #EADD7B
Black with #EADD7B
Text Example
Text Example
White with #EADD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD7B; }
p { color: rgb(234,221,123); }
H1.HeaderClassName
{
color: #EADD7B;
}
.AnyTagClassName
{
color: #EADD7B;
}
</style>
background-color css
<style>
a { background-color: #EADD7B; }
a { background-color: rgb(234,221,123); }
div.DivClassName
{
background-color: #EADD7B;
}
.BgClassName
{
background-color: #EADD7B;
}
</style>
border-color css
<style>
span { border-color: #EADD7B; }
span { border-color: rgb(234,221,123); }
td.TdClassName
{
border-color: #EADD7B;
}
.TagClassName
{
border-color: #EADD7B;
}
</style>