#EAC4AD

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

Shades of Zinnwaldite #EAC4AD

Tints of Zinnwaldite #EAC4AD

Color information

#EAC4AD (or 0xEAC4AD) is unknown color: approx Zinnwaldite. HEX triplet: EA, C4 and AD. RGB value is (234,196,173). Sum of RGB (Red+Green+Blue) = 234+196+173=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC4AD is #153B52. Grayscale: #CCCCCC. Windows color (decimal): -1391443 or 11388138. OLE color: 11388138.

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

Color convert

RGB234196173-
CMYK00.160.260.08
HSL22.62º59.22%79.8%-
HSV(B)22.62º26.07%91.76%-
XYZ61.2159.9947.89-
YUV204.74110.09148.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 196 (76.95% from 255) = 32.50%
BLUE value IS 173 (67.97% from 255) = 28.69%
R=38.81%
G=32.50%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419617300.160.260.0822.6259.2279.8
HexEAC4AD0101A8173b50
Octal35230425502032102773120
Binary111010101100010010101101010000110101000101111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4AD; }

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

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

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

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

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

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

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

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