#ECBAAA

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

Shades of Zinnwaldite #ECBAAA

Tints of Zinnwaldite #ECBAAA

Color information

#ECBAAA (or 0xECBAAA) is unknown color: approx Zinnwaldite. HEX triplet: EC, BA and AA. RGB value is (236,186,170). Sum of RGB (Red+Green+Blue) = 236+186+170=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBAAA is #134555. Grayscale: #C7C7C7. Windows color (decimal): -1262934 or 11188972. OLE color: 11188972.

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

Color convert

RGB236186170-
CMYK00.210.280.07
HSL14.55º63.46%79.61%-
HSV(B)14.55º27.97%92.55%-
XYZ59.4155.8545.68-
YUV199.13111.56154.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 170 (66.80% from 255) = 28.72%
R=39.86%
G=31.42%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618617000.210.280.0714.5563.4679.61
HexECBAAA0151C7f3f50
Octal3542722520253471777120
Binary1110110010111010101010100101011110011111111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAAA; }

 p { color: rgb(236,186,170); }

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

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

 a { background-color: rgb(236,186,170); }

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

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

 span { border-color: rgb(236,186,170); }

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