#E7C4B4

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

Shades of Zinnwaldite #E7C4B4

Tints of Zinnwaldite #E7C4B4

Color information

#E7C4B4 (or 0xE7C4B4) is unknown color: approx Zinnwaldite. HEX triplet: E7, C4 and B4. RGB value is (231,196,180). Sum of RGB (Red+Green+Blue) = 231+196+180=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4B4 is #183B4B. Grayscale: #CCCCCC. Windows color (decimal): -1588044 or 11846887. OLE color: 11846887.

HSL color Cylindrical-coordinate representation of color #E7C4B4: hue angle of 18.82º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7C4B4 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB231196180-
CMYK00.150.220.09
HSL18.82º51.52%80.59%-
HSV(B)18.82º22.08%90.59%-
XYZ60.9359.7651.5-
YUV204.64114.1146.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.06%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 180 (70.70% from 255) = 29.65%
R=38.06%
G=32.29%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119618000.150.220.0918.8251.5280.59
HexE7C4B40F169133451
Octal34730426401726112364121
Binary11100111110001001011010001111101101001100111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C4B4; }

 p { color: rgb(231,196,180); }

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

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

 a { background-color: rgb(231,196,180); }

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

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

 span { border-color: rgb(231,196,180); }

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