Shades of Medium Goldenrod #EFF1AC
Tints of Medium Goldenrod #EFF1AC
RGB
CMYK
RGB Variations
Color information
#EFF1AC (or 0xEFF1AC) is known color: Medium Goldenrod. HEX triplet: EF, F1 and AC. RGB value is (239,241,172). Sum of RGB (Red+Green+Blue) = 239+241+172=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 172 (67.58% from 255 or 26.38% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF1AC is #100E53. Grayscale: #E8E8E8. Windows color (decimal): -1052244 or 11334127. OLE color: 11334127.
HSL color Cylindrical-coordinate representation of color #EFF1AC: hue angle of 61.74º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFF1AC is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 172 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.05 |
| HSL | 61.74º | 0.71% | 0.81% | - |
| HSV(B) | 61.74º | 0.29% | 0.95% | - |
| XYZ | 74.5 | 84.24 | 51.36 | - |
| YUV | 232.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 172 | 0.01 | 0 | 0.29 | 0.05 | 61.74 | 0.71 | 0.81 |
| Hex | EF | F1 | AC | 1 | 0 | 1D | 5 | 3E | 47 | 51 |
| Octal | 357 | 361 | 254 | 1 | 0 | 35 | 5 | 76 | 107 | 121 |
| Binary | 11101111 | 11110001 | 10101100 | 1 | 0 | 11101 | 101 | 111110 | 1000111 | 1010001 |
Color Harmonies of #EFF1AC
Complementary color
Monochromatic Colors of #EFF1AC
Black with #EFF1AC
Text Example
Text Example
White with #EFF1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1AC; }
p { color: rgb(239,241,172); }
H1.HeaderClassName
{
color: #EFF1AC;
}
.AnyTagClassName
{
color: #EFF1AC;
}
</style>
background-color css
<style>
a { background-color: #EFF1AC; }
a { background-color: rgb(239,241,172); }
div.DivClassName
{
background-color: #EFF1AC;
}
.BgClassName
{
background-color: #EFF1AC;
}
</style>
border-color css
<style>
span { border-color: #EFF1AC; }
span { border-color: rgb(239,241,172); }
td.TdClassName
{
border-color: #EFF1AC;
}
.TagClassName
{
border-color: #EFF1AC;
}
</style>