Shades of Medium Goldenrod #EFEFA5
Tints of Medium Goldenrod #EFEFA5
RGB
CMYK
RGB Variations
Color information
#EFEFA5 (or 0xEFEFA5) is known color: Medium Goldenrod. HEX triplet: EF, EF and A5. RGB value is (239,239,165). Sum of RGB (Red+Green+Blue) = 239+239+165=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 165 (64.84% from 255 or 25.66% from 643); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEFA5 is #10105A. Grayscale: #E6E6E6. Windows color (decimal): -1052763 or 10874863. OLE color: 10874863.
HSL color Cylindrical-coordinate representation of color #EFEFA5: hue angle of 60º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFEFA5 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 165 | - |
| CMYK | 0 | 0 | 0.31 | 0.06 |
| HSL | 60º | 0.7% | 0.79% | - |
| HSV(B) | 60º | 0.31% | 0.94% | - |
| XYZ | 73.25 | 82.8 | 47.72 | - |
| YUV | 230.56 | 91 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 165 | 0 | 0 | 0.31 | 0.06 | 60 | 0.7 | 0.79 |
| Hex | EF | EF | A5 | 0 | 0 | 1F | 6 | 3C | 46 | 4F |
| Octal | 357 | 357 | 245 | 0 | 0 | 37 | 6 | 74 | 106 | 117 |
| Binary | 11101111 | 11101111 | 10100101 | 0 | 0 | 11111 | 110 | 111100 | 1000110 | 1001111 |
Color Harmonies of #EFEFA5
Complementary color
Monochromatic Colors of #EFEFA5
Black with #EFEFA5
Text Example
Text Example
White with #EFEFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFA5; }
p { color: rgb(239,239,165); }
H1.HeaderClassName
{
color: #EFEFA5;
}
.AnyTagClassName
{
color: #EFEFA5;
}
</style>
background-color css
<style>
a { background-color: #EFEFA5; }
a { background-color: rgb(239,239,165); }
div.DivClassName
{
background-color: #EFEFA5;
}
.BgClassName
{
background-color: #EFEFA5;
}
</style>
border-color css
<style>
span { border-color: #EFEFA5; }
span { border-color: rgb(239,239,165); }
td.TdClassName
{
border-color: #EFEFA5;
}
.TagClassName
{
border-color: #EFEFA5;
}
</style>