#EFEAE8

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

Shades of Sauvignon #EFEAE8

Tints of Sauvignon #EFEAE8

Color information

#EFEAE8 (or 0xEFEAE8) is unknown color: approx Sauvignon. HEX triplet: EF, EA and E8. RGB value is (239,234,232). Sum of RGB (Red+Green+Blue) = 239+234+232=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAE8 is #101517. Grayscale: #EBEBEB. Windows color (decimal): -1053976 or 15264495. OLE color: 15264495.

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

Color convert

RGB239234232-
CMYK00.020.030.06
HSL17.14º17.95%92.35%-
HSV(B)17.14º2.93%93.73%-
XYZ79.5883.0288.17-
YUV235.27126.16130.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 234 (91.80% from 255) = 33.19%
BLUE value IS 232 (91.02% from 255) = 32.91%
R=33.90%
G=33.19%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923423200.020.030.0617.1417.9592.35
HexEFEAE8023611125c
Octal35735235002362122134
Binary1110111111101010111010000101111010001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAE8; }

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

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

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

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

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

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

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

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