#EDC2B6

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

Shades of Zinnwaldite #EDC2B6

Tints of Zinnwaldite #EDC2B6

Color information

#EDC2B6 (or 0xEDC2B6) is unknown color: approx Zinnwaldite. HEX triplet: ED, C2 and B6. RGB value is (237,194,182). Sum of RGB (Red+Green+Blue) = 237+194+182=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2B6 is #123D49. Grayscale: #CDCDCD. Windows color (decimal): -1195338 or 11977453. OLE color: 11977453.

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

Color convert

RGB237194182-
CMYK00.180.230.07
HSL13.09º60.44%82.16%-
HSV(B)13.09º23.21%92.94%-
XYZ62.6659.9752.53-
YUV205.49114.75150.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 194 (76.17% from 255) = 31.65%
BLUE value IS 182 (71.48% from 255) = 29.69%
R=38.66%
G=31.65%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719418200.180.230.0713.0960.4482.16
HexEDC2B6012177d3c52
Octal3553022660222771574122
Binary1110110111000010101101100100101011111111011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC2B6; }

 p { color: rgb(237,194,182); }

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

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

 a { background-color: rgb(237,194,182); }

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

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

 span { border-color: rgb(237,194,182); }

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