Shades of Medium Goldenrod #EDEEA5
Tints of Medium Goldenrod #EDEEA5
RGB
CMYK
RGB Variations
Color information
#EDEEA5 (or 0xEDEEA5) is known color: Medium Goldenrod. HEX triplet: ED, EE and A5. RGB value is (237,238,165). Sum of RGB (Red+Green+Blue) = 237+238+165=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 165 (64.84% from 255 or 25.78% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEA5 is #12115A. Grayscale: #E5E5E5. Windows color (decimal): -1184091 or 10874605. OLE color: 10874605.
HSL color Cylindrical-coordinate representation of color #EDEEA5: hue angle of 60.82º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDEEA5 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 165 | - |
| CMYK | 0.00 | 0 | 0.31 | 0.07 |
| HSL | 60.82º | 0.68% | 0.79% | - |
| HSV(B) | 60.82º | 0.31% | 0.93% | - |
| XYZ | 72.29 | 81.87 | 47.59 | - |
| YUV | 229.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 165 | 0.00 | 0 | 0.31 | 0.07 | 60.82 | 0.68 | 0.79 |
| Hex | ED | EE | A5 | 0 | 0 | 1F | 7 | 3D | 44 | 4F |
| Octal | 355 | 356 | 245 | 0 | 0 | 37 | 7 | 75 | 104 | 117 |
| Binary | 11101101 | 11101110 | 10100101 | 0 | 0 | 11111 | 111 | 111101 | 1000100 | 1001111 |
Color Harmonies of #EDEEA5
Complementary color
Monochromatic Colors of #EDEEA5
Black with #EDEEA5
Text Example
Text Example
White with #EDEEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEA5; }
p { color: rgb(237,238,165); }
H1.HeaderClassName
{
color: #EDEEA5;
}
.AnyTagClassName
{
color: #EDEEA5;
}
</style>
background-color css
<style>
a { background-color: #EDEEA5; }
a { background-color: rgb(237,238,165); }
div.DivClassName
{
background-color: #EDEEA5;
}
.BgClassName
{
background-color: #EDEEA5;
}
</style>
border-color css
<style>
span { border-color: #EDEEA5; }
span { border-color: rgb(237,238,165); }
td.TdClassName
{
border-color: #EDEEA5;
}
.TagClassName
{
border-color: #EDEEA5;
}
</style>