#EAC3B0

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

Shades of Zinnwaldite #EAC3B0

Tints of Zinnwaldite #EAC3B0

Color information

#EAC3B0 (or 0xEAC3B0) is unknown color: approx Zinnwaldite. HEX triplet: EA, C3 and B0. RGB value is (234,195,176). Sum of RGB (Red+Green+Blue) = 234+195+176=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC3B0 is #153C4F. Grayscale: #CCCCCC. Windows color (decimal): -1391696 or 11584490. OLE color: 11584490.

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

Color convert

RGB234195176-
CMYK00.170.250.08
HSL19.66º58%80.39%-
HSV(B)19.66º24.79%91.76%-
XYZ61.2859.6649.36-
YUV204.49111.92149.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 195 (76.56% from 255) = 32.23%
BLUE value IS 176 (69.14% from 255) = 29.09%
R=38.68%
G=32.23%
B=29.09%

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
Decimal23419517600.170.250.0819.665880.39
HexEAC3B0011198143a50
Octal35230326002131102472120
Binary111010101100001110110000010001110011000101001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC3B0; }

 p { color: rgb(234,195,176); }

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

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

 a { background-color: rgb(234,195,176); }

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

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

 span { border-color: rgb(234,195,176); }

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