#EDC3B6

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

Shades of Zinnwaldite #EDC3B6

Tints of Zinnwaldite #EDC3B6

Color information

#EDC3B6 (or 0xEDC3B6) is unknown color: approx Zinnwaldite. HEX triplet: ED, C3 and B6. RGB value is (237,195,182). Sum of RGB (Red+Green+Blue) = 237+195+182=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC3B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC3B6 is #123C49. Grayscale: #CECECE. Windows color (decimal): -1195082 or 11977709. OLE color: 11977709.

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

Color convert

RGB237195182-
CMYK00.180.230.07
HSL14.18º60.44%82.16%-
HSV(B)14.18º23.21%92.94%-
XYZ62.8860.4152.6-
YUV206.08114.41150.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 195 (76.56% from 255) = 31.76%
BLUE value IS 182 (71.48% from 255) = 29.64%
R=38.60%
G=31.76%
B=29.64%

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
Decimal23719518200.180.230.0714.1860.4482.16
HexEDC3B6012177e3c52
Octal3553032660222771674122
Binary1110110111000011101101100100101011111111101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC3B6; }

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

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

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

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

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

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

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

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