#EBC1B2

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

Shades of Zinnwaldite #EBC1B2

Tints of Zinnwaldite #EBC1B2

Color information

#EBC1B2 (or 0xEBC1B2) is unknown color: approx Zinnwaldite. HEX triplet: EB, C1 and B2. RGB value is (235,193,178). Sum of RGB (Red+Green+Blue) = 235+193+178=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC1B2 is #143E4D. Grayscale: #CBCBCB. Windows color (decimal): -1326670 or 11715051. OLE color: 11715051.

HSL color Cylindrical-coordinate representation of color #EBC1B2: hue angle of 15.79º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBC1B2 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235193178-
CMYK00.180.240.08
HSL15.79º58.76%80.98%-
HSV(B)15.79º24.26%92.16%-
XYZ61.3759.0250.28-
YUV203.85113.41150.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 193 (75.78% from 255) = 31.85%
BLUE value IS 178 (69.92% from 255) = 29.37%
R=38.78%
G=31.85%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519317800.180.240.0815.7958.7680.98
HexEBC1B2012188103b51
Octal35330126202230102073121
Binary111010111100000110110010010010110001000100001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1B2; }

 p { color: rgb(235,193,178); }

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

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

 a { background-color: rgb(235,193,178); }

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

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

 span { border-color: rgb(235,193,178); }

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