#E3BCAC

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

Shades of Zinnwaldite #E3BCAC

Tints of Zinnwaldite #E3BCAC

Color information

#E3BCAC (or 0xE3BCAC) is unknown color: approx Zinnwaldite. HEX triplet: E3, BC and AC. RGB value is (227,188,172). Sum of RGB (Red+Green+Blue) = 227+188+172=587 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.67% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BCAC is #1C4353. Grayscale: #C5C5C5. Windows color (decimal): -1852244 or 11320547. OLE color: 11320547.

HSL color Cylindrical-coordinate representation of color #E3BCAC: hue angle of 17.45º degrees, saturation: 0.5, 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 #E3BCAC is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB227188172-
CMYK00.170.240.11
HSL17.45º49.55%78.24%-
HSV(B)17.45º24.23%89.02%-
XYZ57.1155.2846.69-
YUV197.84113.42148.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.67%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 172 (67.58% from 255) = 29.30%
R=38.67%
G=32.03%
B=29.30%

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
Decimal22718817200.170.240.1117.4549.5578.24
HexE3BCAC01118B11324e
Octal34327425402130132162116
Binary111000111011110010101100010001110001011100011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BCAC; }

 p { color: rgb(227,188,172); }

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

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

 a { background-color: rgb(227,188,172); }

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

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

 span { border-color: rgb(227,188,172); }

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