#E6BFAD

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

Shades of Zinnwaldite #E6BFAD

Tints of Zinnwaldite #E6BFAD

Color information

#E6BFAD (or 0xE6BFAD) is unknown color: approx Zinnwaldite. HEX triplet: E6, BF and AD. RGB value is (230,191,173). Sum of RGB (Red+Green+Blue) = 230+191+173=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BFAD is #194052. Grayscale: #C8C8C8. Windows color (decimal): -1654867 or 11386854. OLE color: 11386854.

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

Color convert

RGB230191173-
CMYK00.170.250.10
HSL18.95º53.27%79.02%-
HSV(B)18.95º24.78%90.2%-
XYZ58.8157.147.46-
YUV200.61112.42148.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.72%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 173 (67.97% from 255) = 29.12%
R=38.72%
G=32.15%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019117300.170.250.1018.9553.2779.02
HexE6BFAD01119A13354f
Octal34627725502131122365117
Binary111001101011111110101101010001110011010100111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFAD; }

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

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

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

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

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

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

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

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