Shades of Medium Goldenrod #EFEEB4
Tints of Medium Goldenrod #EFEEB4
RGB
CMYK
RGB Variations
Color information
#EFEEB4 (or 0xEFEEB4) is known color: Medium Goldenrod. HEX triplet: EF, EE and B4. RGB value is (239,238,180). Sum of RGB (Red+Green+Blue) = 239+238+180=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 180 (70.70% from 255 or 27.40% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEB4 is #10114B. Grayscale: #E7E7E7. Windows color (decimal): -1053004 or 11857647. OLE color: 11857647.
HSL color Cylindrical-coordinate representation of color #EFEEB4: hue angle of 58.98º 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 #EFEEB4 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 180 | - |
| CMYK | 0 | 0.00 | 0.25 | 0.06 |
| HSL | 58.98º | 0.65% | 0.82% | - |
| HSV(B) | 58.98º | 0.25% | 0.94% | - |
| XYZ | 74.41 | 82.8 | 55.24 | - |
| YUV | 231.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 180 | 0 | 0.00 | 0.25 | 0.06 | 58.98 | 0.65 | 0.82 |
| Hex | EF | EE | B4 | 0 | 0 | 19 | 6 | 3B | 41 | 52 |
| Octal | 357 | 356 | 264 | 0 | 0 | 31 | 6 | 73 | 101 | 122 |
| Binary | 11101111 | 11101110 | 10110100 | 0 | 0 | 11001 | 110 | 111011 | 1000001 | 1010010 |
Color Harmonies of #EFEEB4
Complementary color
Monochromatic Colors of #EFEEB4
Black with #EFEEB4
Text Example
Text Example
White with #EFEEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEB4; }
p { color: rgb(239,238,180); }
H1.HeaderClassName
{
color: #EFEEB4;
}
.AnyTagClassName
{
color: #EFEEB4;
}
</style>
background-color css
<style>
a { background-color: #EFEEB4; }
a { background-color: rgb(239,238,180); }
div.DivClassName
{
background-color: #EFEEB4;
}
.BgClassName
{
background-color: #EFEEB4;
}
</style>
border-color css
<style>
span { border-color: #EFEEB4; }
span { border-color: rgb(239,238,180); }
td.TdClassName
{
border-color: #EFEEB4;
}
.TagClassName
{
border-color: #EFEEB4;
}
</style>