Shades of Medium Goldenrod #EDEEB5
Tints of Medium Goldenrod #EDEEB5
RGB
CMYK
RGB Variations
Color information
#EDEEB5 (or 0xEDEEB5) is known color: Medium Goldenrod. HEX triplet: ED, EE and B5. RGB value is (237,238,181). Sum of RGB (Red+Green+Blue) = 237+238+181=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 181 (71.09% from 255 or 27.59% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEB5 is #12114A. Grayscale: #E7E7E7. Windows color (decimal): -1184075 or 11923181. OLE color: 11923181.
HSL color Cylindrical-coordinate representation of color #EDEEB5: hue angle of 61.05º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDEEB5 is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 181 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.07 |
| HSL | 61.05º | 0.63% | 0.82% | - |
| HSV(B) | 61.05º | 0.24% | 0.93% | - |
| XYZ | 73.84 | 82.49 | 55.75 | - |
| YUV | 231.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 181 | 0.00 | 0 | 0.24 | 0.07 | 61.05 | 0.63 | 0.82 |
| Hex | ED | EE | B5 | 0 | 0 | 18 | 7 | 3D | 3F | 52 |
| Octal | 355 | 356 | 265 | 0 | 0 | 30 | 7 | 75 | 77 | 122 |
| Binary | 11101101 | 11101110 | 10110101 | 0 | 0 | 11000 | 111 | 111101 | 111111 | 1010010 |
Color Harmonies of #EDEEB5
Complementary color
Monochromatic Colors of #EDEEB5
Black with #EDEEB5
Text Example
Text Example
White with #EDEEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEB5; }
p { color: rgb(237,238,181); }
H1.HeaderClassName
{
color: #EDEEB5;
}
.AnyTagClassName
{
color: #EDEEB5;
}
</style>
background-color css
<style>
a { background-color: #EDEEB5; }
a { background-color: rgb(237,238,181); }
div.DivClassName
{
background-color: #EDEEB5;
}
.BgClassName
{
background-color: #EDEEB5;
}
</style>
border-color css
<style>
span { border-color: #EDEEB5; }
span { border-color: rgb(237,238,181); }
td.TdClassName
{
border-color: #EDEEB5;
}
.TagClassName
{
border-color: #EDEEB5;
}
</style>