Shades of Medium Goldenrod #EFEDB3
Tints of Medium Goldenrod #EFEDB3
RGB
CMYK
RGB Variations
Color information
#EFEDB3 (or 0xEFEDB3) is known color: Medium Goldenrod. HEX triplet: EF, ED and B3. RGB value is (239,237,179). Sum of RGB (Red+Green+Blue) = 239+237+179=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 179 (70.31% from 255 or 27.33% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDB3 is #10124C. Grayscale: #E7E7E7. Windows color (decimal): -1053261 or 11791855. OLE color: 11791855.
HSL color Cylindrical-coordinate representation of color #EFEDB3: hue angle of 58º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFEDB3 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 179 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.06 |
| HSL | 58º | 0.65% | 0.82% | - |
| HSV(B) | 58º | 0.25% | 0.94% | - |
| XYZ | 74.02 | 82.17 | 54.61 | - |
| YUV | 230.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 179 | 0 | 0.01 | 0.25 | 0.06 | 58 | 0.65 | 0.82 |
| Hex | EF | ED | B3 | 0 | 1 | 19 | 6 | 3A | 41 | 52 |
| Octal | 357 | 355 | 263 | 0 | 1 | 31 | 6 | 72 | 101 | 122 |
| Binary | 11101111 | 11101101 | 10110011 | 0 | 1 | 11001 | 110 | 111010 | 1000001 | 1010010 |
Color Harmonies of #EFEDB3
Complementary color
Monochromatic Colors of #EFEDB3
Black with #EFEDB3
Text Example
Text Example
White with #EFEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDB3; }
p { color: rgb(239,237,179); }
H1.HeaderClassName
{
color: #EFEDB3;
}
.AnyTagClassName
{
color: #EFEDB3;
}
</style>
background-color css
<style>
a { background-color: #EFEDB3; }
a { background-color: rgb(239,237,179); }
div.DivClassName
{
background-color: #EFEDB3;
}
.BgClassName
{
background-color: #EFEDB3;
}
</style>
border-color css
<style>
span { border-color: #EFEDB3; }
span { border-color: rgb(239,237,179); }
td.TdClassName
{
border-color: #EFEDB3;
}
.TagClassName
{
border-color: #EFEDB3;
}
</style>