Shades of Medium Goldenrod #EEEDB6
Tints of Medium Goldenrod #EEEDB6
RGB
CMYK
RGB Variations
Color information
#EEEDB6 (or 0xEEEDB6) is known color: Medium Goldenrod. HEX triplet: EE, ED and B6. RGB value is (238,237,182). Sum of RGB (Red+Green+Blue) = 238+237+182=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 182 (71.48% from 255 or 27.70% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDB6 is #111249. Grayscale: #E7E7E7. Windows color (decimal): -1118794 or 11988462. OLE color: 11988462.
HSL color Cylindrical-coordinate representation of color #EEEDB6: hue angle of 58.93º degrees, saturation: 0.62, 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 #EEEDB6 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 237 | 182 | - |
CMYK | 0 | 0.00 | 0.24 | 0.07 |
HSL | 58.93º | 0.62% | 0.82% | - |
HSV(B) | 58.93º | 0.24% | 0.93% | - |
XYZ | 73.99 | 82.12 | 56.21 | - |
YUV | 231.03 | 100.33 | 132.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 237 | 182 | 0 | 0.00 | 0.24 | 0.07 | 58.93 | 0.62 | 0.82 |
Hex | EE | ED | B6 | 0 | 0 | 18 | 7 | 3B | 3E | 52 |
Octal | 356 | 355 | 266 | 0 | 0 | 30 | 7 | 73 | 76 | 122 |
Binary | 11101110 | 11101101 | 10110110 | 0 | 0 | 11000 | 111 | 111011 | 111110 | 1010010 |
Color Harmonies of #EEEDB6
Complementary color
Monochromatic Colors of #EEEDB6
Black with #EEEDB6
Text Example
Text Example
White with #EEEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDB6; }
p { color: rgb(238,237,182); }
H1.HeaderClassName
{
color: #EEEDB6;
}
.AnyTagClassName
{
color: #EEEDB6;
}
</style>
background-color css
<style>
a { background-color: #EEEDB6; }
a { background-color: rgb(238,237,182); }
div.DivClassName
{
background-color: #EEEDB6;
}
.BgClassName
{
background-color: #EEEDB6;
}
</style>
border-color css
<style>
span { border-color: #EEEDB6; }
span { border-color: rgb(238,237,182); }
td.TdClassName
{
border-color: #EEEDB6;
}
.TagClassName
{
border-color: #EEEDB6;
}
</style>