#E4BFAE

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

Shades of Zinnwaldite #E4BFAE

Tints of Zinnwaldite #E4BFAE

Color information

#E4BFAE (or 0xE4BFAE) is unknown color: approx Zinnwaldite. HEX triplet: E4, BF and AE. RGB value is (228,191,174). Sum of RGB (Red+Green+Blue) = 228+191+174=593 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.45% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BFAE is #1B4051. Grayscale: #C8C8C8. Windows color (decimal): -1785938 or 11452388. OLE color: 11452388.

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

Color convert

RGB228191174-
CMYK00.160.240.11
HSL18.89º50%78.82%-
HSV(B)18.89º23.68%89.41%-
XYZ58.2756.8147.94-
YUV200.12113.26147.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.45%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 174 (68.36% from 255) = 29.34%
R=38.45%
G=32.21%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819117400.160.240.1118.895078.82
HexE4BFAE01018B13324f
Octal34427725602030132362117
Binary111001001011111110101110010000110001011100111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFAE; }

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

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

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

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

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

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

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

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