#EDBCA9

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

Shades of Zinnwaldite #EDBCA9

Tints of Zinnwaldite #EDBCA9

Color information

#EDBCA9 (or 0xEDBCA9) is unknown color: approx Zinnwaldite. HEX triplet: ED, BC and A9. RGB value is (237,188,169). Sum of RGB (Red+Green+Blue) = 237+188+169=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 169 (66.41% from 255 or 28.45% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCA9 is #124356. Grayscale: #C8C8C8. Windows color (decimal): -1196887 or 11123949. OLE color: 11123949.

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

Color convert

RGB237188169-
CMYK00.210.290.07
HSL16.76º65.38%79.61%-
HSV(B)16.76º28.69%92.94%-
XYZ60.0756.8445.34-
YUV200.48110.23154.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 169 (66.41% from 255) = 28.45%
R=39.90%
G=31.65%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718816900.210.290.0716.7665.3879.61
HexEDBCA90151D7114150
Octal35527425102535721101120
Binary111011011011110010101001010101111011111000110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCA9; }

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

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

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

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

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

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

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

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