#EAC2AF

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

Shades of Zinnwaldite #EAC2AF

Tints of Zinnwaldite #EAC2AF

Color information

#EAC2AF (or 0xEAC2AF) is unknown color: approx Zinnwaldite. HEX triplet: EA, C2 and AF. RGB value is (234,194,175). Sum of RGB (Red+Green+Blue) = 234+194+175=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC2AF is #153D50. Grayscale: #CBCBCB. Windows color (decimal): -1391953 or 11518698. OLE color: 11518698.

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

Color convert

RGB234194175-
CMYK00.170.250.08
HSL19.32º58.42%80.2%-
HSV(B)19.32º25.21%91.76%-
XYZ60.9659.1748.77-
YUV203.79111.75149.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 194 (76.17% from 255) = 32.17%
BLUE value IS 175 (68.75% from 255) = 29.02%
R=38.81%
G=32.17%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419417500.170.250.0819.3258.4280.2
HexEAC2AF011198133a50
Octal35230225702131102372120
Binary111010101100001010101111010001110011000100111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2AF; }

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

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

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

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

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

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

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

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