#EBC1B3

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

Shades of Zinnwaldite #EBC1B3

Tints of Zinnwaldite #EBC1B3

Color information

#EBC1B3 (or 0xEBC1B3) is unknown color: approx Zinnwaldite. HEX triplet: EB, C1 and B3. RGB value is (235,193,179). Sum of RGB (Red+Green+Blue) = 235+193+179=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1B3 is #143E4C. Grayscale: #CCCCCC. Windows color (decimal): -1326669 or 11780587. OLE color: 11780587.

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

Color convert

RGB235193179-
CMYK00.180.240.08
HSL15º58.33%81.18%-
HSV(B)15º23.83%92.16%-
XYZ61.4759.0650.81-
YUV203.96113.91150.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 179 (70.31% from 255) = 29.49%
R=38.71%
G=31.80%
B=29.49%

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
Decimal23519317900.180.240.081558.3381.18
HexEBC1B3012188f3a51
Octal35330126302230101772121
Binary11101011110000011011001101001011000100011111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1B3; }

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

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

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

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

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

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

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

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