#EAC1B1

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

Shades of Zinnwaldite #EAC1B1

Tints of Zinnwaldite #EAC1B1

Color information

#EAC1B1 (or 0xEAC1B1) is unknown color: approx Zinnwaldite. HEX triplet: EA, C1 and B1. RGB value is (234,193,177). Sum of RGB (Red+Green+Blue) = 234+193+177=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC1B1 is #153E4E. Grayscale: #CBCBCB. Windows color (decimal): -1392207 or 11649514. OLE color: 11649514.

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

Color convert

RGB234193177-
CMYK00.180.240.08
HSL16.84º57.58%80.59%-
HSV(B)16.84º24.36%91.76%-
XYZ60.9458.8149.73-
YUV203.44113.08149.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 193 (75.78% from 255) = 31.95%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=38.74%
G=31.95%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419317700.180.240.0816.8457.5880.59
HexEAC1B1012188113a51
Octal35230126102230102172121
Binary111010101100000110110001010010110001000100011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1B1; }

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

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

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

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

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

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

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

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