Shades of White Linen #EFE8DE
Tints of White Linen #EFE8DE
RGB
CMYK
RGB Variations
Color information
#EFE8DE (or 0xEFE8DE) is known color: White Linen. HEX triplet: EF, E8 and DE. RGB value is (239,232,222). Sum of RGB (Red+Green+Blue) = 239+232+222=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8DE is #101721. Grayscale: #E9E9E9. Windows color (decimal): -1054498 or 14608623. OLE color: 14608623.
HSL color Cylindrical-coordinate representation of color #EFE8DE: hue angle of 35.29º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE8DE is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 222 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.06 |
| HSL | 35.29º | 0.35% | 0.9% | - |
| HSV(B) | 35.29º | 0.07% | 0.94% | - |
| XYZ | 77.64 | 81.34 | 80.72 | - |
| YUV | 232.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 222 | 0 | 0.03 | 0.07 | 0.06 | 35.29 | 0.35 | 0.9 |
| Hex | EF | E8 | DE | 0 | 3 | 7 | 6 | 23 | 23 | 5A |
| Octal | 357 | 350 | 336 | 0 | 3 | 7 | 6 | 43 | 43 | 132 |
| Binary | 11101111 | 11101000 | 11011110 | 0 | 11 | 111 | 110 | 100011 | 100011 | 1011010 |
Color Harmonies of #EFE8DE
Complementary color
Monochromatic Colors of #EFE8DE
Black with #EFE8DE
Text Example
Text Example
White with #EFE8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8DE; }
p { color: rgb(239,232,222); }
H1.HeaderClassName
{
color: #EFE8DE;
}
.AnyTagClassName
{
color: #EFE8DE;
}
</style>
background-color css
<style>
a { background-color: #EFE8DE; }
a { background-color: rgb(239,232,222); }
div.DivClassName
{
background-color: #EFE8DE;
}
.BgClassName
{
background-color: #EFE8DE;
}
</style>
border-color css
<style>
span { border-color: #EFE8DE; }
span { border-color: rgb(239,232,222); }
td.TdClassName
{
border-color: #EFE8DE;
}
.TagClassName
{
border-color: #EFE8DE;
}
</style>