Shades of Medium Goldenrod #EAEDB3
Tints of Medium Goldenrod #EAEDB3
RGB
CMYK
RGB Variations
Color information
#EAEDB3 (or 0xEAEDB3) is known color: Medium Goldenrod. HEX triplet: EA, ED and B3. RGB value is (234,237,179). Sum of RGB (Red+Green+Blue) = 234+237+179=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 179 (70.31% from 255 or 27.54% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDB3 is #15124C. Grayscale: #E5E5E5. Windows color (decimal): -1380941 or 11791850. OLE color: 11791850.
HSL color Cylindrical-coordinate representation of color #EAEDB3: hue angle of 63.1º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAEDB3 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 179 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.07 |
| HSL | 63.1º | 0.62% | 0.82% | - |
| HSV(B) | 63.1º | 0.24% | 0.93% | - |
| XYZ | 72.35 | 81.32 | 54.53 | - |
| YUV | 229.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 179 | 0.01 | 0 | 0.24 | 0.07 | 63.1 | 0.62 | 0.82 |
| Hex | EA | ED | B3 | 1 | 0 | 18 | 7 | 3F | 3E | 52 |
| Octal | 352 | 355 | 263 | 1 | 0 | 30 | 7 | 77 | 76 | 122 |
| Binary | 11101010 | 11101101 | 10110011 | 1 | 0 | 11000 | 111 | 111111 | 111110 | 1010010 |
Color Harmonies of #EAEDB3
Complementary color
Monochromatic Colors of #EAEDB3
Black with #EAEDB3
Text Example
Text Example
White with #EAEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDB3; }
p { color: rgb(234,237,179); }
H1.HeaderClassName
{
color: #EAEDB3;
}
.AnyTagClassName
{
color: #EAEDB3;
}
</style>
background-color css
<style>
a { background-color: #EAEDB3; }
a { background-color: rgb(234,237,179); }
div.DivClassName
{
background-color: #EAEDB3;
}
.BgClassName
{
background-color: #EAEDB3;
}
</style>
border-color css
<style>
span { border-color: #EAEDB3; }
span { border-color: rgb(234,237,179); }
td.TdClassName
{
border-color: #EAEDB3;
}
.TagClassName
{
border-color: #EAEDB3;
}
</style>