#EDC2B1

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

Shades of Zinnwaldite #EDC2B1

Tints of Zinnwaldite #EDC2B1

Color information

#EDC2B1 (or 0xEDC2B1) is unknown color: approx Zinnwaldite. HEX triplet: ED, C2 and B1. RGB value is (237,194,177). Sum of RGB (Red+Green+Blue) = 237+194+177=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 177 (69.53% from 255 or 29.11% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC2B1 is #123D4E. Grayscale: #CDCDCD. Windows color (decimal): -1195343 or 11649773. OLE color: 11649773.

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

Color convert

RGB237194177-
CMYK00.180.250.07
HSL17º62.5%81.18%-
HSV(B)17º25.32%92.94%-
XYZ62.1559.7649.85-
YUV204.92112.25150.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 194 (76.17% from 255) = 31.91%
BLUE value IS 177 (69.53% from 255) = 29.11%
R=38.98%
G=31.91%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719417700.180.250.071762.581.18
HexEDC2B1012197113e51
Octal3553022610223172176121
Binary11101101110000101011000101001011001111100011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC2B1; }

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

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

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

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

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

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

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

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