#EABEAC

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

Shades of Zinnwaldite #EABEAC

Tints of Zinnwaldite #EABEAC

Color information

#EABEAC (or 0xEABEAC) is unknown color: approx Zinnwaldite. HEX triplet: EA, BE and AC. RGB value is (234,190,172). Sum of RGB (Red+Green+Blue) = 234+190+172=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABEAC is #154153. Grayscale: #C9C9C9. Windows color (decimal): -1392980 or 11321066. OLE color: 11321066.

HSL color Cylindrical-coordinate representation of color #EABEAC: hue angle of 17.42º 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 #EABEAC is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234190172-
CMYK00.190.260.08
HSL17.42º59.62%79.61%-
HSV(B)17.42º26.5%91.76%-
XYZ59.7957.346.94-
YUV201.1111.58151.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 172 (67.58% from 255) = 28.86%
R=39.26%
G=31.88%
B=28.86%

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
Decimal23419017200.190.260.0817.4259.6279.61
HexEABEAC0131A8113c50
Octal35227625402332102174120
Binary111010101011111010101100010011110101000100011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEAC; }

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

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

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

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

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

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

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

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