#EDC5B5

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

Shades of Zinnwaldite #EDC5B5

Tints of Zinnwaldite #EDC5B5

Color information

#EDC5B5 (or 0xEDC5B5) is unknown color: approx Zinnwaldite. HEX triplet: ED, C5 and B5. RGB value is (237,197,181). Sum of RGB (Red+Green+Blue) = 237+197+181=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5B5 is #123A4A. Grayscale: #CFCFCF. Windows color (decimal): -1194571 or 11912685. OLE color: 11912685.

HSL color Cylindrical-coordinate representation of color #EDC5B5: hue angle of 17.14º degrees, saturation: 0.61, 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 #EDC5B5 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB237197181-
CMYK00.170.240.07
HSL17.14º60.87%81.96%-
HSV(B)17.14º23.63%92.94%-
XYZ63.2361.2752.21-
YUV207.14113.25149.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 197 (77.34% from 255) = 32.03%
BLUE value IS 181 (71.09% from 255) = 29.43%
R=38.54%
G=32.03%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719718100.170.240.0717.1460.8781.96
HexEDC5B5011187113d52
Octal3553052650213072175122
Binary11101101110001011011010101000111000111100011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC5B5; }

 p { color: rgb(237,197,181); }

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

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

 a { background-color: rgb(237,197,181); }

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

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

 span { border-color: rgb(237,197,181); }

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