Shades of Beige #EFEEDC
Tints of Beige #EFEEDC
RGB
CMYK
RGB Variations
Color information
#EFEEDC (or 0xEFEEDC) is known color: Beige. HEX triplet: EF, EE and DC. RGB value is (239,238,220). Sum of RGB (Red+Green+Blue) = 239+238+220=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEDC is #101123. Grayscale: #ECECEC. Windows color (decimal): -1052964 or 14479087. OLE color: 14479087.
HSL color Cylindrical-coordinate representation of color #EFEEDC: hue angle of 56.84º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFEEDC is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 220 | - |
| CMYK | 0 | 0.00 | 0.08 | 0.06 |
| HSL | 56.84º | 0.37% | 0.9% | - |
| HSV(B) | 56.84º | 0.08% | 0.94% | - |
| XYZ | 79.09 | 84.67 | 79.88 | - |
| YUV | 236.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 220 | 0 | 0.00 | 0.08 | 0.06 | 56.84 | 0.37 | 0.9 |
| Hex | EF | EE | DC | 0 | 0 | 8 | 6 | 39 | 25 | 5A |
| Octal | 357 | 356 | 334 | 0 | 0 | 10 | 6 | 71 | 45 | 132 |
| Binary | 11101111 | 11101110 | 11011100 | 0 | 0 | 1000 | 110 | 111001 | 100101 | 1011010 |
Color Harmonies of #EFEEDC
Complementary color
Monochromatic Colors of #EFEEDC
Black with #EFEEDC
Text Example
Text Example
White with #EFEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEDC; }
p { color: rgb(239,238,220); }
H1.HeaderClassName
{
color: #EFEEDC;
}
.AnyTagClassName
{
color: #EFEEDC;
}
</style>
background-color css
<style>
a { background-color: #EFEEDC; }
a { background-color: rgb(239,238,220); }
div.DivClassName
{
background-color: #EFEEDC;
}
.BgClassName
{
background-color: #EFEEDC;
}
</style>
border-color css
<style>
span { border-color: #EFEEDC; }
span { border-color: rgb(239,238,220); }
td.TdClassName
{
border-color: #EFEEDC;
}
.TagClassName
{
border-color: #EFEEDC;
}
</style>