#EABFAF

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

Shades of Zinnwaldite #EABFAF

Tints of Zinnwaldite #EABFAF

Color information

#EABFAF (or 0xEABFAF) is unknown color: approx Zinnwaldite. HEX triplet: EA, BF and AF. RGB value is (234,191,175). Sum of RGB (Red+Green+Blue) = 234+191+175=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABFAF is #154050. Grayscale: #CACACA. Windows color (decimal): -1392721 or 11517930. OLE color: 11517930.

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

Color convert

RGB234191175-
CMYK00.180.250.08
HSL16.27º58.42%80.2%-
HSV(B)16.27º25.21%91.76%-
XYZ60.357.8548.55-
YUV202.03112.75150.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 175 (68.75% from 255) = 29.17%
R=39%
G=31.83%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419117500.180.250.0816.2758.4280.2
HexEABFAF012198103a50
Octal35227725702231102072120
Binary111010101011111110101111010010110011000100001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFAF; }

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

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

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

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

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

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

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

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