#E4BCAD

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

Shades of Zinnwaldite #E4BCAD

Tints of Zinnwaldite #E4BCAD

Color information

#E4BCAD (or 0xE4BCAD) is unknown color: approx Zinnwaldite. HEX triplet: E4, BC and AD. RGB value is (228,188,173). Sum of RGB (Red+Green+Blue) = 228+188+173=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BCAD is #1B4352. Grayscale: #C6C6C6. Windows color (decimal): -1786707 or 11386084. OLE color: 11386084.

HSL color Cylindrical-coordinate representation of color #E4BCAD: hue angle of 16.36º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4BCAD is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB228188173-
CMYK00.180.240.11
HSL16.36º50.46%78.63%-
HSV(B)16.36º24.12%89.41%-
XYZ57.5255.4847.21-
YUV198.25113.75149.22-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.71%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=38.71%
G=31.92%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818817300.180.240.1116.3650.4678.63
HexE4BCAD01218B10324f
Octal34427425502230132062117
Binary111001001011110010101101010010110001011100001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BCAD; }

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

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

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

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

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

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

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

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