Shades of Medium Goldenrod #EFF0AB
Tints of Medium Goldenrod #EFF0AB
RGB
CMYK
RGB Variations
Color information
#EFF0AB (or 0xEFF0AB) is known color: Medium Goldenrod. HEX triplet: EF, F0 and AB. RGB value is (239,240,171). Sum of RGB (Red+Green+Blue) = 239+240+171=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF0AB is #100F54. Grayscale: #E8E8E8. Windows color (decimal): -1052501 or 11268335. OLE color: 11268335.
HSL color Cylindrical-coordinate representation of color #EFF0AB: hue angle of 60.87º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFF0AB is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 171 | - |
| CMYK | 0.00 | 0 | 0.29 | 0.06 |
| HSL | 60.87º | 0.7% | 0.81% | - |
| HSV(B) | 60.87º | 0.29% | 0.94% | - |
| XYZ | 74.11 | 83.61 | 50.76 | - |
| YUV | 231.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 171 | 0.00 | 0 | 0.29 | 0.06 | 60.87 | 0.7 | 0.81 |
| Hex | EF | F0 | AB | 0 | 0 | 1D | 6 | 3D | 46 | 51 |
| Octal | 357 | 360 | 253 | 0 | 0 | 35 | 6 | 75 | 106 | 121 |
| Binary | 11101111 | 11110000 | 10101011 | 0 | 0 | 11101 | 110 | 111101 | 1000110 | 1010001 |
Color Harmonies of #EFF0AB
Complementary color
Monochromatic Colors of #EFF0AB
Black with #EFF0AB
Text Example
Text Example
White with #EFF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0AB; }
p { color: rgb(239,240,171); }
H1.HeaderClassName
{
color: #EFF0AB;
}
.AnyTagClassName
{
color: #EFF0AB;
}
</style>
background-color css
<style>
a { background-color: #EFF0AB; }
a { background-color: rgb(239,240,171); }
div.DivClassName
{
background-color: #EFF0AB;
}
.BgClassName
{
background-color: #EFF0AB;
}
</style>
border-color css
<style>
span { border-color: #EFF0AB; }
span { border-color: rgb(239,240,171); }
td.TdClassName
{
border-color: #EFF0AB;
}
.TagClassName
{
border-color: #EFF0AB;
}
</style>