Shades of Medium Goldenrod #EFF0AC
Tints of Medium Goldenrod #EFF0AC
RGB
CMYK
RGB Variations
Color information
#EFF0AC (or 0xEFF0AC) is known color: Medium Goldenrod. HEX triplet: EF, F0 and AC. RGB value is (239,240,172). Sum of RGB (Red+Green+Blue) = 239+240+172=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 172 (67.58% from 255 or 26.42% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF0AC is #100F53. Grayscale: #E8E8E8. Windows color (decimal): -1052500 or 11333871. OLE color: 11333871.
HSL color Cylindrical-coordinate representation of color #EFF0AC: hue angle of 60.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFF0AC is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 172 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.06 |
| HSL | 60.88º | 0.69% | 0.81% | - |
| HSV(B) | 60.88º | 0.28% | 0.94% | - |
| XYZ | 74.2 | 83.65 | 51.26 | - |
| YUV | 231.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 172 | 0.00 | 0 | 0.28 | 0.06 | 60.88 | 0.69 | 0.81 |
| Hex | EF | F0 | AC | 0 | 0 | 1C | 6 | 3D | 45 | 51 |
| Octal | 357 | 360 | 254 | 0 | 0 | 34 | 6 | 75 | 105 | 121 |
| Binary | 11101111 | 11110000 | 10101100 | 0 | 0 | 11100 | 110 | 111101 | 1000101 | 1010001 |
Color Harmonies of #EFF0AC
Complementary color
Monochromatic Colors of #EFF0AC
Black with #EFF0AC
Text Example
Text Example
White with #EFF0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0AC; }
p { color: rgb(239,240,172); }
H1.HeaderClassName
{
color: #EFF0AC;
}
.AnyTagClassName
{
color: #EFF0AC;
}
</style>
background-color css
<style>
a { background-color: #EFF0AC; }
a { background-color: rgb(239,240,172); }
div.DivClassName
{
background-color: #EFF0AC;
}
.BgClassName
{
background-color: #EFF0AC;
}
</style>
border-color css
<style>
span { border-color: #EFF0AC; }
span { border-color: rgb(239,240,172); }
td.TdClassName
{
border-color: #EFF0AC;
}
.TagClassName
{
border-color: #EFF0AC;
}
</style>