#E3BCAE

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

Shades of Zinnwaldite #E3BCAE

Tints of Zinnwaldite #E3BCAE

Color information

#E3BCAE (or 0xE3BCAE) is unknown color: approx Zinnwaldite. HEX triplet: E3, BC and AE. RGB value is (227,188,174). Sum of RGB (Red+Green+Blue) = 227+188+174=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BCAE is #1C4351. Grayscale: #C6C6C6. Windows color (decimal): -1852242 or 11451619. OLE color: 11451619.

HSL color Cylindrical-coordinate representation of color #E3BCAE: hue angle of 15.85º 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 #E3BCAE is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB227188174-
CMYK00.170.230.11
HSL15.85º48.62%78.63%-
HSV(B)15.85º23.35%89.02%-
XYZ57.355.3547.71-
YUV198.06114.42148.64-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.54%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=38.54%
G=31.92%
B=29.54%

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
Decimal22718817400.170.230.1115.8548.6278.63
HexE3BCAE01117B10314f
Octal34327425602127132061117
Binary111000111011110010101110010001101111011100001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BCAE; }

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

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

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

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

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

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

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

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