Shades of Medium Goldenrod #EDEEA7
Tints of Medium Goldenrod #EDEEA7
RGB
CMYK
RGB Variations
Color information
#EDEEA7 (or 0xEDEEA7) is known color: Medium Goldenrod. HEX triplet: ED, EE and A7. RGB value is (237,238,167). Sum of RGB (Red+Green+Blue) = 237+238+167=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 167 (65.62% from 255 or 26.01% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEA7 is #121158. Grayscale: #E5E5E5. Windows color (decimal): -1184089 or 11005677. OLE color: 11005677.
HSL color Cylindrical-coordinate representation of color #EDEEA7: hue angle of 60.85º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDEEA7 is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 167 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.07 |
| HSL | 60.85º | 0.68% | 0.79% | - |
| HSV(B) | 60.85º | 0.3% | 0.93% | - |
| XYZ | 72.47 | 81.94 | 48.56 | - |
| YUV | 229.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 167 | 0.00 | 0 | 0.30 | 0.07 | 60.85 | 0.68 | 0.79 |
| Hex | ED | EE | A7 | 0 | 0 | 1E | 7 | 3D | 44 | 4F |
| Octal | 355 | 356 | 247 | 0 | 0 | 36 | 7 | 75 | 104 | 117 |
| Binary | 11101101 | 11101110 | 10100111 | 0 | 0 | 11110 | 111 | 111101 | 1000100 | 1001111 |
Color Harmonies of #EDEEA7
Complementary color
Monochromatic Colors of #EDEEA7
Black with #EDEEA7
Text Example
Text Example
White with #EDEEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEA7; }
p { color: rgb(237,238,167); }
H1.HeaderClassName
{
color: #EDEEA7;
}
.AnyTagClassName
{
color: #EDEEA7;
}
</style>
background-color css
<style>
a { background-color: #EDEEA7; }
a { background-color: rgb(237,238,167); }
div.DivClassName
{
background-color: #EDEEA7;
}
.BgClassName
{
background-color: #EDEEA7;
}
</style>
border-color css
<style>
span { border-color: #EDEEA7; }
span { border-color: rgb(237,238,167); }
td.TdClassName
{
border-color: #EDEEA7;
}
.TagClassName
{
border-color: #EDEEA7;
}
</style>