#E3BCAD

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

Shades of Zinnwaldite #E3BCAD

Tints of Zinnwaldite #E3BCAD

Color information

#E3BCAD (or 0xE3BCAD) is unknown color: approx Zinnwaldite. HEX triplet: E3, BC and AD. RGB value is (227,188,173). Sum of RGB (Red+Green+Blue) = 227+188+173=588 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.61% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BCAD is #1C4352. Grayscale: #C6C6C6. Windows color (decimal): -1852243 or 11386083. OLE color: 11386083.

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

Color convert

RGB227188173-
CMYK00.170.240.11
HSL16.67º49.09%78.43%-
HSV(B)16.67º23.79%89.02%-
XYZ57.255.3147.2-
YUV197.95113.92148.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.61%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=38.61%
G=31.97%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718817300.170.240.1116.6749.0978.43
HexE3BCAD01118B11314e
Octal34327425502130132161116
Binary111000111011110010101101010001110001011100011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BCAD; }

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

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

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

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

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

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

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

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