#EDBDA9

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

Shades of Zinnwaldite #EDBDA9

Tints of Zinnwaldite #EDBDA9

Color information

#EDBDA9 (or 0xEDBDA9) is unknown color: approx Zinnwaldite. HEX triplet: ED, BD and A9. RGB value is (237,189,169). Sum of RGB (Red+Green+Blue) = 237+189+169=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDA9 is #124256. Grayscale: #C9C9C9. Windows color (decimal): -1196631 or 11124205. OLE color: 11124205.

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

Color convert

RGB237189169-
CMYK00.200.290.07
HSL17.65º65.38%79.61%-
HSV(B)17.65º28.69%92.94%-
XYZ60.2857.2645.41-
YUV201.07109.9153.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 169 (66.41% from 255) = 28.40%
R=39.83%
G=31.76%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718916900.200.290.0717.6565.3879.61
HexEDBDA90141D7124150
Octal35527525102435722101120
Binary111011011011110110101001010100111011111001010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDA9; }

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

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

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

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

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

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

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

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