#EAC4AF

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

Shades of Zinnwaldite #EAC4AF

Tints of Zinnwaldite #EAC4AF

Color information

#EAC4AF (or 0xEAC4AF) is unknown color: approx Zinnwaldite. HEX triplet: EA, C4 and AF. RGB value is (234,196,175). Sum of RGB (Red+Green+Blue) = 234+196+175=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC4AF is #153B50. Grayscale: #CDCDCD. Windows color (decimal): -1391441 or 11519210. OLE color: 11519210.

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

Color convert

RGB234196175-
CMYK00.160.250.08
HSL21.36º58.42%80.2%-
HSV(B)21.36º25.21%91.76%-
XYZ61.4160.0748.91-
YUV204.97111.09148.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 196 (76.95% from 255) = 32.40%
BLUE value IS 175 (68.75% from 255) = 28.93%
R=38.68%
G=32.40%
B=28.93%

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
Decimal23419617500.160.250.0821.3658.4280.2
HexEAC4AF010198153a50
Octal35230425702031102572120
Binary111010101100010010101111010000110011000101011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4AF; }

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

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

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

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

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

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

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

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