Html Css Color HEX #EFE7DC White Linen

📋 copy color: '#EFE7DC'

red 239 ◦ green 231 ◦ blue 220

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

Shades of White Linen #EFE7DC

Tints of White Linen #EFE7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.88%

R = 34.64%
G = 33.48%
B = 31.88%

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

#EFE7DC (or 0xEFE7DC) is known color: White Linen. HEX triplet: EF, E7 and DC. RGB value is (239,231,220). Sum of RGB (Red+Green+Blue) = 239+231+220=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7DC is #101823. Grayscale: #E8E8E8. Windows color (decimal): -1054756 or 14477295. OLE color: 14477295.

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

Color convert

RGB 239 231 220 -
CMYK 0 0.03 0.08 0.06
HSL 34.74º 0.37% 0.9% -
HSV(B) 34.74º 0.08% 0.94% -
XYZ 77.09 80.67 79.22 -
YUV 232.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 239 231 220 0 0.03 0.08 0.06 34.74 0.37 0.9
Hex EF E7 DC 0 3 8 6 23 25 5A
Octal 357 347 334 0 3 10 6 43 45 132
Binary 11101111 11100111 11011100 0 11 1000 110 100011 100101 1011010

Color Harmonies of #EFE7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7DC

Black with #EFE7DC

Text Example


Text Example

White with #EFE7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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