Html Css Color HEX #EFE9DE White Linen

📋 copy color: '#EFE9DE'

red 239 ◦ green 233 ◦ blue 222

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

Shades of White Linen #EFE9DE

Tints of White Linen #EFE9DE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.57%

 BLUE value IS 222 (87.11% from 255) = 31.99%

R = 34.44%
G = 33.57%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFE9DE (or 0xEFE9DE) is known color: White Linen. HEX triplet: EF, E9 and DE. RGB value is (239,233,222). Sum of RGB (Red+Green+Blue) = 239+233+222=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9DE is #101621. Grayscale: #E9E9E9. Windows color (decimal): -1054242 or 14608879. OLE color: 14608879.

HSL color Cylindrical-coordinate representation of color #EFE9DE: hue angle of 38.82º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE9DE is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 233 222 -
CMYK 0 0.03 0.07 0.06
HSL 38.82º 0.35% 0.9% -
HSV(B) 38.82º 0.07% 0.94% -
XYZ 77.92 81.9 80.81 -
YUV 233.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 239 233 222 0 0.03 0.07 0.06 38.82 0.35 0.9
Hex EF E9 DE 0 3 7 6 27 23 5A
Octal 357 351 336 0 3 7 6 47 43 132
Binary 11101111 11101001 11011110 0 11 111 110 100111 100011 1011010

Color Harmonies of #EFE9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9DE

Black with #EFE9DE

Text Example


Text Example

White with #EFE9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9DE; }

 p { color: rgb(239,233,222); }

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

background-color css

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

 a { background-color: rgb(239,233,222); }

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

border-color css

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

 span { border-color: rgb(239,233,222); }

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