Shades of Medium Goldenrod #EDEEA6
Tints of Medium Goldenrod #EDEEA6
RGB
CMYK
RGB Variations
Color information
#EDEEA6 (or 0xEDEEA6) is known color: Medium Goldenrod. HEX triplet: ED, EE and A6. RGB value is (237,238,166). Sum of RGB (Red+Green+Blue) = 237+238+166=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 166 (65.23% from 255 or 25.90% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEA6 is #121159. Grayscale: #E5E5E5. Windows color (decimal): -1184090 or 10940141. OLE color: 10940141.
HSL color Cylindrical-coordinate representation of color #EDEEA6: hue angle of 60.83º 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 #EDEEA6 is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 166 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.07 |
| HSL | 60.83º | 0.68% | 0.79% | - |
| HSV(B) | 60.83º | 0.3% | 0.93% | - |
| XYZ | 72.38 | 81.91 | 48.07 | - |
| YUV | 229.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 166 | 0.00 | 0 | 0.30 | 0.07 | 60.83 | 0.68 | 0.79 |
| Hex | ED | EE | A6 | 0 | 0 | 1E | 7 | 3D | 44 | 4F |
| Octal | 355 | 356 | 246 | 0 | 0 | 36 | 7 | 75 | 104 | 117 |
| Binary | 11101101 | 11101110 | 10100110 | 0 | 0 | 11110 | 111 | 111101 | 1000100 | 1001111 |
Color Harmonies of #EDEEA6
Complementary color
Monochromatic Colors of #EDEEA6
Black with #EDEEA6
Text Example
Text Example
White with #EDEEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEA6; }
p { color: rgb(237,238,166); }
H1.HeaderClassName
{
color: #EDEEA6;
}
.AnyTagClassName
{
color: #EDEEA6;
}
</style>
background-color css
<style>
a { background-color: #EDEEA6; }
a { background-color: rgb(237,238,166); }
div.DivClassName
{
background-color: #EDEEA6;
}
.BgClassName
{
background-color: #EDEEA6;
}
</style>
border-color css
<style>
span { border-color: #EDEEA6; }
span { border-color: rgb(237,238,166); }
td.TdClassName
{
border-color: #EDEEA6;
}
.TagClassName
{
border-color: #EDEEA6;
}
</style>