Shades of Medium Goldenrod #EFECB9
Tints of Medium Goldenrod #EFECB9
RGB
CMYK
RGB Variations
Color information
#EFECB9 (or 0xEFECB9) is known color: Medium Goldenrod. HEX triplet: EF, EC and B9. RGB value is (239,236,185). Sum of RGB (Red+Green+Blue) = 239+236+185=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 185 (72.66% from 255 or 28.03% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECB9 is #101346. Grayscale: #E7E7E7. Windows color (decimal): -1053511 or 12184815. OLE color: 12184815.
HSL color Cylindrical-coordinate representation of color #EFECB9: hue angle of 56.67º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFECB9 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 185 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.06 |
| HSL | 56.67º | 0.63% | 0.83% | - |
| HSV(B) | 56.67º | 0.23% | 0.94% | - |
| XYZ | 74.35 | 81.84 | 57.78 | - |
| YUV | 231.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 185 | 0 | 0.01 | 0.23 | 0.06 | 56.67 | 0.63 | 0.83 |
| Hex | EF | EC | B9 | 0 | 1 | 17 | 6 | 39 | 3F | 53 |
| Octal | 357 | 354 | 271 | 0 | 1 | 27 | 6 | 71 | 77 | 123 |
| Binary | 11101111 | 11101100 | 10111001 | 0 | 1 | 10111 | 110 | 111001 | 111111 | 1010011 |
Color Harmonies of #EFECB9
Complementary color
Monochromatic Colors of #EFECB9
Black with #EFECB9
Text Example
Text Example
White with #EFECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECB9; }
p { color: rgb(239,236,185); }
H1.HeaderClassName
{
color: #EFECB9;
}
.AnyTagClassName
{
color: #EFECB9;
}
</style>
background-color css
<style>
a { background-color: #EFECB9; }
a { background-color: rgb(239,236,185); }
div.DivClassName
{
background-color: #EFECB9;
}
.BgClassName
{
background-color: #EFECB9;
}
</style>
border-color css
<style>
span { border-color: #EFECB9; }
span { border-color: rgb(239,236,185); }
td.TdClassName
{
border-color: #EFECB9;
}
.TagClassName
{
border-color: #EFECB9;
}
</style>