Html Css Color HEX #EFE9DF White Linen

📋 copy color: '#EFE9DF'

red 239 ◦ green 233 ◦ blue 223

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

Shades of White Linen #EFE9DF

Tints of White Linen #EFE9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.09%

R = 34.39%
G = 33.53%
B = 32.09%

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

#EFE9DF (or 0xEFE9DF) is known color: White Linen. HEX triplet: EF, E9 and DF. RGB value is (239,233,223). Sum of RGB (Red+Green+Blue) = 239+233+223=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9DF is #101620. Grayscale: #E9E9E9. Windows color (decimal): -1054241 or 14674415. OLE color: 14674415.

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

Color convert

RGB 239 233 223 -
CMYK 0 0.03 0.07 0.06
HSL 37.5º 0.33% 0.91% -
HSV(B) 37.5º 0.07% 0.94% -
XYZ 78.05 81.96 81.52 -
YUV 233.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 239 233 223 0 0.03 0.07 0.06 37.5 0.33 0.91
Hex EF E9 DF 0 3 7 6 26 21 5B
Octal 357 351 337 0 3 7 6 46 41 133
Binary 11101111 11101001 11011111 0 11 111 110 100110 100001 1011011

Color Harmonies of #EFE9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9DF

Black with #EFE9DF

Text Example


Text Example

White with #EFE9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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