Shades of White Linen #EFEAE0
Tints of White Linen #EFEAE0
RGB
CMYK
RGB Variations
Color information
#EFEAE0 (or 0xEFEAE0) is known color: White Linen. HEX triplet: EF, EA and E0. RGB value is (239,234,224). Sum of RGB (Red+Green+Blue) = 239+234+224=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAE0 is #10151F. Grayscale: #EAEAEA. Windows color (decimal): -1053984 or 14740207. OLE color: 14740207.
HSL color Cylindrical-coordinate representation of color #EFEAE0: hue angle of 40º degrees, saturation: 0.32, 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 #EFEAE0 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 224 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.06 |
| HSL | 40º | 0.32% | 0.91% | - |
| HSV(B) | 40º | 0.06% | 0.94% | - |
| XYZ | 78.47 | 82.58 | 82.32 | - |
| YUV | 234.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 224 | 0 | 0.02 | 0.06 | 0.06 | 40 | 0.32 | 0.91 |
| Hex | EF | EA | E0 | 0 | 2 | 6 | 6 | 28 | 20 | 5B |
| Octal | 357 | 352 | 340 | 0 | 2 | 6 | 6 | 50 | 40 | 133 |
| Binary | 11101111 | 11101010 | 11100000 | 0 | 10 | 110 | 110 | 101000 | 100000 | 1011011 |
Color Harmonies of #EFEAE0
Complementary color
Monochromatic Colors of #EFEAE0
Black with #EFEAE0
Text Example
Text Example
White with #EFEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAE0; }
p { color: rgb(239,234,224); }
H1.HeaderClassName
{
color: #EFEAE0;
}
.AnyTagClassName
{
color: #EFEAE0;
}
</style>
background-color css
<style>
a { background-color: #EFEAE0; }
a { background-color: rgb(239,234,224); }
div.DivClassName
{
background-color: #EFEAE0;
}
.BgClassName
{
background-color: #EFEAE0;
}
</style>
border-color css
<style>
span { border-color: #EFEAE0; }
span { border-color: rgb(239,234,224); }
td.TdClassName
{
border-color: #EFEAE0;
}
.TagClassName
{
border-color: #EFEAE0;
}
</style>