Html Css Color HEX #EFE9DD White Linen

📋 copy color: '#EFE9DD'

red 239 ◦ green 233 ◦ blue 221

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

Shades of White Linen #EFE9DD

Tints of White Linen #EFE9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.89%

R = 34.49%
G = 33.62%
B = 31.89%

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

#EFE9DD (or 0xEFE9DD) is known color: White Linen. HEX triplet: EF, E9 and DD. RGB value is (239,233,221). Sum of RGB (Red+Green+Blue) = 239+233+221=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9DD is #101622. Grayscale: #E9E9E9. Windows color (decimal): -1054243 or 14543343. OLE color: 14543343.

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

Color convert

RGB 239 233 221 -
CMYK 0 0.03 0.08 0.06
HSL 40º 0.36% 0.9% -
HSV(B) 40º 0.08% 0.94% -
XYZ 77.79 81.85 80.11 -
YUV 233.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 239 233 221 0 0.03 0.08 0.06 40 0.36 0.9
Hex EF E9 DD 0 3 8 6 28 24 5A
Octal 357 351 335 0 3 10 6 50 44 132
Binary 11101111 11101001 11011101 0 11 1000 110 101000 100100 1011010

Color Harmonies of #EFE9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9DD

Black with #EFE9DD

Text Example


Text Example

White with #EFE9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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