Shades of Medium Goldenrod #EFEEAA
Tints of Medium Goldenrod #EFEEAA
RGB
CMYK
RGB Variations
Color information
#EFEEAA (or 0xEFEEAA) is known color: Medium Goldenrod. HEX triplet: EF, EE and AA. RGB value is (239,238,170). Sum of RGB (Red+Green+Blue) = 239+238+170=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEAA is #101155. Grayscale: #E6E6E6. Windows color (decimal): -1053014 or 11202287. OLE color: 11202287.
HSL color Cylindrical-coordinate representation of color #EFEEAA: hue angle of 59.13º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFEEAA is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 170 | - |
| CMYK | 0 | 0.00 | 0.29 | 0.06 |
| HSL | 59.13º | 0.68% | 0.8% | - |
| HSV(B) | 59.13º | 0.29% | 0.94% | - |
| XYZ | 73.43 | 82.4 | 50.07 | - |
| YUV | 230.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 170 | 0 | 0.00 | 0.29 | 0.06 | 59.13 | 0.68 | 0.8 |
| Hex | EF | EE | AA | 0 | 0 | 1D | 6 | 3B | 44 | 50 |
| Octal | 357 | 356 | 252 | 0 | 0 | 35 | 6 | 73 | 104 | 120 |
| Binary | 11101111 | 11101110 | 10101010 | 0 | 0 | 11101 | 110 | 111011 | 1000100 | 1010000 |
Color Harmonies of #EFEEAA
Complementary color
Monochromatic Colors of #EFEEAA
Black with #EFEEAA
Text Example
Text Example
White with #EFEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEAA; }
p { color: rgb(239,238,170); }
H1.HeaderClassName
{
color: #EFEEAA;
}
.AnyTagClassName
{
color: #EFEEAA;
}
</style>
background-color css
<style>
a { background-color: #EFEEAA; }
a { background-color: rgb(239,238,170); }
div.DivClassName
{
background-color: #EFEEAA;
}
.BgClassName
{
background-color: #EFEEAA;
}
</style>
border-color css
<style>
span { border-color: #EFEEAA; }
span { border-color: rgb(239,238,170); }
td.TdClassName
{
border-color: #EFEEAA;
}
.TagClassName
{
border-color: #EFEEAA;
}
</style>