#E7BDAE

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

Shades of Zinnwaldite #E7BDAE

Tints of Zinnwaldite #E7BDAE

Color information

#E7BDAE (or 0xE7BDAE) is unknown color: approx Zinnwaldite. HEX triplet: E7, BD and AE. RGB value is (231,189,174). Sum of RGB (Red+Green+Blue) = 231+189+174=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BDAE is #184251. Grayscale: #C7C7C7. Windows color (decimal): -1589842 or 11451879. OLE color: 11451879.

HSL color Cylindrical-coordinate representation of color #E7BDAE: hue angle of 15.79º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7BDAE is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB231189174-
CMYK00.180.250.09
HSL15.79º54.29%79.41%-
HSV(B)15.79º24.68%90.59%-
XYZ58.7956.4447.84-
YUV199.85113.41150.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.89%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 174 (68.36% from 255) = 29.29%
R=38.89%
G=31.82%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118917400.180.250.0915.7954.2979.41
HexE7BDAE01219910364f
Octal34727525602231112066117
Binary111001111011110110101110010010110011001100001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDAE; }

 p { color: rgb(231,189,174); }

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

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

 a { background-color: rgb(231,189,174); }

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

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

 span { border-color: rgb(231,189,174); }

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