#EAC0B1

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

Shades of Zinnwaldite #EAC0B1

Tints of Zinnwaldite #EAC0B1

Color information

#EAC0B1 (or 0xEAC0B1) is unknown color: approx Zinnwaldite. HEX triplet: EA, C0 and B1. RGB value is (234,192,177). Sum of RGB (Red+Green+Blue) = 234+192+177=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC0B1 is #153F4E. Grayscale: #CACACA. Windows color (decimal): -1392463 or 11649258. OLE color: 11649258.

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

Color convert

RGB234192177-
CMYK00.180.240.08
HSL15.79º57.58%80.59%-
HSV(B)15.79º24.36%91.76%-
XYZ60.7258.3749.66-
YUV202.85113.41150.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 177 (69.53% from 255) = 29.35%
R=38.81%
G=31.84%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419217700.180.240.0815.7957.5880.59
HexEAC0B1012188103a51
Octal35230026102230102072121
Binary111010101100000010110001010010110001000100001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0B1; }

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

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

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

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

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

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

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

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