#EBC3B6

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

Shades of Zinnwaldite #EBC3B6

Tints of Zinnwaldite #EBC3B6

Color information

#EBC3B6 (or 0xEBC3B6) is unknown color: approx Zinnwaldite. HEX triplet: EB, C3 and B6. RGB value is (235,195,182). Sum of RGB (Red+Green+Blue) = 235+195+182=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 182 (71.48% from 255 or 29.74% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3B6 is #143C49. Grayscale: #CDCDCD. Windows color (decimal): -1326154 or 11977707. OLE color: 11977707.

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

Color convert

RGB235195182-
CMYK00.170.230.08
HSL14.72º56.99%81.76%-
HSV(B)14.72º22.55%92.16%-
XYZ62.2260.0752.57-
YUV205.48114.75149.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 195 (76.56% from 255) = 31.86%
BLUE value IS 182 (71.48% from 255) = 29.74%
R=38.40%
G=31.86%
B=29.74%

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
Decimal23519518200.170.230.0814.7256.9981.76
HexEBC3B6011178f3952
Octal35330326602127101771122
Binary11101011110000111011011001000110111100011111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3B6; }

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

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

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

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

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

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

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

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