Shades of Medium Goldenrod #EAEDB6
Tints of Medium Goldenrod #EAEDB6
RGB
CMYK
RGB Variations
Color information
#EAEDB6 (or 0xEAEDB6) is known color: Medium Goldenrod. HEX triplet: EA, ED and B6. RGB value is (234,237,182). Sum of RGB (Red+Green+Blue) = 234+237+182=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 182 (71.48% from 255 or 27.87% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDB6 is #151249. Grayscale: #E6E6E6. Windows color (decimal): -1380938 or 11988458. OLE color: 11988458.
HSL color Cylindrical-coordinate representation of color #EAEDB6: hue angle of 63.27º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAEDB6 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 182 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.07 |
| HSL | 63.27º | 0.6% | 0.82% | - |
| HSV(B) | 63.27º | 0.23% | 0.93% | - |
| XYZ | 72.66 | 81.44 | 56.15 | - |
| YUV | 229.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 182 | 0.01 | 0 | 0.23 | 0.07 | 63.27 | 0.6 | 0.82 |
| Hex | EA | ED | B6 | 1 | 0 | 17 | 7 | 3F | 3C | 52 |
| Octal | 352 | 355 | 266 | 1 | 0 | 27 | 7 | 77 | 74 | 122 |
| Binary | 11101010 | 11101101 | 10110110 | 1 | 0 | 10111 | 111 | 111111 | 111100 | 1010010 |
Color Harmonies of #EAEDB6
Complementary color
Monochromatic Colors of #EAEDB6
Black with #EAEDB6
Text Example
Text Example
White with #EAEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDB6; }
p { color: rgb(234,237,182); }
H1.HeaderClassName
{
color: #EAEDB6;
}
.AnyTagClassName
{
color: #EAEDB6;
}
</style>
background-color css
<style>
a { background-color: #EAEDB6; }
a { background-color: rgb(234,237,182); }
div.DivClassName
{
background-color: #EAEDB6;
}
.BgClassName
{
background-color: #EAEDB6;
}
</style>
border-color css
<style>
span { border-color: #EAEDB6; }
span { border-color: rgb(234,237,182); }
td.TdClassName
{
border-color: #EAEDB6;
}
.TagClassName
{
border-color: #EAEDB6;
}
</style>