#E6BFAE

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

Shades of Zinnwaldite #E6BFAE

Tints of Zinnwaldite #E6BFAE

Color information

#E6BFAE (or 0xE6BFAE) is unknown color: approx Zinnwaldite. HEX triplet: E6, BF and AE. RGB value is (230,191,174). Sum of RGB (Red+Green+Blue) = 230+191+174=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BFAE is #194051. Grayscale: #C8C8C8. Windows color (decimal): -1654866 or 11452390. OLE color: 11452390.

HSL color Cylindrical-coordinate representation of color #E6BFAE: hue angle of 18.21º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6BFAE is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230191174-
CMYK00.170.240.10
HSL18.21º52.83%79.22%-
HSV(B)18.21º24.35%90.2%-
XYZ58.957.1447.97-
YUV200.72112.92148.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.66%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=38.66%
G=32.10%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019117400.170.240.1018.2152.8379.22
HexE6BFAE01118A12354f
Octal34627725602130122265117
Binary111001101011111110101110010001110001010100101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFAE; }

 p { color: rgb(230,191,174); }

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

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

 a { background-color: rgb(230,191,174); }

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

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

 span { border-color: rgb(230,191,174); }

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