#EAC1AF

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

Shades of Zinnwaldite #EAC1AF

Tints of Zinnwaldite #EAC1AF

Color information

#EAC1AF (or 0xEAC1AF) is unknown color: approx Zinnwaldite. HEX triplet: EA, C1 and AF. RGB value is (234,193,175). Sum of RGB (Red+Green+Blue) = 234+193+175=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC1AF is #153E50. Grayscale: #CBCBCB. Windows color (decimal): -1392209 or 11518442. OLE color: 11518442.

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

Color convert

RGB234193175-
CMYK00.180.250.08
HSL18.31º58.42%80.2%-
HSV(B)18.31º25.21%91.76%-
XYZ60.7458.7348.69-
YUV203.21112.08149.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 193 (75.78% from 255) = 32.06%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=38.87%
G=32.06%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419317500.180.250.0818.3158.4280.2
HexEAC1AF012198123a50
Octal35230125702231102272120
Binary111010101100000110101111010010110011000100101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1AF; }

 p { color: rgb(234,193,175); }

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

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

 a { background-color: rgb(234,193,175); }

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

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

 span { border-color: rgb(234,193,175); }

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