Shades of Medium Goldenrod #EDEEB4
Tints of Medium Goldenrod #EDEEB4
RGB
CMYK
RGB Variations
Color information
#EDEEB4 (or 0xEDEEB4) is known color: Medium Goldenrod. HEX triplet: ED, EE and B4. RGB value is (237,238,180). Sum of RGB (Red+Green+Blue) = 237+238+180=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 180 (70.70% from 255 or 27.48% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEB4 is #12114B. Grayscale: #E7E7E7. Windows color (decimal): -1184076 or 11857645. OLE color: 11857645.
HSL color Cylindrical-coordinate representation of color #EDEEB4: hue angle of 61.03º 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 #EDEEB4 is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 180 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.07 |
| HSL | 61.03º | 0.63% | 0.82% | - |
| HSV(B) | 61.03º | 0.24% | 0.93% | - |
| XYZ | 73.74 | 82.45 | 55.21 | - |
| YUV | 231.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 180 | 0.00 | 0 | 0.24 | 0.07 | 61.03 | 0.63 | 0.82 |
| Hex | ED | EE | B4 | 0 | 0 | 18 | 7 | 3D | 3F | 52 |
| Octal | 355 | 356 | 264 | 0 | 0 | 30 | 7 | 75 | 77 | 122 |
| Binary | 11101101 | 11101110 | 10110100 | 0 | 0 | 11000 | 111 | 111101 | 111111 | 1010010 |
Color Harmonies of #EDEEB4
Complementary color
Monochromatic Colors of #EDEEB4
Black with #EDEEB4
Text Example
Text Example
White with #EDEEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEB4; }
p { color: rgb(237,238,180); }
H1.HeaderClassName
{
color: #EDEEB4;
}
.AnyTagClassName
{
color: #EDEEB4;
}
</style>
background-color css
<style>
a { background-color: #EDEEB4; }
a { background-color: rgb(237,238,180); }
div.DivClassName
{
background-color: #EDEEB4;
}
.BgClassName
{
background-color: #EDEEB4;
}
</style>
border-color css
<style>
span { border-color: #EDEEB4; }
span { border-color: rgb(237,238,180); }
td.TdClassName
{
border-color: #EDEEB4;
}
.TagClassName
{
border-color: #EDEEB4;
}
</style>