#ECC0AB

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

Shades of Zinnwaldite #ECC0AB

Tints of Zinnwaldite #ECC0AB

Color information

#ECC0AB (or 0xECC0AB) is unknown color: approx Zinnwaldite. HEX triplet: EC, C0 and AB. RGB value is (236,192,171). Sum of RGB (Red+Green+Blue) = 236+192+171=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC0AB is #133F54. Grayscale: #CACACA. Windows color (decimal): -1261397 or 11256044. OLE color: 11256044.

HSL color Cylindrical-coordinate representation of color #ECC0AB: hue angle of 19.38º 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 #ECC0AB is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236192171-
CMYK00.190.280.07
HSL19.38º63.11%79.8%-
HSV(B)19.38º27.54%92.55%-
XYZ60.7958.4746.61-
YUV202.76110.08151.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 192 (75.39% from 255) = 32.05%
BLUE value IS 171 (67.19% from 255) = 28.55%
R=39.40%
G=32.05%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619217100.190.280.0719.3863.1179.8
HexECC0AB0131C7133f50
Octal3543002530233472377120
Binary11101100110000001010101101001111100111100111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0AB; }

 p { color: rgb(236,192,171); }

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

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

 a { background-color: rgb(236,192,171); }

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

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

 span { border-color: rgb(236,192,171); }

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