#EBC5B4

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

Shades of Zinnwaldite #EBC5B4

Tints of Zinnwaldite #EBC5B4

Color information

#EBC5B4 (or 0xEBC5B4) is unknown color: approx Zinnwaldite. HEX triplet: EB, C5 and B4. RGB value is (235,197,180). Sum of RGB (Red+Green+Blue) = 235+197+180=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5B4 is #143A4B. Grayscale: #CECECE. Windows color (decimal): -1325644 or 11847147. OLE color: 11847147.

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

Color convert

RGB235197180-
CMYK00.160.230.08
HSL18.55º57.89%81.37%-
HSV(B)18.55º23.4%92.16%-
XYZ62.4760.8951.64-
YUV206.42113.09148.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 197 (77.34% from 255) = 32.19%
BLUE value IS 180 (70.70% from 255) = 29.41%
R=38.40%
G=32.19%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519718000.160.230.0818.5557.8981.37
HexEBC5B4010178133a51
Octal35330526402027102372121
Binary111010111100010110110100010000101111000100111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5B4; }

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

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

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

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

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

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

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

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