#EBC4AC

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

Shades of Zinnwaldite #EBC4AC

Tints of Zinnwaldite #EBC4AC

Color information

#EBC4AC (or 0xEBC4AC) is unknown color: approx Zinnwaldite. HEX triplet: EB, C4 and AC. RGB value is (235,196,172). Sum of RGB (Red+Green+Blue) = 235+196+172=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC4AC is #143B53. Grayscale: #CDCDCD. Windows color (decimal): -1325908 or 11322603. OLE color: 11322603.

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

Color convert

RGB235196172-
CMYK00.170.270.08
HSL22.86º61.17%79.8%-
HSV(B)22.86º26.81%92.16%-
XYZ61.4560.1247.4-
YUV204.92109.42149.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 196 (76.95% from 255) = 32.50%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=38.97%
G=32.50%
B=28.52%

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
Decimal23519617200.170.270.0822.8661.1779.8
HexEBC4AC0111B8173d50
Octal35330425402133102775120
Binary111010111100010010101100010001110111000101111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4AC; }

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

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

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

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

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

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

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

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