#EAC2B1

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

Shades of Zinnwaldite #EAC2B1

Tints of Zinnwaldite #EAC2B1

Color information

#EAC2B1 (or 0xEAC2B1) is unknown color: approx Zinnwaldite. HEX triplet: EA, C2 and B1. RGB value is (234,194,177). Sum of RGB (Red+Green+Blue) = 234+194+177=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC2B1 is #153D4E. Grayscale: #CCCCCC. Windows color (decimal): -1391951 or 11649770. OLE color: 11649770.

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

Color convert

RGB234194177-
CMYK00.170.240.08
HSL17.89º57.58%80.59%-
HSV(B)17.89º24.36%91.76%-
XYZ61.1659.2549.81-
YUV204.02112.75149.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 194 (76.17% from 255) = 32.07%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=38.68%
G=32.07%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419417700.170.240.0817.8957.5880.59
HexEAC2B1011188123a51
Octal35230226102130102272121
Binary111010101100001010110001010001110001000100101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2B1; }

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

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

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

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

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

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

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

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