#ECC1A6

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

Shades of Zinnwaldite #ECC1A6

Tints of Zinnwaldite #ECC1A6

Color information

#ECC1A6 (or 0xECC1A6) is unknown color: approx Zinnwaldite. HEX triplet: EC, C1 and A6. RGB value is (236,193,166). Sum of RGB (Red+Green+Blue) = 236+193+166=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1A6 is #133E59. Grayscale: #CACACA. Windows color (decimal): -1261146 or 10928620. OLE color: 10928620.

HSL color Cylindrical-coordinate representation of color #ECC1A6: hue angle of 23.14º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECC1A6 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB236193166-
CMYK00.180.300.07
HSL23.14º64.81%78.82%-
HSV(B)23.14º29.66%92.55%-
XYZ60.5458.7344.22-
YUV202.78107.25151.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 193 (75.78% from 255) = 32.44%
BLUE value IS 166 (65.23% from 255) = 27.90%
R=39.66%
G=32.44%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619316600.180.300.0723.1464.8178.82
HexECC1A60121E717414f
Octal35430124602236727101117
Binary111011001100000110100110010010111101111011110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1A6; }

 p { color: rgb(236,193,166); }

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

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

 a { background-color: rgb(236,193,166); }

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

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

 span { border-color: rgb(236,193,166); }

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