#EBC3AC

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

Shades of Zinnwaldite #EBC3AC

Tints of Zinnwaldite #EBC3AC

Color information

#EBC3AC (or 0xEBC3AC) is unknown color: approx Zinnwaldite. HEX triplet: EB, C3 and AC. RGB value is (235,195,172). Sum of RGB (Red+Green+Blue) = 235+195+172=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC3AC is #143C53. Grayscale: #CCCCCC. Windows color (decimal): -1326164 or 11322347. OLE color: 11322347.

HSL color Cylindrical-coordinate representation of color #EBC3AC: hue angle of 21.9º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBC3AC is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235195172-
CMYK00.170.270.08
HSL21.9º61.17%79.8%-
HSV(B)21.9º26.81%92.16%-
XYZ61.2259.6747.32-
YUV204.34109.75149.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 195 (76.56% from 255) = 32.39%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=39.04%
G=32.39%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519517200.170.270.0821.961.1779.8
HexEBC3AC0111B8163d50
Octal35330325402133102675120
Binary111010111100001110101100010001110111000101101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3AC; }

 p { color: rgb(235,195,172); }

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

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

 a { background-color: rgb(235,195,172); }

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

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

 span { border-color: rgb(235,195,172); }

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