#E7BDA8

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

Shades of Zinnwaldite #E7BDA8

Tints of Zinnwaldite #E7BDA8

Color information

#E7BDA8 (or 0xE7BDA8) is unknown color: approx Zinnwaldite. HEX triplet: E7, BD and A8. RGB value is (231,189,168). Sum of RGB (Red+Green+Blue) = 231+189+168=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BDA8 is #184257. Grayscale: #C7C7C7. Windows color (decimal): -1589848 or 11058663. OLE color: 11058663.

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

Color convert

RGB231189168-
CMYK00.180.270.09
HSL20º56.76%78.24%-
HSV(B)20º27.27%90.59%-
XYZ58.2256.2144.83-
YUV199.16110.41150.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.29%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 168 (66.02% from 255) = 28.57%
R=39.29%
G=32.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118916800.180.270.092056.7678.24
HexE7BDA80121B914394e
Octal34727525002233112471116
Binary111001111011110110101000010010110111001101001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDA8; }

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

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

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

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

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

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

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

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