Shades of White Linen #EFE8DB
Tints of White Linen #EFE8DB
RGB
CMYK
RGB Variations
Color information
#EFE8DB (or 0xEFE8DB) is known color: White Linen. HEX triplet: EF, E8 and DB. RGB value is (239,232,219). Sum of RGB (Red+Green+Blue) = 239+232+219=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8DB is #101724. Grayscale: #E8E8E8. Windows color (decimal): -1054501 or 14412015. OLE color: 14412015.
HSL color Cylindrical-coordinate representation of color #EFE8DB: hue angle of 39º 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 #EFE8DB is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 232 | 219 | - |
CMYK | 0 | 0.03 | 0.08 | 0.06 |
HSL | 39º | 0.38% | 0.9% | - |
HSV(B) | 39º | 0.08% | 0.94% | - |
XYZ | 77.24 | 81.18 | 78.62 | - |
YUV | 232.61 | 120.32 | 132.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 232 | 219 | 0 | 0.03 | 0.08 | 0.06 | 39 | 0.38 | 0.9 |
Hex | EF | E8 | DB | 0 | 3 | 8 | 6 | 27 | 26 | 5A |
Octal | 357 | 350 | 333 | 0 | 3 | 10 | 6 | 47 | 46 | 132 |
Binary | 11101111 | 11101000 | 11011011 | 0 | 11 | 1000 | 110 | 100111 | 100110 | 1011010 |
Color Harmonies of #EFE8DB
Complementary color
Monochromatic Colors of #EFE8DB
Black with #EFE8DB
Text Example
Text Example
White with #EFE8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8DB; }
p { color: rgb(239,232,219); }
H1.HeaderClassName
{
color: #EFE8DB;
}
.AnyTagClassName
{
color: #EFE8DB;
}
</style>
background-color css
<style>
a { background-color: #EFE8DB; }
a { background-color: rgb(239,232,219); }
div.DivClassName
{
background-color: #EFE8DB;
}
.BgClassName
{
background-color: #EFE8DB;
}
</style>
border-color css
<style>
span { border-color: #EFE8DB; }
span { border-color: rgb(239,232,219); }
td.TdClassName
{
border-color: #EFE8DB;
}
.TagClassName
{
border-color: #EFE8DB;
}
</style>