Html Css Color HEX #EFE6DB White Linen

📋 copy color: '#EFE6DB'

red 239 ◦ green 230 ◦ blue 219

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

Shades of White Linen #EFE6DB

Tints of White Linen #EFE6DB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.43%

 BLUE value IS 219 (85.94% from 255) = 31.83%

R = 34.74%
G = 33.43%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFE6DB (or 0xEFE6DB) is known color: White Linen. HEX triplet: EF, E6 and DB. RGB value is (239,230,219). Sum of RGB (Red+Green+Blue) = 239+230+219=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6DB is #101924. Grayscale: #E7E7E7. Windows color (decimal): -1055013 or 14411503. OLE color: 14411503.

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

Color convert

RGB 239 230 219 -
CMYK 0 0.04 0.08 0.06
HSL 33º 0.38% 0.9% -
HSV(B) 33º 0.08% 0.94% -
XYZ 76.68 80.06 78.43 -
YUV 231.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 239 230 219 0 0.04 0.08 0.06 33 0.38 0.9
Hex EF E6 DB 0 4 8 6 21 26 5A
Octal 357 346 333 0 4 10 6 41 46 132
Binary 11101111 11100110 11011011 0 100 1000 110 100001 100110 1011010

Color Harmonies of #EFE6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6DB

Black with #EFE6DB

Text Example


Text Example

White with #EFE6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6DB; }

 p { color: rgb(239,230,219); }

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

background-color css

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

 a { background-color: rgb(239,230,219); }

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

border-color css

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

 span { border-color: rgb(239,230,219); }

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