#EAC3AD

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

Shades of Zinnwaldite #EAC3AD

Tints of Zinnwaldite #EAC3AD

Color information

#EAC3AD (or 0xEAC3AD) is unknown color: approx Zinnwaldite. HEX triplet: EA, C3 and AD. RGB value is (234,195,173). Sum of RGB (Red+Green+Blue) = 234+195+173=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC3AD is #153C52. Grayscale: #CCCCCC. Windows color (decimal): -1391699 or 11387882. OLE color: 11387882.

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

Color convert

RGB234195173-
CMYK00.170.260.08
HSL21.64º59.22%79.8%-
HSV(B)21.64º26.07%91.76%-
XYZ60.9959.5447.81-
YUV204.15110.42149.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 195 (76.56% from 255) = 32.39%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=38.87%
G=32.39%
B=28.74%

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
Decimal23419517300.170.260.0821.6459.2279.8
HexEAC3AD0111A8163b50
Octal35230325502132102673120
Binary111010101100001110101101010001110101000101101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC3AD; }

 p { color: rgb(234,195,173); }

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

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

 a { background-color: rgb(234,195,173); }

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

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

 span { border-color: rgb(234,195,173); }

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