Shades of White Linen #EFE7DA
Tints of White Linen #EFE7DA
RGB
CMYK
RGB Variations
Color information
#EFE7DA (or 0xEFE7DA) is known color: White Linen. HEX triplet: EF, E7 and DA. RGB value is (239,231,218). Sum of RGB (Red+Green+Blue) = 239+231+218=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7DA is #101825. Grayscale: #E7E7E7. Windows color (decimal): -1054758 or 14346223. OLE color: 14346223.
HSL color Cylindrical-coordinate representation of color #EFE7DA: hue angle of 37.14º 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 #EFE7DA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 231 | 218 | - |
CMYK | 0 | 0.03 | 0.09 | 0.06 |
HSL | 37.14º | 0.4% | 0.9% | - |
HSV(B) | 37.14º | 0.09% | 0.94% | - |
XYZ | 76.83 | 80.56 | 77.83 | - |
YUV | 231.91 | 120.15 | 133.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 231 | 218 | 0 | 0.03 | 0.09 | 0.06 | 37.14 | 0.4 | 0.9 |
Hex | EF | E7 | DA | 0 | 3 | 9 | 6 | 25 | 28 | 5A |
Octal | 357 | 347 | 332 | 0 | 3 | 11 | 6 | 45 | 50 | 132 |
Binary | 11101111 | 11100111 | 11011010 | 0 | 11 | 1001 | 110 | 100101 | 101000 | 1011010 |
Color Harmonies of #EFE7DA
Complementary color
Monochromatic Colors of #EFE7DA
Black with #EFE7DA
Text Example
Text Example
White with #EFE7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7DA; }
p { color: rgb(239,231,218); }
H1.HeaderClassName
{
color: #EFE7DA;
}
.AnyTagClassName
{
color: #EFE7DA;
}
</style>
background-color css
<style>
a { background-color: #EFE7DA; }
a { background-color: rgb(239,231,218); }
div.DivClassName
{
background-color: #EFE7DA;
}
.BgClassName
{
background-color: #EFE7DA;
}
</style>
border-color css
<style>
span { border-color: #EFE7DA; }
span { border-color: rgb(239,231,218); }
td.TdClassName
{
border-color: #EFE7DA;
}
.TagClassName
{
border-color: #EFE7DA;
}
</style>