#eabcaa

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

Shades of Zinnwaldite #EABCAA

Tints of Zinnwaldite #EABCAA

Color information

#EABCAA (or 0xEABCAA) is unknown color: approx Zinnwaldite. HEX triplet: EA, BC and AA. RGB value is (234,188,170). Sum of RGB (Red+Green+Blue) = 234+188+170=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCAA is #154355. Grayscale: #C7C7C7. Windows color (decimal): -1393494 or 11189482. OLE color: 11189482.

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

Color convert

RGB234188170-
CMYK00.200.270.08
HSL16.88º60.38%79.22%-
HSV(B)16.88º27.35%91.76%-
XYZ59.1756.3645.79-
YUV199.7111.24152.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 170 (66.80% from 255) = 28.72%
R=39.53%
G=31.76%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418817000.200.270.0816.8860.3879.22
HexEABCAA0141B8113c4f
Octal35227425202433102174117
Binary111010101011110010101010010100110111000100011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eabcaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eabcaa; }

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

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

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

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

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

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

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

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