Shades of Beige #EFEEDB
Tints of Beige #EFEEDB
RGB
CMYK
RGB Variations
Color information
#EFEEDB (or 0xEFEEDB) is known color: Beige. HEX triplet: EF, EE and DB. RGB value is (239,238,219). Sum of RGB (Red+Green+Blue) = 239+238+219=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEDB is #101124. Grayscale: #ECECEC. Windows color (decimal): -1052965 or 14413551. OLE color: 14413551.
HSL color Cylindrical-coordinate representation of color #EFEEDB: hue angle of 57º degrees, saturation: 0.38, 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 #EFEEDB is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 219 | - |
| CMYK | 0 | 0.00 | 0.08 | 0.06 |
| HSL | 57º | 0.38% | 0.9% | - |
| HSV(B) | 57º | 0.08% | 0.94% | - |
| XYZ | 78.96 | 84.61 | 79.19 | - |
| YUV | 236.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 219 | 0 | 0.00 | 0.08 | 0.06 | 57 | 0.38 | 0.9 |
| Hex | EF | EE | DB | 0 | 0 | 8 | 6 | 39 | 26 | 5A |
| Octal | 357 | 356 | 333 | 0 | 0 | 10 | 6 | 71 | 46 | 132 |
| Binary | 11101111 | 11101110 | 11011011 | 0 | 0 | 1000 | 110 | 111001 | 100110 | 1011010 |
Color Harmonies of #EFEEDB
Complementary color
Monochromatic Colors of #EFEEDB
Black with #EFEEDB
Text Example
Text Example
White with #EFEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEDB; }
p { color: rgb(239,238,219); }
H1.HeaderClassName
{
color: #EFEEDB;
}
.AnyTagClassName
{
color: #EFEEDB;
}
</style>
background-color css
<style>
a { background-color: #EFEEDB; }
a { background-color: rgb(239,238,219); }
div.DivClassName
{
background-color: #EFEEDB;
}
.BgClassName
{
background-color: #EFEEDB;
}
</style>
border-color css
<style>
span { border-color: #EFEEDB; }
span { border-color: rgb(239,238,219); }
td.TdClassName
{
border-color: #EFEEDB;
}
.TagClassName
{
border-color: #EFEEDB;
}
</style>