Shades of Medium Goldenrod #EAEDB7
Tints of Medium Goldenrod #EAEDB7
RGB
CMYK
RGB Variations
Color information
#EAEDB7 (or 0xEAEDB7) is known color: Medium Goldenrod. HEX triplet: EA, ED and B7. RGB value is (234,237,183). Sum of RGB (Red+Green+Blue) = 234+237+183=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 183 (71.88% from 255 or 27.98% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDB7 is #151248. Grayscale: #E6E6E6. Windows color (decimal): -1380937 or 12053994. OLE color: 12053994.
HSL color Cylindrical-coordinate representation of color #EAEDB7: hue angle of 63.33º 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 #EAEDB7 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 183 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.07 |
| HSL | 63.33º | 0.6% | 0.82% | - |
| HSV(B) | 63.33º | 0.23% | 0.93% | - |
| XYZ | 72.76 | 81.48 | 56.69 | - |
| YUV | 229.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 183 | 0.01 | 0 | 0.23 | 0.07 | 63.33 | 0.6 | 0.82 |
| Hex | EA | ED | B7 | 1 | 0 | 17 | 7 | 3F | 3C | 52 |
| Octal | 352 | 355 | 267 | 1 | 0 | 27 | 7 | 77 | 74 | 122 |
| Binary | 11101010 | 11101101 | 10110111 | 1 | 0 | 10111 | 111 | 111111 | 111100 | 1010010 |
Color Harmonies of #EAEDB7
Complementary color
Monochromatic Colors of #EAEDB7
Black with #EAEDB7
Text Example
Text Example
White with #EAEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDB7; }
p { color: rgb(234,237,183); }
H1.HeaderClassName
{
color: #EAEDB7;
}
.AnyTagClassName
{
color: #EAEDB7;
}
</style>
background-color css
<style>
a { background-color: #EAEDB7; }
a { background-color: rgb(234,237,183); }
div.DivClassName
{
background-color: #EAEDB7;
}
.BgClassName
{
background-color: #EAEDB7;
}
</style>
border-color css
<style>
span { border-color: #EAEDB7; }
span { border-color: rgb(234,237,183); }
td.TdClassName
{
border-color: #EAEDB7;
}
.TagClassName
{
border-color: #EAEDB7;
}
</style>