#ECBFA4

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

Shades of Zinnwaldite #ECBFA4

Tints of Zinnwaldite #ECBFA4

Color information

#ECBFA4 (or 0xECBFA4) is unknown color: approx Zinnwaldite. HEX triplet: EC, BF and A4. RGB value is (236,191,164). Sum of RGB (Red+Green+Blue) = 236+191+164=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBFA4 is #13405B. Grayscale: #C9C9C9. Windows color (decimal): -1261660 or 10797036. OLE color: 10797036.

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

Color convert

RGB236191164-
CMYK00.190.310.07
HSL22.5º65.45%78.43%-
HSV(B)22.5º30.51%92.55%-
XYZ59.9257.7743.12-
YUV201.38106.91152.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 164 (64.45% from 255) = 27.75%
R=39.93%
G=32.32%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619116400.190.310.0722.565.4578.43
HexECBFA40131F717414e
Octal35427724402337727101116
Binary111011001011111110100100010011111111111011110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFA4; }

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

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

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

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

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

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

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

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