#EEEBEA

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

Shades of Sauvignon #EEEBEA

Tints of Sauvignon #EEEBEA

Color information

#EEEBEA (or 0xEEEBEA) is unknown color: approx Sauvignon. HEX triplet: EE, EB and EA. RGB value is (238,235,234). Sum of RGB (Red+Green+Blue) = 238+235+234=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 235 (92.19% from 255 or 33.24% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBEA is #111415. Grayscale: #EBEBEB. Windows color (decimal): -1119254 or 15395822. OLE color: 15395822.

HSL color Cylindrical-coordinate representation of color #EEEBEA: hue angle of 15º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEEBEA is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238235234-
CMYK00.010.020.07
HSL15º10.53%92.55%-
HSV(B)15º1.68%93.33%-
XYZ79.8283.5389.76-
YUV235.78126.99129.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.66%
GREEN value IS 235 (92.19% from 255) = 33.24%
BLUE value IS 234 (91.80% from 255) = 33.10%
R=33.66%
G=33.24%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823523400.010.020.071510.5392.55
HexEEEBEA0127fb5d
Octal35635335201271713135
Binary1110111011101011111010100110111111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBEA; }

 p { color: rgb(238,235,234); }

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

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

 a { background-color: rgb(238,235,234); }

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

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

 span { border-color: rgb(238,235,234); }

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