Shades of Medium Goldenrod #EEEAB5
Tints of Medium Goldenrod #EEEAB5
RGB
CMYK
RGB Variations
Color information
#EEEAB5 (or 0xEEEAB5) is known color: Medium Goldenrod. HEX triplet: EE, EA and B5. RGB value is (238,234,181). Sum of RGB (Red+Green+Blue) = 238+234+181=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 181 (71.09% from 255 or 27.72% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEAB5 is #11154A. Grayscale: #E5E5E5. Windows color (decimal): -1119563 or 11922158. OLE color: 11922158.
HSL color Cylindrical-coordinate representation of color #EEEAB5: hue angle of 55.79º 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 #EEEAB5 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 181 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.07 |
| HSL | 55.79º | 0.63% | 0.82% | - |
| HSV(B) | 55.79º | 0.24% | 0.93% | - |
| XYZ | 73.02 | 80.36 | 55.38 | - |
| YUV | 229.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 181 | 0 | 0.02 | 0.24 | 0.07 | 55.79 | 0.63 | 0.82 |
| Hex | EE | EA | B5 | 0 | 2 | 18 | 7 | 38 | 3F | 52 |
| Octal | 356 | 352 | 265 | 0 | 2 | 30 | 7 | 70 | 77 | 122 |
| Binary | 11101110 | 11101010 | 10110101 | 0 | 10 | 11000 | 111 | 111000 | 111111 | 1010010 |
Color Harmonies of #EEEAB5
Complementary color
Monochromatic Colors of #EEEAB5
Black with #EEEAB5
Text Example
Text Example
White with #EEEAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAB5; }
p { color: rgb(238,234,181); }
H1.HeaderClassName
{
color: #EEEAB5;
}
.AnyTagClassName
{
color: #EEEAB5;
}
</style>
background-color css
<style>
a { background-color: #EEEAB5; }
a { background-color: rgb(238,234,181); }
div.DivClassName
{
background-color: #EEEAB5;
}
.BgClassName
{
background-color: #EEEAB5;
}
</style>
border-color css
<style>
span { border-color: #EEEAB5; }
span { border-color: rgb(238,234,181); }
td.TdClassName
{
border-color: #EEEAB5;
}
.TagClassName
{
border-color: #EEEAB5;
}
</style>