Shades of White Linen #EFE6DA
Tints of White Linen #EFE6DA
RGB
CMYK
RGB Variations
Color information
#EFE6DA (or 0xEFE6DA) is known color: White Linen. HEX triplet: EF, E6 and DA. RGB value is (239,230,218). Sum of RGB (Red+Green+Blue) = 239+230+218=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6DA is #101925. Grayscale: #E7E7E7. Windows color (decimal): -1055014 or 14345967. OLE color: 14345967.
HSL color Cylindrical-coordinate representation of color #EFE6DA: hue angle of 34.29º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFE6DA is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 218 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.06 |
| HSL | 34.29º | 0.4% | 0.9% | - |
| HSV(B) | 34.29º | 0.09% | 0.94% | - |
| XYZ | 76.55 | 80.01 | 77.74 | - |
| YUV | 231.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 218 | 0 | 0.04 | 0.09 | 0.06 | 34.29 | 0.4 | 0.9 |
| Hex | EF | E6 | DA | 0 | 4 | 9 | 6 | 22 | 28 | 5A |
| Octal | 357 | 346 | 332 | 0 | 4 | 11 | 6 | 42 | 50 | 132 |
| Binary | 11101111 | 11100110 | 11011010 | 0 | 100 | 1001 | 110 | 100010 | 101000 | 1011010 |
Color Harmonies of #EFE6DA
Complementary color
Monochromatic Colors of #EFE6DA
Black with #EFE6DA
Text Example
Text Example
White with #EFE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6DA; }
p { color: rgb(239,230,218); }
H1.HeaderClassName
{
color: #EFE6DA;
}
.AnyTagClassName
{
color: #EFE6DA;
}
</style>
background-color css
<style>
a { background-color: #EFE6DA; }
a { background-color: rgb(239,230,218); }
div.DivClassName
{
background-color: #EFE6DA;
}
.BgClassName
{
background-color: #EFE6DA;
}
</style>
border-color css
<style>
span { border-color: #EFE6DA; }
span { border-color: rgb(239,230,218); }
td.TdClassName
{
border-color: #EFE6DA;
}
.TagClassName
{
border-color: #EFE6DA;
}
</style>