#EAC1B0

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

Shades of Zinnwaldite #EAC1B0

Tints of Zinnwaldite #EAC1B0

Color information

#EAC1B0 (or 0xEAC1B0) is unknown color: approx Zinnwaldite. HEX triplet: EA, C1 and B0. RGB value is (234,193,176). Sum of RGB (Red+Green+Blue) = 234+193+176=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC1B0 is #153E4F. Grayscale: #CBCBCB. Windows color (decimal): -1392208 or 11583978. OLE color: 11583978.

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

Color convert

RGB234193176-
CMYK00.180.250.08
HSL17.59º58%80.39%-
HSV(B)17.59º24.79%91.76%-
XYZ60.8458.7749.21-
YUV203.32112.58149.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 193 (75.78% from 255) = 32.01%
BLUE value IS 176 (69.14% from 255) = 29.19%
R=38.81%
G=32.01%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419317600.180.250.0817.595880.39
HexEAC1B0012198123a50
Octal35230126002231102272120
Binary111010101100000110110000010010110011000100101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1B0; }

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

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

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

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

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

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

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

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