#EDBDAC

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

Shades of Zinnwaldite #EDBDAC

Tints of Zinnwaldite #EDBDAC

Color information

#EDBDAC (or 0xEDBDAC) is unknown color: approx Zinnwaldite. HEX triplet: ED, BD and AC. RGB value is (237,189,172). Sum of RGB (Red+Green+Blue) = 237+189+172=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDAC is #124253. Grayscale: #C9C9C9. Windows color (decimal): -1196628 or 11320813. OLE color: 11320813.

HSL color Cylindrical-coordinate representation of color #EDBDAC: hue angle of 15.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDBDAC is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237189172-
CMYK00.200.270.07
HSL15.69º64.36%80.2%-
HSV(B)15.69º27.43%92.94%-
XYZ60.5757.3846.91-
YUV201.41111.4153.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 189 (74.22% from 255) = 31.61%
BLUE value IS 172 (67.58% from 255) = 28.76%
R=39.63%
G=31.61%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718917200.200.270.0715.6964.3680.2
HexEDBDAC0141B7104050
Octal35527525402433720100120
Binary111011011011110110101100010100110111111000010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDAC; }

 p { color: rgb(237,189,172); }

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

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

 a { background-color: rgb(237,189,172); }

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

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

 span { border-color: rgb(237,189,172); }

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