Shades of Light Goldenrod #EADF86
Tints of Light Goldenrod #EADF86
RGB
CMYK
RGB Variations
Color information
#EADF86 (or 0xEADF86) is known color: Light Goldenrod. HEX triplet: EA, DF and 86. RGB value is (234,223,134). Sum of RGB (Red+Green+Blue) = 234+223+134=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF86 is #152079. Grayscale: #D8D8D8. Windows color (decimal): -1384570 or 8839146. OLE color: 8839146.
HSL color Cylindrical-coordinate representation of color #EADF86: hue angle of 53.4º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EADF86 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 134 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.08 |
| HSL | 53.4º | 0.7% | 0.72% | - |
| HSV(B) | 53.4º | 0.43% | 0.92% | - |
| XYZ | 64.62 | 71.99 | 33.04 | - |
| YUV | 216.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 134 | 0 | 0.05 | 0.43 | 0.08 | 53.4 | 0.7 | 0.72 |
| Hex | EA | DF | 86 | 0 | 5 | 2B | 8 | 35 | 46 | 48 |
| Octal | 352 | 337 | 206 | 0 | 5 | 53 | 10 | 65 | 106 | 110 |
| Binary | 11101010 | 11011111 | 10000110 | 0 | 101 | 101011 | 1000 | 110101 | 1000110 | 1001000 |
Color Harmonies of #EADF86
Complementary color
Monochromatic Colors of #EADF86
Black with #EADF86
Text Example
Text Example
White with #EADF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF86; }
p { color: rgb(234,223,134); }
H1.HeaderClassName
{
color: #EADF86;
}
.AnyTagClassName
{
color: #EADF86;
}
</style>
background-color css
<style>
a { background-color: #EADF86; }
a { background-color: rgb(234,223,134); }
div.DivClassName
{
background-color: #EADF86;
}
.BgClassName
{
background-color: #EADF86;
}
</style>
border-color css
<style>
span { border-color: #EADF86; }
span { border-color: rgb(234,223,134); }
td.TdClassName
{
border-color: #EADF86;
}
.TagClassName
{
border-color: #EADF86;
}
</style>