#EBC5B2

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

Shades of Zinnwaldite #EBC5B2

Tints of Zinnwaldite #EBC5B2

Color information

#EBC5B2 (or 0xEBC5B2) is unknown color: approx Zinnwaldite. HEX triplet: EB, C5 and B2. RGB value is (235,197,178). Sum of RGB (Red+Green+Blue) = 235+197+178=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC5B2 is #143A4D. Grayscale: #CECECE. Windows color (decimal): -1325646 or 11716075. OLE color: 11716075.

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

Color convert

RGB235197178-
CMYK00.160.240.08
HSL20º58.76%80.98%-
HSV(B)20º24.26%92.16%-
XYZ62.2660.8150.58-
YUV206.2112.09148.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 197 (77.34% from 255) = 32.30%
BLUE value IS 178 (69.92% from 255) = 29.18%
R=38.52%
G=32.30%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519717800.160.240.082058.7680.98
HexEBC5B2010188143b51
Octal35330526202030102473121
Binary111010111100010110110010010000110001000101001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5B2; }

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

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

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

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

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

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

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

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