Shades of Light Goldenrod #EADD8A
Tints of Light Goldenrod #EADD8A
RGB
CMYK
RGB Variations
Color information
#EADD8A (or 0xEADD8A) is known color: Light Goldenrod. HEX triplet: EA, DD and 8A. RGB value is (234,221,138). Sum of RGB (Red+Green+Blue) = 234+221+138=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD8A is #152275. Grayscale: #D7D7D7. Windows color (decimal): -1385078 or 9100778. OLE color: 9100778.
HSL color Cylindrical-coordinate representation of color #EADD8A: hue angle of 51.88º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EADD8A is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 138 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.08 |
| HSL | 51.88º | 0.7% | 0.73% | - |
| HSV(B) | 51.88º | 0.41% | 0.92% | - |
| XYZ | 64.38 | 71.04 | 34.36 | - |
| YUV | 215.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 138 | 0 | 0.06 | 0.41 | 0.08 | 51.88 | 0.7 | 0.73 |
| Hex | EA | DD | 8A | 0 | 6 | 29 | 8 | 34 | 46 | 49 |
| Octal | 352 | 335 | 212 | 0 | 6 | 51 | 10 | 64 | 106 | 111 |
| Binary | 11101010 | 11011101 | 10001010 | 0 | 110 | 101001 | 1000 | 110100 | 1000110 | 1001001 |
Color Harmonies of #EADD8A
Complementary color
Monochromatic Colors of #EADD8A
Black with #EADD8A
Text Example
Text Example
White with #EADD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD8A; }
p { color: rgb(234,221,138); }
H1.HeaderClassName
{
color: #EADD8A;
}
.AnyTagClassName
{
color: #EADD8A;
}
</style>
background-color css
<style>
a { background-color: #EADD8A; }
a { background-color: rgb(234,221,138); }
div.DivClassName
{
background-color: #EADD8A;
}
.BgClassName
{
background-color: #EADD8A;
}
</style>
border-color css
<style>
span { border-color: #EADD8A; }
span { border-color: rgb(234,221,138); }
td.TdClassName
{
border-color: #EADD8A;
}
.TagClassName
{
border-color: #EADD8A;
}
</style>