#EAC3AB

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

Shades of Zinnwaldite #EAC3AB

Tints of Zinnwaldite #EAC3AB

Color information

#EAC3AB (or 0xEAC3AB) is unknown color: approx Zinnwaldite. HEX triplet: EA, C3 and AB. RGB value is (234,195,171). Sum of RGB (Red+Green+Blue) = 234+195+171=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC3AB is #153C54. Grayscale: #CCCCCC. Windows color (decimal): -1391701 or 11256810. OLE color: 11256810.

HSL color Cylindrical-coordinate representation of color #EAC3AB: hue angle of 22.86º 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 #EAC3AB is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234195171-
CMYK00.170.270.08
HSL22.86º60%79.41%-
HSV(B)22.86º26.92%91.76%-
XYZ60.859.4646.8-
YUV203.92109.42149.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 195 (76.56% from 255) = 32.5%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=39%
G=32.5%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419517100.170.270.0822.866079.41
HexEAC3AB0111B8173c4f
Octal35230325302133102774117
Binary111010101100001110101011010001110111000101111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC3AB; }

 p { color: rgb(234,195,171); }

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

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

 a { background-color: rgb(234,195,171); }

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

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

 span { border-color: rgb(234,195,171); }

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