#E9BCAC

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

Shades of Zinnwaldite #E9BCAC

Tints of Zinnwaldite #E9BCAC

Color information

#E9BCAC (or 0xE9BCAC) is unknown color: approx Zinnwaldite. HEX triplet: E9, BC and AC. RGB value is (233,188,172). Sum of RGB (Red+Green+Blue) = 233+188+172=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BCAC is #164353. Grayscale: #C7C7C7. Windows color (decimal): -1459028 or 11320553. OLE color: 11320553.

HSL color Cylindrical-coordinate representation of color #E9BCAC: hue angle of 15.74º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9BCAC is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB233188172-
CMYK00.190.260.09
HSL15.74º58.1%79.41%-
HSV(B)15.74º26.18%91.37%-
XYZ59.0356.2746.78-
YUV199.63112.41151.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.29%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=39.29%
G=31.70%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318817200.190.260.0915.7458.179.41
HexE9BCAC0131A9103a4f
Octal35127425402332112072117
Binary111010011011110010101100010011110101001100001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BCAC; }

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

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

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

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

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

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

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

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