#EAC4AC

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

Shades of Zinnwaldite #EAC4AC

Tints of Zinnwaldite #EAC4AC

Color information

#EAC4AC (or 0xEAC4AC) is unknown color: approx Zinnwaldite. HEX triplet: EA, C4 and AC. RGB value is (234,196,172). Sum of RGB (Red+Green+Blue) = 234+196+172=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC4AC is #153B53. Grayscale: #CCCCCC. Windows color (decimal): -1391444 or 11322602. OLE color: 11322602.

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

Color convert

RGB234196172-
CMYK00.160.260.08
HSL23.23º59.62%79.61%-
HSV(B)23.23º26.5%91.76%-
XYZ61.1259.9547.38-
YUV204.63109.59148.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 196 (76.95% from 255) = 32.56%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=38.87%
G=32.56%
B=28.57%

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
Decimal23419617200.160.260.0823.2359.6279.61
HexEAC4AC0101A8173c50
Octal35230425402032102774120
Binary111010101100010010101100010000110101000101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4AC; }

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

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

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

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

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

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

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

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