#ECC5AF

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

Shades of Zinnwaldite #ECC5AF

Tints of Zinnwaldite #ECC5AF

Color information

#ECC5AF (or 0xECC5AF) is unknown color: approx Zinnwaldite. HEX triplet: EC, C5 and AF. RGB value is (236,197,175). Sum of RGB (Red+Green+Blue) = 236+197+175=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5AF is #133A50. Grayscale: #CECECE. Windows color (decimal): -1260113 or 11519468. OLE color: 11519468.

HSL color Cylindrical-coordinate representation of color #ECC5AF: hue angle of 21.64º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECC5AF is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB236197175-
CMYK00.170.260.07
HSL21.64º61.62%80.59%-
HSV(B)21.64º25.85%92.55%-
XYZ62.360.8649.02-
YUV206.15110.42149.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 197 (77.34% from 255) = 32.40%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=38.82%
G=32.40%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619717500.170.260.0721.6461.6280.59
HexECC5AF0111A7163e51
Octal3543052570213272676121
Binary11101100110001011010111101000111010111101101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5AF; }

 p { color: rgb(236,197,175); }

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

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

 a { background-color: rgb(236,197,175); }

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

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

 span { border-color: rgb(236,197,175); }

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