Shades of Medium Goldenrod #EFEDB0
Tints of Medium Goldenrod #EFEDB0
RGB
CMYK
RGB Variations
Color information
#EFEDB0 (or 0xEFEDB0) is known color: Medium Goldenrod. HEX triplet: EF, ED and B0. RGB value is (239,237,176). Sum of RGB (Red+Green+Blue) = 239+237+176=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 176 (69.14% from 255 or 26.99% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDB0 is #10124F. Grayscale: #E6E6E6. Windows color (decimal): -1053264 or 11595247. OLE color: 11595247.
HSL color Cylindrical-coordinate representation of color #EFEDB0: hue angle of 58.1º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFEDB0 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 176 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.06 |
| HSL | 58.1º | 0.66% | 0.81% | - |
| HSV(B) | 58.1º | 0.26% | 0.94% | - |
| XYZ | 73.72 | 82.05 | 53.03 | - |
| YUV | 230.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 176 | 0 | 0.01 | 0.26 | 0.06 | 58.1 | 0.66 | 0.81 |
| Hex | EF | ED | B0 | 0 | 1 | 1A | 6 | 3A | 42 | 51 |
| Octal | 357 | 355 | 260 | 0 | 1 | 32 | 6 | 72 | 102 | 121 |
| Binary | 11101111 | 11101101 | 10110000 | 0 | 1 | 11010 | 110 | 111010 | 1000010 | 1010001 |
Color Harmonies of #EFEDB0
Complementary color
Monochromatic Colors of #EFEDB0
Black with #EFEDB0
Text Example
Text Example
White with #EFEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDB0; }
p { color: rgb(239,237,176); }
H1.HeaderClassName
{
color: #EFEDB0;
}
.AnyTagClassName
{
color: #EFEDB0;
}
</style>
background-color css
<style>
a { background-color: #EFEDB0; }
a { background-color: rgb(239,237,176); }
div.DivClassName
{
background-color: #EFEDB0;
}
.BgClassName
{
background-color: #EFEDB0;
}
</style>
border-color css
<style>
span { border-color: #EFEDB0; }
span { border-color: rgb(239,237,176); }
td.TdClassName
{
border-color: #EFEDB0;
}
.TagClassName
{
border-color: #EFEDB0;
}
</style>