#EDC1B0

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

Shades of Zinnwaldite #EDC1B0

Tints of Zinnwaldite #EDC1B0

Color information

#EDC1B0 (or 0xEDC1B0) is unknown color: approx Zinnwaldite. HEX triplet: ED, C1 and B0. RGB value is (237,193,176). Sum of RGB (Red+Green+Blue) = 237+193+176=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC1B0 is #123E4F. Grayscale: #CCCCCC. Windows color (decimal): -1195600 or 11583981. OLE color: 11583981.

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

Color convert

RGB237193176-
CMYK00.190.260.07
HSL16.72º62.89%80.98%-
HSV(B)16.72º25.74%92.94%-
XYZ61.8359.2849.26-
YUV204.22112.08151.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 193 (75.78% from 255) = 31.85%
BLUE value IS 176 (69.14% from 255) = 29.04%
R=39.11%
G=31.85%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719317600.190.260.0716.7262.8980.98
HexEDC1B00131A7113f51
Octal3553012600233272177121
Binary11101101110000011011000001001111010111100011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC1B0; }

 p { color: rgb(237,193,176); }

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

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

 a { background-color: rgb(237,193,176); }

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

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

 span { border-color: rgb(237,193,176); }

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