Shades of Medium Goldenrod #EDEAB0
Tints of Medium Goldenrod #EDEAB0
RGB
CMYK
RGB Variations
Color information
#EDEAB0 (or 0xEDEAB0) is known color: Medium Goldenrod. HEX triplet: ED, EA and B0. RGB value is (237,234,176). Sum of RGB (Red+Green+Blue) = 237+234+176=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAB0 is #12154F. Grayscale: #E4E4E4. Windows color (decimal): -1185104 or 11594477. OLE color: 11594477.
HSL color Cylindrical-coordinate representation of color #EDEAB0: hue angle of 57.05º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDEAB0 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 176 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.07 |
| HSL | 57.05º | 0.63% | 0.81% | - |
| HSV(B) | 57.05º | 0.26% | 0.93% | - |
| XYZ | 72.18 | 79.98 | 52.71 | - |
| YUV | 228.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 176 | 0 | 0.01 | 0.26 | 0.07 | 57.05 | 0.63 | 0.81 |
| Hex | ED | EA | B0 | 0 | 1 | 1A | 7 | 39 | 3F | 51 |
| Octal | 355 | 352 | 260 | 0 | 1 | 32 | 7 | 71 | 77 | 121 |
| Binary | 11101101 | 11101010 | 10110000 | 0 | 1 | 11010 | 111 | 111001 | 111111 | 1010001 |
Color Harmonies of #EDEAB0
Complementary color
Monochromatic Colors of #EDEAB0
Black with #EDEAB0
Text Example
Text Example
White with #EDEAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAB0; }
p { color: rgb(237,234,176); }
H1.HeaderClassName
{
color: #EDEAB0;
}
.AnyTagClassName
{
color: #EDEAB0;
}
</style>
background-color css
<style>
a { background-color: #EDEAB0; }
a { background-color: rgb(237,234,176); }
div.DivClassName
{
background-color: #EDEAB0;
}
.BgClassName
{
background-color: #EDEAB0;
}
</style>
border-color css
<style>
span { border-color: #EDEAB0; }
span { border-color: rgb(237,234,176); }
td.TdClassName
{
border-color: #EDEAB0;
}
.TagClassName
{
border-color: #EDEAB0;
}
</style>