#EABCA6

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

Shades of Zinnwaldite #EABCA6

Tints of Zinnwaldite #EABCA6

Color information

#EABCA6 (or 0xEABCA6) is unknown color: approx Zinnwaldite. HEX triplet: EA, BC and A6. RGB value is (234,188,166). Sum of RGB (Red+Green+Blue) = 234+188+166=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCA6 is #154359. Grayscale: #C7C7C7. Windows color (decimal): -1393498 or 10927338. OLE color: 10927338.

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

Color convert

RGB234188166-
CMYK00.200.290.08
HSL19.41º61.82%78.43%-
HSV(B)19.41º29.06%91.76%-
XYZ58.856.2143.83-
YUV199.25109.24152.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 166 (65.23% from 255) = 28.23%
R=39.80%
G=31.97%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418816600.200.290.0819.4161.8278.43
HexEABCA60141D8133e4e
Octal35227424602435102376116
Binary111010101011110010100110010100111011000100111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCA6; }

 p { color: rgb(234,188,166); }

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

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

 a { background-color: rgb(234,188,166); }

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

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

 span { border-color: rgb(234,188,166); }

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