Shades of Medium Goldenrod #EFEBB5
Tints of Medium Goldenrod #EFEBB5
RGB
CMYK
RGB Variations
Color information
#EFEBB5 (or 0xEFEBB5) is known color: Medium Goldenrod. HEX triplet: EF, EB and B5. RGB value is (239,235,181). Sum of RGB (Red+Green+Blue) = 239+235+181=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 181 (71.09% from 255 or 27.63% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBB5 is #10144A. Grayscale: #E6E6E6. Windows color (decimal): -1053771 or 11922415. OLE color: 11922415.
HSL color Cylindrical-coordinate representation of color #EFEBB5: hue angle of 55.86º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFEBB5 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 181 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.06 |
| HSL | 55.86º | 0.64% | 0.82% | - |
| HSV(B) | 55.86º | 0.24% | 0.94% | - |
| XYZ | 73.65 | 81.1 | 55.49 | - |
| YUV | 230.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 181 | 0 | 0.02 | 0.24 | 0.06 | 55.86 | 0.64 | 0.82 |
| Hex | EF | EB | B5 | 0 | 2 | 18 | 6 | 38 | 40 | 52 |
| Octal | 357 | 353 | 265 | 0 | 2 | 30 | 6 | 70 | 100 | 122 |
| Binary | 11101111 | 11101011 | 10110101 | 0 | 10 | 11000 | 110 | 111000 | 1000000 | 1010010 |
Color Harmonies of #EFEBB5
Complementary color
Monochromatic Colors of #EFEBB5
Black with #EFEBB5
Text Example
Text Example
White with #EFEBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBB5; }
p { color: rgb(239,235,181); }
H1.HeaderClassName
{
color: #EFEBB5;
}
.AnyTagClassName
{
color: #EFEBB5;
}
</style>
background-color css
<style>
a { background-color: #EFEBB5; }
a { background-color: rgb(239,235,181); }
div.DivClassName
{
background-color: #EFEBB5;
}
.BgClassName
{
background-color: #EFEBB5;
}
</style>
border-color css
<style>
span { border-color: #EFEBB5; }
span { border-color: rgb(239,235,181); }
td.TdClassName
{
border-color: #EFEBB5;
}
.TagClassName
{
border-color: #EFEBB5;
}
</style>