Shades of Medium Goldenrod #EFF0AE
Tints of Medium Goldenrod #EFF0AE
RGB
CMYK
RGB Variations
Color information
#EFF0AE (or 0xEFF0AE) is known color: Medium Goldenrod. HEX triplet: EF, F0 and AE. RGB value is (239,240,174). Sum of RGB (Red+Green+Blue) = 239+240+174=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 174 (68.36% from 255 or 26.65% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF0AE is #100F51. Grayscale: #E8E8E8. Windows color (decimal): -1052498 or 11464943. OLE color: 11464943.
HSL color Cylindrical-coordinate representation of color #EFF0AE: hue angle of 60.91º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFF0AE is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 174 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.06 |
| HSL | 60.91º | 0.69% | 0.81% | - |
| HSV(B) | 60.91º | 0.28% | 0.94% | - |
| XYZ | 74.4 | 83.73 | 52.28 | - |
| YUV | 232.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 174 | 0.00 | 0 | 0.28 | 0.06 | 60.91 | 0.69 | 0.81 |
| Hex | EF | F0 | AE | 0 | 0 | 1C | 6 | 3D | 45 | 51 |
| Octal | 357 | 360 | 256 | 0 | 0 | 34 | 6 | 75 | 105 | 121 |
| Binary | 11101111 | 11110000 | 10101110 | 0 | 0 | 11100 | 110 | 111101 | 1000101 | 1010001 |
Color Harmonies of #EFF0AE
Complementary color
Monochromatic Colors of #EFF0AE
Black with #EFF0AE
Text Example
Text Example
White with #EFF0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0AE; }
p { color: rgb(239,240,174); }
H1.HeaderClassName
{
color: #EFF0AE;
}
.AnyTagClassName
{
color: #EFF0AE;
}
</style>
background-color css
<style>
a { background-color: #EFF0AE; }
a { background-color: rgb(239,240,174); }
div.DivClassName
{
background-color: #EFF0AE;
}
.BgClassName
{
background-color: #EFF0AE;
}
</style>
border-color css
<style>
span { border-color: #EFF0AE; }
span { border-color: rgb(239,240,174); }
td.TdClassName
{
border-color: #EFF0AE;
}
.TagClassName
{
border-color: #EFF0AE;
}
</style>