#EAC0AF

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

Shades of Zinnwaldite #EAC0AF

Tints of Zinnwaldite #EAC0AF

Color information

#EAC0AF (or 0xEAC0AF) is unknown color: approx Zinnwaldite. HEX triplet: EA, C0 and AF. RGB value is (234,192,175). Sum of RGB (Red+Green+Blue) = 234+192+175=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC0AF is #153F50. Grayscale: #CACACA. Windows color (decimal): -1392465 or 11518186. OLE color: 11518186.

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

Color convert

RGB234192175-
CMYK00.180.250.08
HSL17.29º58.42%80.2%-
HSV(B)17.29º25.21%91.76%-
XYZ60.5258.2948.62-
YUV202.62112.41150.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 192 (75.39% from 255) = 31.95%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=38.94%
G=31.95%
B=29.12%

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
Decimal23419217500.180.250.0817.2958.4280.2
HexEAC0AF012198113a50
Octal35230025702231102172120
Binary111010101100000010101111010010110011000100011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0AF; }

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

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

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

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

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

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

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

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