Shades of Medium Goldenrod #EFEBB4
Tints of Medium Goldenrod #EFEBB4
RGB
CMYK
RGB Variations
Color information
#EFEBB4 (or 0xEFEBB4) is known color: Medium Goldenrod. HEX triplet: EF, EB and B4. RGB value is (239,235,180). Sum of RGB (Red+Green+Blue) = 239+235+180=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 180 (70.70% from 255 or 27.52% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBB4 is #10144B. Grayscale: #E6E6E6. Windows color (decimal): -1053772 or 11856879. OLE color: 11856879.
HSL color Cylindrical-coordinate representation of color #EFEBB4: hue angle of 55.93º 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 #EFEBB4 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 180 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.06 |
| HSL | 55.93º | 0.65% | 0.82% | - |
| HSV(B) | 55.93º | 0.25% | 0.94% | - |
| XYZ | 73.54 | 81.06 | 54.95 | - |
| YUV | 229.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 180 | 0 | 0.02 | 0.25 | 0.06 | 55.93 | 0.65 | 0.82 |
| Hex | EF | EB | B4 | 0 | 2 | 19 | 6 | 38 | 41 | 52 |
| Octal | 357 | 353 | 264 | 0 | 2 | 31 | 6 | 70 | 101 | 122 |
| Binary | 11101111 | 11101011 | 10110100 | 0 | 10 | 11001 | 110 | 111000 | 1000001 | 1010010 |
Color Harmonies of #EFEBB4
Complementary color
Monochromatic Colors of #EFEBB4
Black with #EFEBB4
Text Example
Text Example
White with #EFEBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBB4; }
p { color: rgb(239,235,180); }
H1.HeaderClassName
{
color: #EFEBB4;
}
.AnyTagClassName
{
color: #EFEBB4;
}
</style>
background-color css
<style>
a { background-color: #EFEBB4; }
a { background-color: rgb(239,235,180); }
div.DivClassName
{
background-color: #EFEBB4;
}
.BgClassName
{
background-color: #EFEBB4;
}
</style>
border-color css
<style>
span { border-color: #EFEBB4; }
span { border-color: rgb(239,235,180); }
td.TdClassName
{
border-color: #EFEBB4;
}
.TagClassName
{
border-color: #EFEBB4;
}
</style>