Shades of Medium Goldenrod #EFF0AA
Tints of Medium Goldenrod #EFF0AA
RGB
CMYK
RGB Variations
Color information
#EFF0AA (or 0xEFF0AA) is known color: Medium Goldenrod. HEX triplet: EF, F0 and AA. RGB value is (239,240,170). Sum of RGB (Red+Green+Blue) = 239+240+170=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF0AA is #100F55. Grayscale: #E8E8E8. Windows color (decimal): -1052502 or 11202799. OLE color: 11202799.
HSL color Cylindrical-coordinate representation of color #EFF0AA: hue angle of 60.86º degrees, saturation: 0.7, 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 #EFF0AA is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 170 | - |
| CMYK | 0.00 | 0 | 0.29 | 0.06 |
| HSL | 60.86º | 0.7% | 0.8% | - |
| HSV(B) | 60.86º | 0.29% | 0.94% | - |
| XYZ | 74.01 | 83.57 | 50.26 | - |
| YUV | 231.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 170 | 0.00 | 0 | 0.29 | 0.06 | 60.86 | 0.7 | 0.8 |
| Hex | EF | F0 | AA | 0 | 0 | 1D | 6 | 3D | 46 | 50 |
| Octal | 357 | 360 | 252 | 0 | 0 | 35 | 6 | 75 | 106 | 120 |
| Binary | 11101111 | 11110000 | 10101010 | 0 | 0 | 11101 | 110 | 111101 | 1000110 | 1010000 |
Color Harmonies of #EFF0AA
Complementary color
Monochromatic Colors of #EFF0AA
Black with #EFF0AA
Text Example
Text Example
White with #EFF0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0AA; }
p { color: rgb(239,240,170); }
H1.HeaderClassName
{
color: #EFF0AA;
}
.AnyTagClassName
{
color: #EFF0AA;
}
</style>
background-color css
<style>
a { background-color: #EFF0AA; }
a { background-color: rgb(239,240,170); }
div.DivClassName
{
background-color: #EFF0AA;
}
.BgClassName
{
background-color: #EFF0AA;
}
</style>
border-color css
<style>
span { border-color: #EFF0AA; }
span { border-color: rgb(239,240,170); }
td.TdClassName
{
border-color: #EFF0AA;
}
.TagClassName
{
border-color: #EFF0AA;
}
</style>