#EABAA7

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

Shades of Zinnwaldite #EABAA7

Tints of Zinnwaldite #EABAA7

Color information

#EABAA7 (or 0xEABAA7) is unknown color: approx Zinnwaldite. HEX triplet: EA, BA and A7. RGB value is (234,186,167). Sum of RGB (Red+Green+Blue) = 234+186+167=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 167 (65.62% from 255 or 28.45% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABAA7 is #154558. Grayscale: #C6C6C6. Windows color (decimal): -1394009 or 10992362. OLE color: 10992362.

HSL color Cylindrical-coordinate representation of color #EABAA7: hue angle of 17.01º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EABAA7 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234186167-
CMYK00.210.290.08
HSL17.01º61.47%78.63%-
HSV(B)17.01º28.63%91.76%-
XYZ58.4755.444.17-
YUV198.19110.4153.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 167 (65.62% from 255) = 28.45%
R=39.86%
G=31.69%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418616700.210.290.0817.0161.4778.63
HexEABAA70151D8113d4f
Octal35227224702535102175117
Binary111010101011101010100111010101111011000100011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAA7; }

 p { color: rgb(234,186,167); }

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

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

 a { background-color: rgb(234,186,167); }

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

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

 span { border-color: rgb(234,186,167); }

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