Shades of White Linen #EFEAE1
Tints of White Linen #EFEAE1
RGB
CMYK
RGB Variations
Color information
#EFEAE1 (or 0xEFEAE1) is known color: White Linen. HEX triplet: EF, EA and E1. RGB value is (239,234,225). Sum of RGB (Red+Green+Blue) = 239+234+225=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAE1 is #10151E. Grayscale: #EAEAEA. Windows color (decimal): -1053983 or 14805743. OLE color: 14805743.
HSL color Cylindrical-coordinate representation of color #EFEAE1: hue angle of 38.57º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFEAE1 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 225 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.06 |
| HSL | 38.57º | 0.3% | 0.91% | - |
| HSV(B) | 38.57º | 0.06% | 0.94% | - |
| XYZ | 78.61 | 82.63 | 83.04 | - |
| YUV | 234.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 225 | 0 | 0.02 | 0.06 | 0.06 | 38.57 | 0.3 | 0.91 |
| Hex | EF | EA | E1 | 0 | 2 | 6 | 6 | 27 | 1E | 5B |
| Octal | 357 | 352 | 341 | 0 | 2 | 6 | 6 | 47 | 36 | 133 |
| Binary | 11101111 | 11101010 | 11100001 | 0 | 10 | 110 | 110 | 100111 | 11110 | 1011011 |
Color Harmonies of #EFEAE1
Complementary color
Monochromatic Colors of #EFEAE1
Black with #EFEAE1
Text Example
Text Example
White with #EFEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAE1; }
p { color: rgb(239,234,225); }
H1.HeaderClassName
{
color: #EFEAE1;
}
.AnyTagClassName
{
color: #EFEAE1;
}
</style>
background-color css
<style>
a { background-color: #EFEAE1; }
a { background-color: rgb(239,234,225); }
div.DivClassName
{
background-color: #EFEAE1;
}
.BgClassName
{
background-color: #EFEAE1;
}
</style>
border-color css
<style>
span { border-color: #EFEAE1; }
span { border-color: rgb(239,234,225); }
td.TdClassName
{
border-color: #EFEAE1;
}
.TagClassName
{
border-color: #EFEAE1;
}
</style>