#ECC7B4

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

Shades of Zinnwaldite #ECC7B4

Tints of Zinnwaldite #ECC7B4

Color information

#ECC7B4 (or 0xECC7B4) is unknown color: approx Zinnwaldite. HEX triplet: EC, C7 and B4. RGB value is (236,199,180). Sum of RGB (Red+Green+Blue) = 236+199+180=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7B4 is #13384B. Grayscale: #D0D0D0. Windows color (decimal): -1259596 or 11847660. OLE color: 11847660.

HSL color Cylindrical-coordinate representation of color #ECC7B4: hue angle of 20.36º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECC7B4 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB236199180-
CMYK00.160.240.07
HSL20.36º59.57%81.57%-
HSV(B)20.36º23.73%92.55%-
XYZ63.2561.9851.81-
YUV207.9112.26148.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 199 (78.12% from 255) = 32.36%
BLUE value IS 180 (70.70% from 255) = 29.27%
R=38.37%
G=32.36%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619918000.160.240.0720.3659.5781.57
HexECC7B4010187143c52
Octal3543072640203072474122
Binary11101100110001111011010001000011000111101001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC7B4; }

 p { color: rgb(236,199,180); }

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

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

 a { background-color: rgb(236,199,180); }

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

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

 span { border-color: rgb(236,199,180); }

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