Shades of Medium Goldenrod #EFF0AD
Tints of Medium Goldenrod #EFF0AD
RGB
CMYK
RGB Variations
Color information
#EFF0AD (or 0xEFF0AD) is known color: Medium Goldenrod. HEX triplet: EF, F0 and AD. RGB value is (239,240,173). Sum of RGB (Red+Green+Blue) = 239+240+173=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 173 (67.97% from 255 or 26.53% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF0AD is #100F52. Grayscale: #E8E8E8. Windows color (decimal): -1052499 or 11399407. OLE color: 11399407.
HSL color Cylindrical-coordinate representation of color #EFF0AD: hue angle of 60.9º 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 #EFF0AD is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 173 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.06 |
| HSL | 60.9º | 0.69% | 0.81% | - |
| HSV(B) | 60.9º | 0.28% | 0.94% | - |
| XYZ | 74.3 | 83.69 | 51.77 | - |
| YUV | 232.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 173 | 0.00 | 0 | 0.28 | 0.06 | 60.9 | 0.69 | 0.81 |
| Hex | EF | F0 | AD | 0 | 0 | 1C | 6 | 3D | 45 | 51 |
| Octal | 357 | 360 | 255 | 0 | 0 | 34 | 6 | 75 | 105 | 121 |
| Binary | 11101111 | 11110000 | 10101101 | 0 | 0 | 11100 | 110 | 111101 | 1000101 | 1010001 |
Color Harmonies of #EFF0AD
Complementary color
Monochromatic Colors of #EFF0AD
Black with #EFF0AD
Text Example
Text Example
White with #EFF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0AD; }
p { color: rgb(239,240,173); }
H1.HeaderClassName
{
color: #EFF0AD;
}
.AnyTagClassName
{
color: #EFF0AD;
}
</style>
background-color css
<style>
a { background-color: #EFF0AD; }
a { background-color: rgb(239,240,173); }
div.DivClassName
{
background-color: #EFF0AD;
}
.BgClassName
{
background-color: #EFF0AD;
}
</style>
border-color css
<style>
span { border-color: #EFF0AD; }
span { border-color: rgb(239,240,173); }
td.TdClassName
{
border-color: #EFF0AD;
}
.TagClassName
{
border-color: #EFF0AD;
}
</style>