#E2BBAC

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

Shades of Zinnwaldite #E2BBAC

Tints of Zinnwaldite #E2BBAC

Color information

#E2BBAC (or 0xE2BBAC) is unknown color: approx Zinnwaldite. HEX triplet: E2, BB and AC. RGB value is (226,187,172). Sum of RGB (Red+Green+Blue) = 226+187+172=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BBAC is #1D4453. Grayscale: #C5C5C5. Windows color (decimal): -1918036 or 11320290. OLE color: 11320290.

HSL color Cylindrical-coordinate representation of color #E2BBAC: hue angle of 16.67º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2BBAC is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226187172-
CMYK00.170.240.11
HSL16.67º48.21%78.04%-
HSV(B)16.67º23.89%88.63%-
XYZ56.5854.6946.6-
YUV196.95113.92148.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.63%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=38.63%
G=31.97%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618717200.170.240.1116.6748.2178.04
HexE2BBAC01118B11304e
Octal34227325402130132160116
Binary111000101011101110101100010001110001011100011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BBAC; }

 p { color: rgb(226,187,172); }

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

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

 a { background-color: rgb(226,187,172); }

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

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

 span { border-color: rgb(226,187,172); }

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