#EFEAE6

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

Shades of Sauvignon #EFEAE6

Tints of Sauvignon #EFEAE6

Color information

#EFEAE6 (or 0xEFEAE6) is unknown color: approx Sauvignon. HEX triplet: EF, EA and E6. RGB value is (239,234,230). Sum of RGB (Red+Green+Blue) = 239+234+230=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAE6 is #101519. Grayscale: #EBEBEB. Windows color (decimal): -1053978 or 15133423. OLE color: 15133423.

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

Color convert

RGB239234230-
CMYK00.020.040.06
HSL26.67º21.95%91.96%-
HSV(B)26.67º3.77%93.73%-
XYZ79.382.9186.69-
YUV235.04125.16130.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 234 (91.80% from 255) = 33.29%
BLUE value IS 230 (90.23% from 255) = 32.72%
R=34.00%
G=33.29%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923423000.020.040.0626.6721.9591.96
HexEFEAE602461b165c
Octal35735234602463326134
Binary11101111111010101110011001010011011011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAE6; }

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

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

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

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

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

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

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

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