#EAC7B4

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

Shades of Zinnwaldite #EAC7B4

Tints of Zinnwaldite #EAC7B4

Color information

#EAC7B4 (or 0xEAC7B4) is unknown color: approx Zinnwaldite. HEX triplet: EA, C7 and B4. RGB value is (234,199,180). Sum of RGB (Red+Green+Blue) = 234+199+180=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7B4 is #15384B. Grayscale: #CFCFCF. Windows color (decimal): -1390668 or 11847658. OLE color: 11847658.

HSL color Cylindrical-coordinate representation of color #EAC7B4: hue angle of 21.11º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAC7B4 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234199180-
CMYK00.150.230.08
HSL21.11º56.25%81.18%-
HSV(B)21.11º23.08%91.76%-
XYZ62.5961.6351.78-
YUV207.3112.6147.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 199 (78.12% from 255) = 32.46%
BLUE value IS 180 (70.70% from 255) = 29.36%
R=38.17%
G=32.46%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419918000.150.230.0821.1156.2581.18
HexEAC7B40F178153851
Octal35230726401727102570121
Binary11101010110001111011010001111101111000101011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7B4; }

 p { color: rgb(234,199,180); }

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

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

 a { background-color: rgb(234,199,180); }

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

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

 span { border-color: rgb(234,199,180); }

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