#EABDAC

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

Shades of Zinnwaldite #EABDAC

Tints of Zinnwaldite #EABDAC

Color information

#EABDAC (or 0xEABDAC) is unknown color: approx Zinnwaldite. HEX triplet: EA, BD and AC. RGB value is (234,189,172). Sum of RGB (Red+Green+Blue) = 234+189+172=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDAC is #154253. Grayscale: #C8C8C8. Windows color (decimal): -1393236 or 11320810. OLE color: 11320810.

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

Color convert

RGB234189172-
CMYK00.190.260.08
HSL16.45º59.62%79.61%-
HSV(B)16.45º26.5%91.76%-
XYZ59.5856.8746.87-
YUV200.52111.91151.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 172 (67.58% from 255) = 28.91%
R=39.33%
G=31.76%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418917200.190.260.0816.4559.6279.61
HexEABDAC0131A8103c50
Octal35227525402332102074120
Binary111010101011110110101100010011110101000100001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDAC; }

 p { color: rgb(234,189,172); }

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

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

 a { background-color: rgb(234,189,172); }

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

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

 span { border-color: rgb(234,189,172); }

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