#EABFAE

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

Shades of Zinnwaldite #EABFAE

Tints of Zinnwaldite #EABFAE

Color information

#EABFAE (or 0xEABFAE) is unknown color: approx Zinnwaldite. HEX triplet: EA, BF and AE. RGB value is (234,191,174). Sum of RGB (Red+Green+Blue) = 234+191+174=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABFAE is #154051. Grayscale: #CACACA. Windows color (decimal): -1392722 or 11452394. OLE color: 11452394.

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

Color convert

RGB234191174-
CMYK00.180.260.08
HSL17º58.82%80%-
HSV(B)17º25.64%91.76%-
XYZ60.257.8148.03-
YUV201.92112.25150.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=39.07%
G=31.89%
B=29.05%

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
Decimal23419117400.180.260.081758.8280
HexEABFAE0121A8113b50
Octal35227725602232102173120
Binary111010101011111110101110010010110101000100011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFAE; }

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

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

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

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

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

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

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

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