Html Css Color HEX #EFE7D8 White Linen

📋 copy color: '#EFE7D8'

red 239 ◦ green 231 ◦ blue 216

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

Shades of White Linen #EFE7D8

Tints of White Linen #EFE7D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.49%

R = 34.84%
G = 33.67%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFE7D8 (or 0xEFE7D8) is known color: White Linen. HEX triplet: EF, E7 and D8. RGB value is (239,231,216). Sum of RGB (Red+Green+Blue) = 239+231+216=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7D8 is #101827. Grayscale: #E7E7E7. Windows color (decimal): -1054760 or 14215151. OLE color: 14215151.

HSL color Cylindrical-coordinate representation of color #EFE7D8: hue angle of 39.13º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE7D8 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 231 216 -
CMYK 0 0.03 0.10 0.06
HSL 39.13º 0.42% 0.89% -
HSV(B) 39.13º 0.1% 0.94% -
XYZ 76.57 80.46 76.46 -
YUV 231.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 239 231 216 0 0.03 0.10 0.06 39.13 0.42 0.89
Hex EF E7 D8 0 3 A 6 27 2A 59
Octal 357 347 330 0 3 12 6 47 52 131
Binary 11101111 11100111 11011000 0 11 1010 110 100111 101010 1011001

Color Harmonies of #EFE7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7D8

Black with #EFE7D8

Text Example


Text Example

White with #EFE7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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