#EBC4B4

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

Shades of Zinnwaldite #EBC4B4

Tints of Zinnwaldite #EBC4B4

Color information

#EBC4B4 (or 0xEBC4B4) is unknown color: approx Zinnwaldite. HEX triplet: EB, C4 and B4. RGB value is (235,196,180). Sum of RGB (Red+Green+Blue) = 235+196+180=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4B4 is #143B4B. Grayscale: #CDCDCD. Windows color (decimal): -1325900 or 11846891. OLE color: 11846891.

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

Color convert

RGB235196180-
CMYK00.170.230.08
HSL17.45º57.89%81.37%-
HSV(B)17.45º23.4%92.16%-
XYZ62.2460.4451.57-
YUV205.84113.42148.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 196 (76.95% from 255) = 32.08%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=38.46%
G=32.08%
B=29.46%

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
Decimal23519618000.170.230.0817.4557.8981.37
HexEBC4B4011178113a51
Octal35330426402127102172121
Binary111010111100010010110100010001101111000100011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4B4; }

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

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

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

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

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

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

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

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