Html Css Color HEX #EFE8DA White Linen

📋 copy color: '#EFE8DA'

red 239 ◦ green 232 ◦ blue 218

#EFE8DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Linen #EFE8DA

Tints of White Linen #EFE8DA

RGB

 RED value IS 239 (93.75% from 255) = 34.69%

 GREEN value IS 232 (91.02% from 255) = 33.67%

 BLUE value IS 218 (85.55% from 255) = 31.64%

R = 34.69%
G = 33.67%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFE8DA (or 0xEFE8DA) is known color: White Linen. HEX triplet: EF, E8 and DA. RGB value is (239,232,218). Sum of RGB (Red+Green+Blue) = 239+232+218=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8DA is #101725. Grayscale: #E8E8E8. Windows color (decimal): -1054502 or 14346479. OLE color: 14346479.

HSL color Cylindrical-coordinate representation of color #EFE8DA: hue angle of 40º 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 #EFE8DA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 232 218 -
CMYK 0 0.03 0.09 0.06
HSL 40º 0.4% 0.9% -
HSV(B) 40º 0.09% 0.94% -
XYZ 77.11 81.13 77.92 -
YUV 232.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 239 232 218 0 0.03 0.09 0.06 40 0.4 0.9
Hex EF E8 DA 0 3 9 6 28 28 5A
Octal 357 350 332 0 3 11 6 50 50 132
Binary 11101111 11101000 11011010 0 11 1001 110 101000 101000 1011010

Color Harmonies of #EFE8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8DA

Black with #EFE8DA

Text Example


Text Example

White with #EFE8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8DA; }

 p { color: rgb(239,232,218); }

 H1.HeaderClassName
 {
   color: #EFE8DA;
 }
 .AnyTagClassName
 {
   color: #EFE8DA;
 }
</style>

background-color css

<style>
 a { background-color: #EFE8DA; }

 a { background-color: rgb(239,232,218); }

 div.DivClassName
 {
   background-color: #EFE8DA;
 }
 .BgClassName
 {
   background-color: #EFE8DA;
 }
</style>

border-color css

<style>
 span { border-color: #EFE8DA; }

 span { border-color: rgb(239,232,218); }

 td.TdClassName
 {
   border-color: #EFE8DA;
 }
 .TagClassName
 {
   border-color: #EFE8DA;
 }
</style>