Shades of Medium Goldenrod #EFECB8
Tints of Medium Goldenrod #EFECB8
RGB
CMYK
RGB Variations
Color information
#EFECB8 (or 0xEFECB8) is known color: Medium Goldenrod. HEX triplet: EF, EC and B8. RGB value is (239,236,184). Sum of RGB (Red+Green+Blue) = 239+236+184=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 184 (72.27% from 255 or 27.92% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECB8 is #101347. Grayscale: #E7E7E7. Windows color (decimal): -1053512 or 12119279. OLE color: 12119279.
HSL color Cylindrical-coordinate representation of color #EFECB8: hue angle of 56.73º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFECB8 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 184 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.06 |
| HSL | 56.73º | 0.63% | 0.83% | - |
| HSV(B) | 56.73º | 0.23% | 0.94% | - |
| XYZ | 74.24 | 81.8 | 57.22 | - |
| YUV | 230.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 184 | 0 | 0.01 | 0.23 | 0.06 | 56.73 | 0.63 | 0.83 |
| Hex | EF | EC | B8 | 0 | 1 | 17 | 6 | 39 | 3F | 53 |
| Octal | 357 | 354 | 270 | 0 | 1 | 27 | 6 | 71 | 77 | 123 |
| Binary | 11101111 | 11101100 | 10111000 | 0 | 1 | 10111 | 110 | 111001 | 111111 | 1010011 |
Color Harmonies of #EFECB8
Complementary color
Monochromatic Colors of #EFECB8
Black with #EFECB8
Text Example
Text Example
White with #EFECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECB8; }
p { color: rgb(239,236,184); }
H1.HeaderClassName
{
color: #EFECB8;
}
.AnyTagClassName
{
color: #EFECB8;
}
</style>
background-color css
<style>
a { background-color: #EFECB8; }
a { background-color: rgb(239,236,184); }
div.DivClassName
{
background-color: #EFECB8;
}
.BgClassName
{
background-color: #EFECB8;
}
</style>
border-color css
<style>
span { border-color: #EFECB8; }
span { border-color: rgb(239,236,184); }
td.TdClassName
{
border-color: #EFECB8;
}
.TagClassName
{
border-color: #EFECB8;
}
</style>