Shades of Medium Goldenrod #EFF1AD
Tints of Medium Goldenrod #EFF1AD
RGB
CMYK
RGB Variations
Color information
#EFF1AD (or 0xEFF1AD) is known color: Medium Goldenrod. HEX triplet: EF, F1 and AD. RGB value is (239,241,173). Sum of RGB (Red+Green+Blue) = 239+241+173=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF1AD is #100E52. Grayscale: #E8E8E8. Windows color (decimal): -1052243 or 11399663. OLE color: 11399663.
HSL color Cylindrical-coordinate representation of color #EFF1AD: hue angle of 61.76º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFF1AD is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 173 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.05 |
| HSL | 61.76º | 0.71% | 0.81% | - |
| HSV(B) | 61.76º | 0.28% | 0.95% | - |
| XYZ | 74.59 | 84.28 | 51.87 | - |
| YUV | 232.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 173 | 0.01 | 0 | 0.28 | 0.05 | 61.76 | 0.71 | 0.81 |
| Hex | EF | F1 | AD | 1 | 0 | 1C | 5 | 3E | 47 | 51 |
| Octal | 357 | 361 | 255 | 1 | 0 | 34 | 5 | 76 | 107 | 121 |
| Binary | 11101111 | 11110001 | 10101101 | 1 | 0 | 11100 | 101 | 111110 | 1000111 | 1010001 |
Color Harmonies of #EFF1AD
Complementary color
Monochromatic Colors of #EFF1AD
Black with #EFF1AD
Text Example
Text Example
White with #EFF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1AD; }
p { color: rgb(239,241,173); }
H1.HeaderClassName
{
color: #EFF1AD;
}
.AnyTagClassName
{
color: #EFF1AD;
}
</style>
background-color css
<style>
a { background-color: #EFF1AD; }
a { background-color: rgb(239,241,173); }
div.DivClassName
{
background-color: #EFF1AD;
}
.BgClassName
{
background-color: #EFF1AD;
}
</style>
border-color css
<style>
span { border-color: #EFF1AD; }
span { border-color: rgb(239,241,173); }
td.TdClassName
{
border-color: #EFF1AD;
}
.TagClassName
{
border-color: #EFF1AD;
}
</style>