Shades of Medium Goldenrod #EDEAB8
Tints of Medium Goldenrod #EDEAB8
RGB
CMYK
RGB Variations
Color information
#EDEAB8 (or 0xEDEAB8) is known color: Medium Goldenrod. HEX triplet: ED, EA and B8. RGB value is (237,234,184). Sum of RGB (Red+Green+Blue) = 237+234+184=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 184 (72.27% from 255 or 28.09% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAB8 is #121547. Grayscale: #E5E5E5. Windows color (decimal): -1185096 or 12118765. OLE color: 12118765.
HSL color Cylindrical-coordinate representation of color #EDEAB8: hue angle of 56.6º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDEAB8 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 184 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.07 |
| HSL | 56.6º | 0.6% | 0.83% | - |
| HSV(B) | 56.6º | 0.22% | 0.93% | - |
| XYZ | 73 | 80.31 | 57 | - |
| YUV | 229.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 184 | 0 | 0.01 | 0.22 | 0.07 | 56.6 | 0.6 | 0.83 |
| Hex | ED | EA | B8 | 0 | 1 | 16 | 7 | 39 | 3C | 53 |
| Octal | 355 | 352 | 270 | 0 | 1 | 26 | 7 | 71 | 74 | 123 |
| Binary | 11101101 | 11101010 | 10111000 | 0 | 1 | 10110 | 111 | 111001 | 111100 | 1010011 |
Color Harmonies of #EDEAB8
Complementary color
Monochromatic Colors of #EDEAB8
Black with #EDEAB8
Text Example
Text Example
White with #EDEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAB8; }
p { color: rgb(237,234,184); }
H1.HeaderClassName
{
color: #EDEAB8;
}
.AnyTagClassName
{
color: #EDEAB8;
}
</style>
background-color css
<style>
a { background-color: #EDEAB8; }
a { background-color: rgb(237,234,184); }
div.DivClassName
{
background-color: #EDEAB8;
}
.BgClassName
{
background-color: #EDEAB8;
}
</style>
border-color css
<style>
span { border-color: #EDEAB8; }
span { border-color: rgb(237,234,184); }
td.TdClassName
{
border-color: #EDEAB8;
}
.TagClassName
{
border-color: #EDEAB8;
}
</style>