#ECC0AA

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

Shades of Zinnwaldite #ECC0AA

Tints of Zinnwaldite #ECC0AA

Color information

#ECC0AA (or 0xECC0AA) is unknown color: approx Zinnwaldite. HEX triplet: EC, C0 and AA. RGB value is (236,192,170). Sum of RGB (Red+Green+Blue) = 236+192+170=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC0AA is #133F55. Grayscale: #CACACA. Windows color (decimal): -1261398 or 11190508. OLE color: 11190508.

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

Color convert

RGB236192170-
CMYK00.190.280.07
HSL20º63.46%79.61%-
HSV(B)20º27.97%92.55%-
XYZ60.758.4346.11-
YUV202.65109.58151.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.46%
GREEN value IS 192 (75.39% from 255) = 32.11%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=39.46%
G=32.11%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619217000.190.280.072063.4679.61
HexECC0AA0131C7143f50
Octal3543002520233472477120
Binary11101100110000001010101001001111100111101001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0AA; }

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

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

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

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

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

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

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

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