Shades of Light Goldenrod #EADD87
Tints of Light Goldenrod #EADD87
RGB
CMYK
RGB Variations
Color information
#EADD87 (or 0xEADD87) is known color: Light Goldenrod. HEX triplet: EA, DD and 87. RGB value is (234,221,135). Sum of RGB (Red+Green+Blue) = 234+221+135=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 135 (53.12% from 255 or 22.88% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD87 is #152278. Grayscale: #D7D7D7. Windows color (decimal): -1385081 or 8904170. OLE color: 8904170.
HSL color Cylindrical-coordinate representation of color #EADD87: hue angle of 52.12º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EADD87 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 135 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.08 |
| HSL | 52.12º | 0.7% | 0.72% | - |
| HSV(B) | 52.12º | 0.42% | 0.92% | - |
| XYZ | 64.16 | 70.95 | 33.24 | - |
| YUV | 215.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 135 | 0 | 0.06 | 0.42 | 0.08 | 52.12 | 0.7 | 0.72 |
| Hex | EA | DD | 87 | 0 | 6 | 2A | 8 | 34 | 46 | 48 |
| Octal | 352 | 335 | 207 | 0 | 6 | 52 | 10 | 64 | 106 | 110 |
| Binary | 11101010 | 11011101 | 10000111 | 0 | 110 | 101010 | 1000 | 110100 | 1000110 | 1001000 |
Color Harmonies of #EADD87
Complementary color
Monochromatic Colors of #EADD87
Black with #EADD87
Text Example
Text Example
White with #EADD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD87; }
p { color: rgb(234,221,135); }
H1.HeaderClassName
{
color: #EADD87;
}
.AnyTagClassName
{
color: #EADD87;
}
</style>
background-color css
<style>
a { background-color: #EADD87; }
a { background-color: rgb(234,221,135); }
div.DivClassName
{
background-color: #EADD87;
}
.BgClassName
{
background-color: #EADD87;
}
</style>
border-color css
<style>
span { border-color: #EADD87; }
span { border-color: rgb(234,221,135); }
td.TdClassName
{
border-color: #EADD87;
}
.TagClassName
{
border-color: #EADD87;
}
</style>