#ECBFA7

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

Shades of Zinnwaldite #ECBFA7

Tints of Zinnwaldite #ECBFA7

Color information

#ECBFA7 (or 0xECBFA7) is unknown color: approx Zinnwaldite. HEX triplet: EC, BF and A7. RGB value is (236,191,167). Sum of RGB (Red+Green+Blue) = 236+191+167=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 167 (65.62% from 255 or 28.11% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBFA7 is #134058. Grayscale: #C9C9C9. Windows color (decimal): -1261657 or 10993644. OLE color: 10993644.

HSL color Cylindrical-coordinate representation of color #ECBFA7: hue angle of 20.87º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECBFA7 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB236191167-
CMYK00.190.290.07
HSL20.87º64.49%79.02%-
HSV(B)20.87º29.24%92.55%-
XYZ60.257.8844.56-
YUV201.72108.41152.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 167 (65.62% from 255) = 28.11%
R=39.73%
G=32.15%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619116700.190.290.0720.8764.4979.02
HexECBFA70131D715404f
Octal35427724702335725100117
Binary111011001011111110100111010011111011111010110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFA7; }

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

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

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

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

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

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

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

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