#EAC7B6

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

Shades of Zinnwaldite #EAC7B6

Tints of Zinnwaldite #EAC7B6

Color information

#EAC7B6 (or 0xEAC7B6) is unknown color: approx Zinnwaldite. HEX triplet: EA, C7 and B6. RGB value is (234,199,182). Sum of RGB (Red+Green+Blue) = 234+199+182=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7B6 is #153849. Grayscale: #CFCFCF. Windows color (decimal): -1390666 or 11978730. OLE color: 11978730.

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

Color convert

RGB234199182-
CMYK00.150.220.08
HSL19.62º55.32%81.57%-
HSV(B)19.62º22.22%91.76%-
XYZ62.861.7252.86-
YUV207.53113.6146.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 199 (78.12% from 255) = 32.36%
BLUE value IS 182 (71.48% from 255) = 29.59%
R=38.05%
G=32.36%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419918200.150.220.0819.6255.3281.57
HexEAC7B60F168143752
Octal35230726601726102467122
Binary11101010110001111011011001111101101000101001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7B6; }

 p { color: rgb(234,199,182); }

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

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

 a { background-color: rgb(234,199,182); }

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

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

 span { border-color: rgb(234,199,182); }

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