#EDBDAD

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

Shades of Zinnwaldite #EDBDAD

Tints of Zinnwaldite #EDBDAD

Color information

#EDBDAD (or 0xEDBDAD) is unknown color: approx Zinnwaldite. HEX triplet: ED, BD and AD. RGB value is (237,189,173). Sum of RGB (Red+Green+Blue) = 237+189+173=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDAD is #124252. Grayscale: #C9C9C9. Windows color (decimal): -1196627 or 11386349. OLE color: 11386349.

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

Color convert

RGB237189173-
CMYK00.200.270.07
HSL15º64%80.39%-
HSV(B)15º27%92.94%-
XYZ60.6757.4247.42-
YUV201.53111.9153.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.57%
GREEN value IS 189 (74.22% from 255) = 31.55%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=39.57%
G=31.55%
B=28.88%

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
Decimal23718917300.200.270.07156480.39
HexEDBDAD0141B7f4050
Octal35527525502433717100120
Binary11101101101111011010110101010011011111111110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDAD; }

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

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

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

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

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

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

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

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