Shades of Medium Goldenrod #EAEDA4
Tints of Medium Goldenrod #EAEDA4
RGB
CMYK
RGB Variations
Color information
#EAEDA4 (or 0xEAEDA4) is known color: Medium Goldenrod. HEX triplet: EA, ED and A4. RGB value is (234,237,164). Sum of RGB (Red+Green+Blue) = 234+237+164=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 164 (64.45% from 255 or 25.83% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEDA4 is #15125B. Grayscale: #E4E4E4. Windows color (decimal): -1380956 or 10808810. OLE color: 10808810.
HSL color Cylindrical-coordinate representation of color #EAEDA4: hue angle of 62.47º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAEDA4 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 164 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.07 |
| HSL | 62.47º | 0.67% | 0.79% | - |
| HSV(B) | 62.47º | 0.31% | 0.93% | - |
| XYZ | 70.92 | 80.74 | 46.97 | - |
| YUV | 227.78 | 92.01 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 164 | 0.01 | 0 | 0.31 | 0.07 | 62.47 | 0.67 | 0.79 |
| Hex | EA | ED | A4 | 1 | 0 | 1F | 7 | 3E | 43 | 4F |
| Octal | 352 | 355 | 244 | 1 | 0 | 37 | 7 | 76 | 103 | 117 |
| Binary | 11101010 | 11101101 | 10100100 | 1 | 0 | 11111 | 111 | 111110 | 1000011 | 1001111 |
Color Harmonies of #EAEDA4
Complementary color
Monochromatic Colors of #EAEDA4
Black with #EAEDA4
Text Example
Text Example
White with #EAEDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDA4; }
p { color: rgb(234,237,164); }
H1.HeaderClassName
{
color: #EAEDA4;
}
.AnyTagClassName
{
color: #EAEDA4;
}
</style>
background-color css
<style>
a { background-color: #EAEDA4; }
a { background-color: rgb(234,237,164); }
div.DivClassName
{
background-color: #EAEDA4;
}
.BgClassName
{
background-color: #EAEDA4;
}
</style>
border-color css
<style>
span { border-color: #EAEDA4; }
span { border-color: rgb(234,237,164); }
td.TdClassName
{
border-color: #EAEDA4;
}
.TagClassName
{
border-color: #EAEDA4;
}
</style>