#ECBDA3

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

Shades of Zinnwaldite #ECBDA3

Tints of Zinnwaldite #ECBDA3

Color information

#ECBDA3 (or 0xECBDA3) is unknown color: approx Zinnwaldite. HEX triplet: EC, BD and A3. RGB value is (236,189,163). Sum of RGB (Red+Green+Blue) = 236+189+163=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDA3 is #13425C. Grayscale: #C8C8C8. Windows color (decimal): -1262173 or 10730988. OLE color: 10730988.

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

Color convert

RGB236189163-
CMYK00.200.310.07
HSL21.37º65.77%78.24%-
HSV(B)21.37º30.93%92.55%-
XYZ59.456.8742.5-
YUV200.09107.07153.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.14%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 163 (64.06% from 255) = 27.72%
R=40.14%
G=32.14%
B=27.72%

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
Decimal23618916300.200.310.0721.3765.7778.24
HexECBDA30141F715424e
Octal35427524302437725102116
Binary111011001011110110100011010100111111111010110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDA3; }

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

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

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

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

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

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

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

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