#ECC1AA

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

Shades of Zinnwaldite #ECC1AA

Tints of Zinnwaldite #ECC1AA

Color information

#ECC1AA (or 0xECC1AA) is unknown color: approx Zinnwaldite. HEX triplet: EC, C1 and AA. RGB value is (236,193,170). Sum of RGB (Red+Green+Blue) = 236+193+170=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1AA is #133E55. Grayscale: #CBCBCB. Windows color (decimal): -1261142 or 11190764. OLE color: 11190764.

HSL color Cylindrical-coordinate representation of color #ECC1AA: hue angle of 20.91º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECC1AA is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236193170-
CMYK00.180.280.07
HSL20.91º63.46%79.61%-
HSV(B)20.91º27.97%92.55%-
XYZ60.9258.8846.18-
YUV203.24109.25151.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 193 (75.78% from 255) = 32.22%
BLUE value IS 170 (66.80% from 255) = 28.38%
R=39.40%
G=32.22%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619317000.180.280.0720.9163.4679.61
HexECC1AA0121C7153f50
Octal3543012520223472577120
Binary11101100110000011010101001001011100111101011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1AA; }

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

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

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

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

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

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

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

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