Shades of Medium Goldenrod #EFEEB6
Tints of Medium Goldenrod #EFEEB6
RGB
CMYK
RGB Variations
Color information
#EFEEB6 (or 0xEFEEB6) is known color: Medium Goldenrod. HEX triplet: EF, EE and B6. RGB value is (239,238,182). Sum of RGB (Red+Green+Blue) = 239+238+182=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 182 (71.48% from 255 or 27.62% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEB6 is #101149. Grayscale: #E8E8E8. Windows color (decimal): -1053002 or 11988719. OLE color: 11988719.
HSL color Cylindrical-coordinate representation of color #EFEEB6: hue angle of 58.95º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFEEB6 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 182 | - |
| CMYK | 0 | 0.00 | 0.24 | 0.06 |
| HSL | 58.95º | 0.64% | 0.83% | - |
| HSV(B) | 58.95º | 0.24% | 0.94% | - |
| XYZ | 74.61 | 82.88 | 56.32 | - |
| YUV | 231.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 182 | 0 | 0.00 | 0.24 | 0.06 | 58.95 | 0.64 | 0.83 |
| Hex | EF | EE | B6 | 0 | 0 | 18 | 6 | 3B | 40 | 53 |
| Octal | 357 | 356 | 266 | 0 | 0 | 30 | 6 | 73 | 100 | 123 |
| Binary | 11101111 | 11101110 | 10110110 | 0 | 0 | 11000 | 110 | 111011 | 1000000 | 1010011 |
Color Harmonies of #EFEEB6
Complementary color
Monochromatic Colors of #EFEEB6
Black with #EFEEB6
Text Example
Text Example
White with #EFEEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEB6; }
p { color: rgb(239,238,182); }
H1.HeaderClassName
{
color: #EFEEB6;
}
.AnyTagClassName
{
color: #EFEEB6;
}
</style>
background-color css
<style>
a { background-color: #EFEEB6; }
a { background-color: rgb(239,238,182); }
div.DivClassName
{
background-color: #EFEEB6;
}
.BgClassName
{
background-color: #EFEEB6;
}
</style>
border-color css
<style>
span { border-color: #EFEEB6; }
span { border-color: rgb(239,238,182); }
td.TdClassName
{
border-color: #EFEEB6;
}
.TagClassName
{
border-color: #EFEEB6;
}
</style>