Html Css Color HEX #EFE7DB White Linen

📋 copy color: '#EFE7DB'

red 239 ◦ green 231 ◦ blue 219

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

Shades of White Linen #EFE7DB

Tints of White Linen #EFE7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.53%

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

R = 34.69%
G = 33.53%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFE7DB (or 0xEFE7DB) is known color: White Linen. HEX triplet: EF, E7 and DB. RGB value is (239,231,219). Sum of RGB (Red+Green+Blue) = 239+231+219=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7DB is #101824. Grayscale: #E8E8E8. Windows color (decimal): -1054757 or 14411759. OLE color: 14411759.

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

Color convert

RGB 239 231 219 -
CMYK 0 0.03 0.08 0.06
HSL 36º 0.38% 0.9% -
HSV(B) 36º 0.08% 0.94% -
XYZ 76.96 80.62 78.52 -
YUV 232.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 239 231 219 0 0.03 0.08 0.06 36 0.38 0.9
Hex EF E7 DB 0 3 8 6 24 26 5A
Octal 357 347 333 0 3 10 6 44 46 132
Binary 11101111 11100111 11011011 0 11 1000 110 100100 100110 1011010

Color Harmonies of #EFE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7DB

Black with #EFE7DB

Text Example


Text Example

White with #EFE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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