#EAC3B2

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

Shades of Zinnwaldite #EAC3B2

Tints of Zinnwaldite #EAC3B2

Color information

#EAC3B2 (or 0xEAC3B2) is unknown color: approx Zinnwaldite. HEX triplet: EA, C3 and B2. RGB value is (234,195,178). Sum of RGB (Red+Green+Blue) = 234+195+178=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC3B2 is #153C4D. Grayscale: #CCCCCC. Windows color (decimal): -1391694 or 11715562. OLE color: 11715562.

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

Color convert

RGB234195178-
CMYK00.170.240.08
HSL18.21º57.14%80.78%-
HSV(B)18.21º23.93%91.76%-
XYZ61.4859.7450.41-
YUV204.72112.92148.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 195 (76.56% from 255) = 32.13%
BLUE value IS 178 (69.92% from 255) = 29.32%
R=38.55%
G=32.13%
B=29.32%

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
Decimal23419517800.170.240.0818.2157.1480.78
HexEAC3B2011188123951
Octal35230326202130102271121
Binary111010101100001110110010010001110001000100101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC3B2; }

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

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

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

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

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

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

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

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