#EBC4B6

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

Shades of Zinnwaldite #EBC4B6

Tints of Zinnwaldite #EBC4B6

Color information

#EBC4B6 (or 0xEBC4B6) is unknown color: approx Zinnwaldite. HEX triplet: EB, C4 and B6. RGB value is (235,196,182). Sum of RGB (Red+Green+Blue) = 235+196+182=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4B6 is #143B49. Grayscale: #CECECE. Windows color (decimal): -1325898 or 11977963. OLE color: 11977963.

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

Color convert

RGB235196182-
CMYK00.170.230.08
HSL15.85º56.99%81.76%-
HSV(B)15.85º22.55%92.16%-
XYZ62.4460.5252.65-
YUV206.06114.42148.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 196 (76.95% from 255) = 31.97%
BLUE value IS 182 (71.48% from 255) = 29.69%
R=38.34%
G=31.97%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519618200.170.230.0815.8556.9981.76
HexEBC4B6011178103952
Octal35330426602127102071122
Binary111010111100010010110110010001101111000100001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4B6; }

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

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

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

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

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

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

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

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