Shades of Medium Goldenrod #EFEBB9
Tints of Medium Goldenrod #EFEBB9
RGB
CMYK
RGB Variations
Color information
#EFEBB9 (or 0xEFEBB9) is known color: Medium Goldenrod. HEX triplet: EF, EB and B9. RGB value is (239,235,185). Sum of RGB (Red+Green+Blue) = 239+235+185=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 185 (72.66% from 255 or 28.07% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBB9 is #101446. Grayscale: #E6E6E6. Windows color (decimal): -1053767 or 12184559. OLE color: 12184559.
HSL color Cylindrical-coordinate representation of color #EFEBB9: hue angle of 55.56º 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 #EFEBB9 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 185 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.06 |
| HSL | 55.56º | 0.63% | 0.83% | - |
| HSV(B) | 55.56º | 0.23% | 0.94% | - |
| XYZ | 74.06 | 81.27 | 57.68 | - |
| YUV | 230.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 185 | 0 | 0.02 | 0.23 | 0.06 | 55.56 | 0.63 | 0.83 |
| Hex | EF | EB | B9 | 0 | 2 | 17 | 6 | 38 | 3F | 53 |
| Octal | 357 | 353 | 271 | 0 | 2 | 27 | 6 | 70 | 77 | 123 |
| Binary | 11101111 | 11101011 | 10111001 | 0 | 10 | 10111 | 110 | 111000 | 111111 | 1010011 |
Color Harmonies of #EFEBB9
Complementary color
Monochromatic Colors of #EFEBB9
Black with #EFEBB9
Text Example
Text Example
White with #EFEBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBB9; }
p { color: rgb(239,235,185); }
H1.HeaderClassName
{
color: #EFEBB9;
}
.AnyTagClassName
{
color: #EFEBB9;
}
</style>
background-color css
<style>
a { background-color: #EFEBB9; }
a { background-color: rgb(239,235,185); }
div.DivClassName
{
background-color: #EFEBB9;
}
.BgClassName
{
background-color: #EFEBB9;
}
</style>
border-color css
<style>
span { border-color: #EFEBB9; }
span { border-color: rgb(239,235,185); }
td.TdClassName
{
border-color: #EFEBB9;
}
.TagClassName
{
border-color: #EFEBB9;
}
</style>