#ECC3AD

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

Shades of Zinnwaldite #ECC3AD

Tints of Zinnwaldite #ECC3AD

Color information

#ECC3AD (or 0xECC3AD) is unknown color: approx Zinnwaldite. HEX triplet: EC, C3 and AD. RGB value is (236,195,173). Sum of RGB (Red+Green+Blue) = 236+195+173=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 195 (76.56% from 255 or 32.28% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC3AD is #133C52. Grayscale: #CCCCCC. Windows color (decimal): -1260627 or 11387884. OLE color: 11387884.

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

Color convert

RGB236195173-
CMYK00.170.270.07
HSL20.95º62.38%80.2%-
HSV(B)20.95º26.69%92.55%-
XYZ61.6559.8847.84-
YUV204.75110.08150.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 195 (76.56% from 255) = 32.28%
BLUE value IS 173 (67.97% from 255) = 28.64%
R=39.07%
G=32.28%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619517300.170.270.0720.9562.3880.2
HexECC3AD0111B7153e50
Octal3543032550213372576120
Binary11101100110000111010110101000111011111101011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3AD; }

 p { color: rgb(236,195,173); }

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

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

 a { background-color: rgb(236,195,173); }

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

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

 span { border-color: rgb(236,195,173); }

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