#E3BEAE

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

Shades of Zinnwaldite #E3BEAE

Tints of Zinnwaldite #E3BEAE

Color information

#E3BEAE (or 0xE3BEAE) is unknown color: approx Zinnwaldite. HEX triplet: E3, BE and AE. RGB value is (227,190,174). Sum of RGB (Red+Green+Blue) = 227+190+174=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BEAE is #1C4151. Grayscale: #C7C7C7. Windows color (decimal): -1851730 or 11452131. OLE color: 11452131.

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

Color convert

RGB227190174-
CMYK00.160.230.11
HSL18.11º48.62%78.63%-
HSV(B)18.11º23.35%89.02%-
XYZ57.7356.2147.85-
YUV199.24113.76147.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.41%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=38.41%
G=32.15%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22719017400.160.230.1118.1148.6278.63
HexE3BEAE01017B12314f
Octal34327625602027132261117
Binary111000111011111010101110010000101111011100101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BEAE; }

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

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

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

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

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

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

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

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