#EFEBE8

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

Shades of Sauvignon #EFEBE8

Tints of Sauvignon #EFEBE8

Color information

#EFEBE8 (or 0xEFEBE8) is unknown color: approx Sauvignon. HEX triplet: EF, EB and E8. RGB value is (239,235,232). Sum of RGB (Red+Green+Blue) = 239+235+232=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 235 (92.19% from 255 or 33.29% from 706); Blue value is 232 (91.02% from 255 or 32.86% from 706); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBE8 is #101417. Grayscale: #EBEBEB. Windows color (decimal): -1053720 or 15264751. OLE color: 15264751.

HSL color Cylindrical-coordinate representation of color #EFEBE8: hue angle of 25.71º 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 #EFEBE8 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239235232-
CMYK00.020.030.06
HSL25.71º17.95%92.35%-
HSV(B)25.71º2.93%93.73%-
XYZ79.8783.5988.27-
YUV235.85125.83130.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.85%
GREEN value IS 235 (92.19% from 255) = 33.29%
BLUE value IS 232 (91.02% from 255) = 32.86%
R=33.85%
G=33.29%
B=32.86%

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
Decimal23923523200.020.030.0625.7117.9592.35
HexEFEBE802361a125c
Octal35735335002363222134
Binary1110111111101011111010000101111011010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBE8; }

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

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

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

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

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

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

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

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