Shades of Medium Goldenrod #EDEAB1
Tints of Medium Goldenrod #EDEAB1
RGB
CMYK
RGB Variations
Color information
#EDEAB1 (or 0xEDEAB1) is known color: Medium Goldenrod. HEX triplet: ED, EA and B1. RGB value is (237,234,177). Sum of RGB (Red+Green+Blue) = 237+234+177=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 177 (69.53% from 255 or 27.31% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAB1 is #12154E. Grayscale: #E4E4E4. Windows color (decimal): -1185103 or 11660013. OLE color: 11660013.
HSL color Cylindrical-coordinate representation of color #EDEAB1: hue angle of 57º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDEAB1 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 177 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.07 |
| HSL | 57º | 0.63% | 0.81% | - |
| HSV(B) | 57º | 0.25% | 0.93% | - |
| XYZ | 72.28 | 80.02 | 53.23 | - |
| YUV | 228.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 177 | 0 | 0.01 | 0.25 | 0.07 | 57 | 0.63 | 0.81 |
| Hex | ED | EA | B1 | 0 | 1 | 19 | 7 | 39 | 3E | 51 |
| Octal | 355 | 352 | 261 | 0 | 1 | 31 | 7 | 71 | 76 | 121 |
| Binary | 11101101 | 11101010 | 10110001 | 0 | 1 | 11001 | 111 | 111001 | 111110 | 1010001 |
Color Harmonies of #EDEAB1
Complementary color
Monochromatic Colors of #EDEAB1
Black with #EDEAB1
Text Example
Text Example
White with #EDEAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAB1; }
p { color: rgb(237,234,177); }
H1.HeaderClassName
{
color: #EDEAB1;
}
.AnyTagClassName
{
color: #EDEAB1;
}
</style>
background-color css
<style>
a { background-color: #EDEAB1; }
a { background-color: rgb(237,234,177); }
div.DivClassName
{
background-color: #EDEAB1;
}
.BgClassName
{
background-color: #EDEAB1;
}
</style>
border-color css
<style>
span { border-color: #EDEAB1; }
span { border-color: rgb(237,234,177); }
td.TdClassName
{
border-color: #EDEAB1;
}
.TagClassName
{
border-color: #EDEAB1;
}
</style>