#EBC4AD

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

Shades of Zinnwaldite #EBC4AD

Tints of Zinnwaldite #EBC4AD

Color information

#EBC4AD (or 0xEBC4AD) is unknown color: approx Zinnwaldite. HEX triplet: EB, C4 and AD. RGB value is (235,196,173). Sum of RGB (Red+Green+Blue) = 235+196+173=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC4AD is #143B52. Grayscale: #CDCDCD. Windows color (decimal): -1325907 or 11388139. OLE color: 11388139.

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

Color convert

RGB235196173-
CMYK00.170.260.08
HSL22.26º60.78%80%-
HSV(B)22.26º26.38%92.16%-
XYZ61.5460.1647.9-
YUV205.04109.92149.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 196 (76.95% from 255) = 32.45%
BLUE value IS 173 (67.97% from 255) = 28.64%
R=38.91%
G=32.45%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519617300.170.260.0822.2660.7880
HexEBC4AD0111A8163d50
Octal35330425502132102675120
Binary111010111100010010101101010001110101000101101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4AD; }

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

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

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

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

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

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

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

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