#EBC1B1

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

Shades of Zinnwaldite #EBC1B1

Tints of Zinnwaldite #EBC1B1

Color information

#EBC1B1 (or 0xEBC1B1) is unknown color: approx Zinnwaldite. HEX triplet: EB, C1 and B1. RGB value is (235,193,177). Sum of RGB (Red+Green+Blue) = 235+193+177=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC1B1 is #143E4E. Grayscale: #CBCBCB. Windows color (decimal): -1326671 or 11649515. OLE color: 11649515.

HSL color Cylindrical-coordinate representation of color #EBC1B1: hue angle of 16.55º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBC1B1 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235193177-
CMYK00.180.250.08
HSL16.55º59.18%80.78%-
HSV(B)16.55º24.68%92.16%-
XYZ61.2758.9849.75-
YUV203.73112.91150.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=38.84%
G=31.90%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519317700.180.250.0816.5559.1880.78
HexEBC1B1012198113b51
Octal35330126102231102173121
Binary111010111100000110110001010010110011000100011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1B1; }

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

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

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

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

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

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

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

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