Shades of Medium Goldenrod #EDEEB3
Tints of Medium Goldenrod #EDEEB3
RGB
CMYK
RGB Variations
Color information
#EDEEB3 (or 0xEDEEB3) is known color: Medium Goldenrod. HEX triplet: ED, EE and B3. RGB value is (237,238,179). Sum of RGB (Red+Green+Blue) = 237+238+179=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 179 (70.31% from 255 or 27.37% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEB3 is #12114C. Grayscale: #E7E7E7. Windows color (decimal): -1184077 or 11792109. OLE color: 11792109.
HSL color Cylindrical-coordinate representation of color #EDEEB3: hue angle of 61.02º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDEEB3 is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 179 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.07 |
| HSL | 61.02º | 0.63% | 0.82% | - |
| HSV(B) | 61.02º | 0.25% | 0.93% | - |
| XYZ | 73.64 | 82.41 | 54.67 | - |
| YUV | 230.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 179 | 0.00 | 0 | 0.25 | 0.07 | 61.02 | 0.63 | 0.82 |
| Hex | ED | EE | B3 | 0 | 0 | 19 | 7 | 3D | 3F | 52 |
| Octal | 355 | 356 | 263 | 0 | 0 | 31 | 7 | 75 | 77 | 122 |
| Binary | 11101101 | 11101110 | 10110011 | 0 | 0 | 11001 | 111 | 111101 | 111111 | 1010010 |
Color Harmonies of #EDEEB3
Complementary color
Monochromatic Colors of #EDEEB3
Black with #EDEEB3
Text Example
Text Example
White with #EDEEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEB3; }
p { color: rgb(237,238,179); }
H1.HeaderClassName
{
color: #EDEEB3;
}
.AnyTagClassName
{
color: #EDEEB3;
}
</style>
background-color css
<style>
a { background-color: #EDEEB3; }
a { background-color: rgb(237,238,179); }
div.DivClassName
{
background-color: #EDEEB3;
}
.BgClassName
{
background-color: #EDEEB3;
}
</style>
border-color css
<style>
span { border-color: #EDEEB3; }
span { border-color: rgb(237,238,179); }
td.TdClassName
{
border-color: #EDEEB3;
}
.TagClassName
{
border-color: #EDEEB3;
}
</style>