#EAC2AD

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

Shades of Zinnwaldite #EAC2AD

Tints of Zinnwaldite #EAC2AD

Color information

#EAC2AD (or 0xEAC2AD) is unknown color: approx Zinnwaldite. HEX triplet: EA, C2 and AD. RGB value is (234,194,173). Sum of RGB (Red+Green+Blue) = 234+194+173=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC2AD is #153D52. Grayscale: #CBCBCB. Windows color (decimal): -1391955 or 11387626. OLE color: 11387626.

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

Color convert

RGB234194173-
CMYK00.170.260.08
HSL20.66º59.22%79.8%-
HSV(B)20.66º26.07%91.76%-
XYZ60.7759.0947.74-
YUV203.57110.75149.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 194 (76.17% from 255) = 32.28%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=38.94%
G=32.28%
B=28.79%

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
Decimal23419417300.170.260.0820.6659.2279.8
HexEAC2AD0111A8153b50
Octal35230225502132102573120
Binary111010101100001010101101010001110101000101011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2AD; }

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

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

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

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

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

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

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

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