#EAC6B4

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

Shades of Zinnwaldite #EAC6B4

Tints of Zinnwaldite #EAC6B4

Color information

#EAC6B4 (or 0xEAC6B4) is unknown color: approx Zinnwaldite. HEX triplet: EA, C6 and B4. RGB value is (234,198,180). Sum of RGB (Red+Green+Blue) = 234+198+180=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6B4 is #15394B. Grayscale: #CECECE. Windows color (decimal): -1390924 or 11847402. OLE color: 11847402.

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

Color convert

RGB234198180-
CMYK00.150.230.08
HSL20º56.25%81.18%-
HSV(B)20º23.08%91.76%-
XYZ62.3661.1851.7-
YUV206.71112.93147.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 198 (77.73% from 255) = 32.35%
BLUE value IS 180 (70.70% from 255) = 29.41%
R=38.24%
G=32.35%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419818000.150.230.082056.2581.18
HexEAC6B40F178143851
Octal35230626401727102470121
Binary11101010110001101011010001111101111000101001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6B4; }

 p { color: rgb(234,198,180); }

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

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

 a { background-color: rgb(234,198,180); }

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

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

 span { border-color: rgb(234,198,180); }

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