#EAC5B0

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

Shades of Zinnwaldite #EAC5B0

Tints of Zinnwaldite #EAC5B0

Color information

#EAC5B0 (or 0xEAC5B0) is unknown color: approx Zinnwaldite. HEX triplet: EA, C5 and B0. RGB value is (234,197,176). Sum of RGB (Red+Green+Blue) = 234+197+176=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC5B0 is #153A4F. Grayscale: #CDCDCD. Windows color (decimal): -1391184 or 11585002. OLE color: 11585002.

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

Color convert

RGB234197176-
CMYK00.160.250.08
HSL21.72º58%80.39%-
HSV(B)21.72º24.79%91.76%-
XYZ61.7360.5649.51-
YUV205.67111.26148.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 176 (69.14% from 255) = 29.00%
R=38.55%
G=32.45%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419717600.160.250.0821.725880.39
HexEAC5B0010198163a50
Octal35230526002031102672120
Binary111010101100010110110000010000110011000101101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5B0; }

 p { color: rgb(234,197,176); }

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

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

 a { background-color: rgb(234,197,176); }

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

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

 span { border-color: rgb(234,197,176); }

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