#EAC1AB

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

Shades of Zinnwaldite #EAC1AB

Tints of Zinnwaldite #EAC1AB

Color information

#EAC1AB (or 0xEAC1AB) is unknown color: approx Zinnwaldite. HEX triplet: EA, C1 and AB. RGB value is (234,193,171). Sum of RGB (Red+Green+Blue) = 234+193+171=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC1AB is #153E54. Grayscale: #CACACA. Windows color (decimal): -1392213 or 11256298. OLE color: 11256298.

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

Color convert

RGB234193171-
CMYK00.180.270.08
HSL20.95º60%79.41%-
HSV(B)20.95º26.92%91.76%-
XYZ60.3558.5746.65-
YUV202.75110.08150.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 193 (75.78% from 255) = 32.27%
BLUE value IS 171 (67.19% from 255) = 28.60%
R=39.13%
G=32.27%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419317100.180.270.0820.956079.41
HexEAC1AB0121B8153c4f
Octal35230125302233102574117
Binary111010101100000110101011010010110111000101011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1AB; }

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

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

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

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

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

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

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

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