#EEE8E5

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

Shades of Sauvignon #EEE8E5

Tints of Sauvignon #EEE8E5

Color information

#EEE8E5 (or 0xEEE8E5) is unknown color: approx Sauvignon. HEX triplet: EE, E8 and E5. RGB value is (238,232,229). Sum of RGB (Red+Green+Blue) = 238+232+229=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 232 (91.02% from 255 or 33.19% from 699); Blue value is 229 (89.84% from 255 or 32.76% from 699); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8E5 is #11171A. Grayscale: #E9E9E9. Windows color (decimal): -1120027 or 15067374. OLE color: 15067374.

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

Color convert

RGB238232229-
CMYK00.030.040.07
HSL20º20.93%91.57%-
HSV(B)20º3.78%93.33%-
XYZ78.2681.5585.74-
YUV233.45125.49131.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 232 (91.02% from 255) = 33.19%
BLUE value IS 229 (89.84% from 255) = 32.76%
R=34.05%
G=33.19%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823222900.030.040.072020.9391.57
HexEEE8E5034714155c
Octal35635034503472425134
Binary11101110111010001110010101110011110100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8E5; }

 p { color: rgb(238,232,229); }

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

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

 a { background-color: rgb(238,232,229); }

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

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

 span { border-color: rgb(238,232,229); }

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