#E8BFAC

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

Shades of Zinnwaldite #E8BFAC

Tints of Zinnwaldite #E8BFAC

Color information

#E8BFAC (or 0xE8BFAC) is unknown color: approx Zinnwaldite. HEX triplet: E8, BF and AC. RGB value is (232,191,172). Sum of RGB (Red+Green+Blue) = 232+191+172=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BFAC is #174053. Grayscale: #C9C9C9. Windows color (decimal): -1523796 or 11321320. OLE color: 11321320.

HSL color Cylindrical-coordinate representation of color #E8BFAC: hue angle of 19º degrees, saturation: 0.57, 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 #E8BFAC is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB232191172-
CMYK00.180.260.09
HSL19º56.6%79.22%-
HSV(B)19º25.86%90.98%-
XYZ59.3657.446.98-
YUV201.09111.58150.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.99%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 172 (67.58% from 255) = 28.91%
R=38.99%
G=32.10%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219117200.180.260.091956.679.22
HexE8BFAC0121A913394f
Octal35027725402232112371117
Binary111010001011111110101100010010110101001100111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFAC; }

 p { color: rgb(232,191,172); }

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

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

 a { background-color: rgb(232,191,172); }

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

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

 span { border-color: rgb(232,191,172); }

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