#EBC5B7

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

Shades of Zinnwaldite #EBC5B7

Tints of Zinnwaldite #EBC5B7

Color information

#EBC5B7 (or 0xEBC5B7) is unknown color: approx Zinnwaldite. HEX triplet: EB, C5 and B7. RGB value is (235,197,183). Sum of RGB (Red+Green+Blue) = 235+197+183=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 183 (71.88% from 255 or 29.76% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5B7 is #143A48. Grayscale: #CECECE. Windows color (decimal): -1325641 or 12043755. OLE color: 12043755.

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

Color convert

RGB235197183-
CMYK00.160.220.08
HSL16.15º56.52%81.96%-
HSV(B)16.15º22.13%92.16%-
XYZ62.7761.0153.27-
YUV206.77114.59148.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 197 (77.34% from 255) = 32.03%
BLUE value IS 183 (71.88% from 255) = 29.76%
R=38.21%
G=32.03%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519718300.160.220.0816.1556.5281.96
HexEBC5B7010168103952
Octal35330526702026102071122
Binary111010111100010110110111010000101101000100001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5B7; }

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

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

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

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

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

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

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

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