#E3BDAE

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

Shades of Zinnwaldite #E3BDAE

Tints of Zinnwaldite #E3BDAE

Color information

#E3BDAE (or 0xE3BDAE) is unknown color: approx Zinnwaldite. HEX triplet: E3, BD and AE. RGB value is (227,189,174). Sum of RGB (Red+Green+Blue) = 227+189+174=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BDAE is #1C4251. Grayscale: #C6C6C6. Windows color (decimal): -1851986 or 11451875. OLE color: 11451875.

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

Color convert

RGB227189174-
CMYK00.170.230.11
HSL16.98º48.62%78.63%-
HSV(B)16.98º23.35%89.02%-
XYZ57.5255.7847.78-
YUV198.65114.09148.22-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.47%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=38.47%
G=32.03%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718917400.170.230.1116.9848.6278.63
HexE3BDAE01117B11314f
Octal34327525602127132161117
Binary111000111011110110101110010001101111011100011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDAE; }

 p { color: rgb(227,189,174); }

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

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

 a { background-color: rgb(227,189,174); }

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

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

 span { border-color: rgb(227,189,174); }

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