#E3BDAD

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

Shades of Zinnwaldite #E3BDAD

Tints of Zinnwaldite #E3BDAD

Color information

#E3BDAD (or 0xE3BDAD) is unknown color: approx Zinnwaldite. HEX triplet: E3, BD and AD. RGB value is (227,189,173). Sum of RGB (Red+Green+Blue) = 227+189+173=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BDAD is #1C4252. Grayscale: #C6C6C6. Windows color (decimal): -1851987 or 11386339. OLE color: 11386339.

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

Color convert

RGB227189173-
CMYK00.170.240.11
HSL17.78º49.09%78.43%-
HSV(B)17.78º23.79%89.02%-
XYZ57.4255.7447.27-
YUV198.54113.59148.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.54%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=38.54%
G=32.09%
B=29.37%

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
Decimal22718917300.170.240.1117.7849.0978.43
HexE3BDAD01118B12314e
Octal34327525502130132261116
Binary111000111011110110101101010001110001011100101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDAD; }

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

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

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

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

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

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

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

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