#EEE6E2

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

Shades of Sauvignon #EEE6E2

Tints of Sauvignon #EEE6E2

Color information

#EEE6E2 (or 0xEEE6E2) is unknown color: approx Sauvignon. HEX triplet: EE, E6 and E2. RGB value is (238,230,226). Sum of RGB (Red+Green+Blue) = 238+230+226=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 230 (90.23% from 255 or 33.14% from 694); Blue value is 226 (88.67% from 255 or 32.56% from 694); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE6E2 is #11191D. Grayscale: #E7E7E7. Windows color (decimal): -1120542 or 14870254. OLE color: 14870254.

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

Color convert

RGB238230226-
CMYK00.030.050.07
HSL20º26.09%90.98%-
HSV(B)20º5.04%93.33%-
XYZ77.2880.2683.37-
YUV231.94124.65132.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 230 (90.23% from 255) = 33.14%
BLUE value IS 226 (88.67% from 255) = 32.56%
R=34.29%
G=33.14%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823022600.030.050.072026.0990.98
HexEEE6E20357141a5b
Octal35634634203572432133
Binary11101110111001101110001001110111110100110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE6E2; }

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

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

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

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

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

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

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

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