#ECC2AF

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

Shades of Zinnwaldite #ECC2AF

Tints of Zinnwaldite #ECC2AF

Color information

#ECC2AF (or 0xECC2AF) is unknown color: approx Zinnwaldite. HEX triplet: EC, C2 and AF. RGB value is (236,194,175). Sum of RGB (Red+Green+Blue) = 236+194+175=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC2AF is #133D50. Grayscale: #CCCCCC. Windows color (decimal): -1260881 or 11518700. OLE color: 11518700.

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

Color convert

RGB236194175-
CMYK00.180.260.07
HSL18.69º61.62%80.59%-
HSV(B)18.69º25.85%92.55%-
XYZ61.6259.5148.8-
YUV204.39111.41150.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 194 (76.17% from 255) = 32.07%
BLUE value IS 175 (68.75% from 255) = 28.93%
R=39.01%
G=32.07%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619417500.180.260.0718.6961.6280.59
HexECC2AF0121A7133e51
Octal3543022570223272376121
Binary11101100110000101010111101001011010111100111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2AF; }

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

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

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

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

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

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

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

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