#EDBBA9

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

Shades of Zinnwaldite #EDBBA9

Tints of Zinnwaldite #EDBBA9

Color information

#EDBBA9 (or 0xEDBBA9) is unknown color: approx Zinnwaldite. HEX triplet: ED, BB and A9. RGB value is (237,187,169). Sum of RGB (Red+Green+Blue) = 237+187+169=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 169 (66.41% from 255 or 28.50% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBA9 is #124456. Grayscale: #C8C8C8. Windows color (decimal): -1197143 or 11123693. OLE color: 11123693.

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

Color convert

RGB237187169-
CMYK00.210.290.07
HSL15.88º65.38%79.61%-
HSV(B)15.88º28.69%92.94%-
XYZ59.8656.4145.27-
YUV199.9110.56154.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 169 (66.41% from 255) = 28.50%
R=39.97%
G=31.53%
B=28.50%

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
Decimal23718716900.210.290.0715.8865.3879.61
HexEDBBA90151D7104150
Octal35527325102535720101120
Binary111011011011101110101001010101111011111000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBA9; }

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

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

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

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

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

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

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

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