#EBC5B6

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

Shades of Zinnwaldite #EBC5B6

Tints of Zinnwaldite #EBC5B6

Color information

#EBC5B6 (or 0xEBC5B6) is unknown color: approx Zinnwaldite. HEX triplet: EB, C5 and B6. RGB value is (235,197,182). Sum of RGB (Red+Green+Blue) = 235+197+182=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5B6 is #143A49. Grayscale: #CECECE. Windows color (decimal): -1325642 or 11978219. OLE color: 11978219.

HSL color Cylindrical-coordinate representation of color #EBC5B6: hue angle of 16.98º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBC5B6 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235197182-
CMYK00.160.230.08
HSL16.98º56.99%81.76%-
HSV(B)16.98º22.55%92.16%-
XYZ62.6760.9752.72-
YUV206.65114.09148.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 197 (77.34% from 255) = 32.08%
BLUE value IS 182 (71.48% from 255) = 29.64%
R=38.27%
G=32.08%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519718200.160.230.0816.9856.9981.76
HexEBC5B6010178113952
Octal35330526602027102171122
Binary111010111100010110110110010000101111000100011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5B6; }

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

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

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

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

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

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

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

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