#E4BEAE

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

Shades of Zinnwaldite #E4BEAE

Tints of Zinnwaldite #E4BEAE

Color information

#E4BEAE (or 0xE4BEAE) is unknown color: approx Zinnwaldite. HEX triplet: E4, BE and AE. RGB value is (228,190,174). Sum of RGB (Red+Green+Blue) = 228+190+174=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BEAE is #1B4151. Grayscale: #C7C7C7. Windows color (decimal): -1786194 or 11452132. OLE color: 11452132.

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

Color convert

RGB228190174-
CMYK00.170.240.11
HSL17.78º50%78.82%-
HSV(B)17.78º23.68%89.41%-
XYZ58.0556.3847.87-
YUV199.54113.59148.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.51%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=38.51%
G=32.09%
B=29.39%

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
Decimal22819017400.170.240.1117.785078.82
HexE4BEAE01118B12324f
Octal34427625602130132262117
Binary111001001011111010101110010001110001011100101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BEAE; }

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

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

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

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

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

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

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

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