#EBC6B6

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

Shades of Zinnwaldite #EBC6B6

Tints of Zinnwaldite #EBC6B6

Color information

#EBC6B6 (or 0xEBC6B6) is unknown color: approx Zinnwaldite. HEX triplet: EB, C6 and B6. RGB value is (235,198,182). Sum of RGB (Red+Green+Blue) = 235+198+182=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6B6 is #143949. Grayscale: #CFCFCF. Windows color (decimal): -1325386 or 11978475. OLE color: 11978475.

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

Color convert

RGB235198182-
CMYK00.160.230.08
HSL18.11º56.99%81.76%-
HSV(B)18.11º22.55%92.16%-
XYZ62.961.4352.8-
YUV207.24113.76147.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 198 (77.73% from 255) = 32.20%
BLUE value IS 182 (71.48% from 255) = 29.59%
R=38.21%
G=32.20%
B=29.59%

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
Decimal23519818200.160.230.0818.1156.9981.76
HexEBC6B6010178123952
Octal35330626602027102271122
Binary111010111100011010110110010000101111000100101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6B6; }

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

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

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

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

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

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

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

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