#EABFAC

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

Shades of Zinnwaldite #EABFAC

Tints of Zinnwaldite #EABFAC

Color information

#EABFAC (or 0xEABFAC) is unknown color: approx Zinnwaldite. HEX triplet: EA, BF and AC. RGB value is (234,191,172). Sum of RGB (Red+Green+Blue) = 234+191+172=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABFAC is #154053. Grayscale: #C9C9C9. Windows color (decimal): -1392724 or 11321322. OLE color: 11321322.

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

Color convert

RGB234191172-
CMYK00.180.260.08
HSL18.39º59.62%79.61%-
HSV(B)18.39º26.5%91.76%-
XYZ60.0157.7347.01-
YUV201.69111.25151.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 172 (67.58% from 255) = 28.81%
R=39.20%
G=31.99%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419117200.180.260.0818.3959.6279.61
HexEABFAC0121A8123c50
Octal35227725402232102274120
Binary111010101011111110101100010010110101000100101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFAC; }

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

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

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

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

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

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

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

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