Shades of Medium Goldenrod #EFEEAB
Tints of Medium Goldenrod #EFEEAB
RGB
CMYK
RGB Variations
Color information
#EFEEAB (or 0xEFEEAB) is known color: Medium Goldenrod. HEX triplet: EF, EE and AB. RGB value is (239,238,171). Sum of RGB (Red+Green+Blue) = 239+238+171=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 171 (67.19% from 255 or 26.39% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEAB is #101154. Grayscale: #E6E6E6. Windows color (decimal): -1053013 or 11267823. OLE color: 11267823.
HSL color Cylindrical-coordinate representation of color #EFEEAB: hue angle of 59.12º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFEEAB is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 171 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.06 |
| HSL | 59.12º | 0.68% | 0.8% | - |
| HSV(B) | 59.12º | 0.28% | 0.94% | - |
| XYZ | 73.52 | 82.44 | 50.57 | - |
| YUV | 230.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 171 | 0 | 0.00 | 0.28 | 0.06 | 59.12 | 0.68 | 0.8 |
| Hex | EF | EE | AB | 0 | 0 | 1C | 6 | 3B | 44 | 50 |
| Octal | 357 | 356 | 253 | 0 | 0 | 34 | 6 | 73 | 104 | 120 |
| Binary | 11101111 | 11101110 | 10101011 | 0 | 0 | 11100 | 110 | 111011 | 1000100 | 1010000 |
Color Harmonies of #EFEEAB
Complementary color
Monochromatic Colors of #EFEEAB
Black with #EFEEAB
Text Example
Text Example
White with #EFEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEAB; }
p { color: rgb(239,238,171); }
H1.HeaderClassName
{
color: #EFEEAB;
}
.AnyTagClassName
{
color: #EFEEAB;
}
</style>
background-color css
<style>
a { background-color: #EFEEAB; }
a { background-color: rgb(239,238,171); }
div.DivClassName
{
background-color: #EFEEAB;
}
.BgClassName
{
background-color: #EFEEAB;
}
</style>
border-color css
<style>
span { border-color: #EFEEAB; }
span { border-color: rgb(239,238,171); }
td.TdClassName
{
border-color: #EFEEAB;
}
.TagClassName
{
border-color: #EFEEAB;
}
</style>