#E6BCAD

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

Shades of Zinnwaldite #E6BCAD

Tints of Zinnwaldite #E6BCAD

Color information

#E6BCAD (or 0xE6BCAD) is unknown color: approx Zinnwaldite. HEX triplet: E6, BC and AD. RGB value is (230,188,173). Sum of RGB (Red+Green+Blue) = 230+188+173=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BCAD is #194352. Grayscale: #C6C6C6. Windows color (decimal): -1655635 or 11386086. OLE color: 11386086.

HSL color Cylindrical-coordinate representation of color #E6BCAD: hue angle of 15.79º 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 #E6BCAD is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230188173-
CMYK00.180.250.10
HSL15.79º53.27%79.02%-
HSV(B)15.79º24.78%90.2%-
XYZ58.1655.8147.24-
YUV198.85113.41150.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.92%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 173 (67.97% from 255) = 29.27%
R=38.92%
G=31.81%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018817300.180.250.1015.7953.2779.02
HexE6BCAD01219A10354f
Octal34627425502231122065117
Binary111001101011110010101101010010110011010100001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BCAD; }

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

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

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

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

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

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

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

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