#ECBDA9

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

Shades of Zinnwaldite #ECBDA9

Tints of Zinnwaldite #ECBDA9

Color information

#ECBDA9 (or 0xECBDA9) is unknown color: approx Zinnwaldite. HEX triplet: EC, BD and A9. RGB value is (236,189,169). Sum of RGB (Red+Green+Blue) = 236+189+169=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 169 (66.41% from 255 or 28.45% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDA9 is #134256. Grayscale: #C8C8C8. Windows color (decimal): -1262167 or 11124204. OLE color: 11124204.

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

Color convert

RGB236189169-
CMYK00.200.280.07
HSL17.91º63.81%79.41%-
HSV(B)17.91º28.39%92.55%-
XYZ59.9557.0945.4-
YUV200.77110.07153.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 169 (66.41% from 255) = 28.45%
R=39.73%
G=31.82%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618916900.200.280.0717.9163.8179.41
HexECBDA90141C712404f
Octal35427525102434722100117
Binary111011001011110110101001010100111001111001010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDA9; }

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

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

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

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

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

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

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

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