#ECBFB1

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

Shades of Zinnwaldite #ECBFB1

Tints of Zinnwaldite #ECBFB1

Color information

#ECBFB1 (or 0xECBFB1) is unknown color: approx Zinnwaldite. HEX triplet: EC, BF and B1. RGB value is (236,191,177). Sum of RGB (Red+Green+Blue) = 236+191+177=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBFB1 is #13404E. Grayscale: #CACACA. Windows color (decimal): -1261647 or 11649004. OLE color: 11649004.

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

Color convert

RGB236191177-
CMYK00.190.250.07
HSL14.24º60.82%80.98%-
HSV(B)14.24º25%92.55%-
XYZ61.1658.2749.62-
YUV202.86113.41151.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=39.07%
G=31.62%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619117700.190.250.0714.2460.8280.98
HexECBFB1013197e3d51
Octal3542772610233171675121
Binary1110110010111111101100010100111100111111101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFB1; }

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

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

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

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

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

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

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

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