#EFE6E2

Color #EFE6E2 Sauvignon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sauvignon #EFE6E2

Tints of Sauvignon #EFE6E2

Color information

#EFE6E2 (or 0xEFE6E2) is unknown color: approx Sauvignon. HEX triplet: EF, E6 and E2. RGB value is (239,230,226). Sum of RGB (Red+Green+Blue) = 239+230+226=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6E2 is #10191D. Grayscale: #E8E8E8. Windows color (decimal): -1055006 or 14870255. OLE color: 14870255.

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

Color convert

RGB239230226-
CMYK00.040.050.06
HSL18.46º28.89%91.18%-
HSV(B)18.46º5.44%93.73%-
XYZ77.6280.4483.39-
YUV232.24124.48132.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 230 (90.23% from 255) = 33.09%
BLUE value IS 226 (88.67% from 255) = 32.52%
R=34.39%
G=33.09%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923022600.040.050.0618.4628.8991.18
HexEFE6E20456121d5b
Octal35734634204562235133
Binary111011111110011011100010010010111010010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6E2; }

 p { color: rgb(239,230,226); }

 H1.HeaderClassName
 {
   color: #EFE6E2;
 }
 .AnyTagClassName
 {
   color: #EFE6E2;
 }
</style>
background-color css

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

 a { background-color: rgb(239,230,226); }

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

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

 span { border-color: rgb(239,230,226); }

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