#ECC4B1

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

Shades of Zinnwaldite #ECC4B1

Tints of Zinnwaldite #ECC4B1

Color information

#ECC4B1 (or 0xECC4B1) is unknown color: approx Zinnwaldite. HEX triplet: EC, C4 and B1. RGB value is (236,196,177). Sum of RGB (Red+Green+Blue) = 236+196+177=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC4B1 is #133B4E. Grayscale: #CDCDCD. Windows color (decimal): -1260367 or 11650284. OLE color: 11650284.

HSL color Cylindrical-coordinate representation of color #ECC4B1: hue angle of 19.32º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECC4B1 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB236196177-
CMYK00.170.250.07
HSL19.32º60.82%80.98%-
HSV(B)19.32º25%92.55%-
XYZ62.2760.4949.99-
YUV205.79111.75149.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 196 (76.95% from 255) = 32.18%
BLUE value IS 177 (69.53% from 255) = 29.06%
R=38.75%
G=32.18%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619617700.170.250.0719.3260.8280.98
HexECC4B1011197133d51
Octal3543042610213172375121
Binary11101100110001001011000101000111001111100111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC4B1; }

 p { color: rgb(236,196,177); }

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

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

 a { background-color: rgb(236,196,177); }

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

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

 span { border-color: rgb(236,196,177); }

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