#ECBDA4

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

Shades of Zinnwaldite #ECBDA4

Tints of Zinnwaldite #ECBDA4

Color information

#ECBDA4 (or 0xECBDA4) is unknown color: approx Zinnwaldite. HEX triplet: EC, BD and A4. RGB value is (236,189,164). Sum of RGB (Red+Green+Blue) = 236+189+164=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDA4 is #13425B. Grayscale: #C8C8C8. Windows color (decimal): -1262172 or 10796524. OLE color: 10796524.

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

Color convert

RGB236189164-
CMYK00.200.310.07
HSL20.83º65.45%78.43%-
HSV(B)20.83º30.51%92.55%-
XYZ59.4956.9142.97-
YUV200.2107.57153.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 164 (64.45% from 255) = 27.84%
R=40.07%
G=32.09%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618916400.200.310.0720.8365.4578.43
HexECBDA40141F715414e
Octal35427524402437725101116
Binary111011001011110110100100010100111111111010110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDA4; }

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

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

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

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

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

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

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

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