#EBC6B4

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

Shades of Zinnwaldite #EBC6B4

Tints of Zinnwaldite #EBC6B4

Color information

#EBC6B4 (or 0xEBC6B4) is unknown color: approx Zinnwaldite. HEX triplet: EB, C6 and B4. RGB value is (235,198,180). Sum of RGB (Red+Green+Blue) = 235+198+180=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6B4 is #14394B. Grayscale: #CFCFCF. Windows color (decimal): -1325388 or 11847403. OLE color: 11847403.

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

Color convert

RGB235198180-
CMYK00.160.230.08
HSL19.64º57.89%81.37%-
HSV(B)19.64º23.4%92.16%-
XYZ62.6961.3551.72-
YUV207.01112.76147.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 180 (70.70% from 255) = 29.36%
R=38.34%
G=32.30%
B=29.36%

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
Decimal23519818000.160.230.0819.6457.8981.37
HexEBC6B4010178143a51
Octal35330626402027102472121
Binary111010111100011010110100010000101111000101001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6B4; }

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

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

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

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

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

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

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

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