#EDBBA7

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

Shades of Zinnwaldite #EDBBA7

Tints of Zinnwaldite #EDBBA7

Color information

#EDBBA7 (or 0xEDBBA7) is unknown color: approx Zinnwaldite. HEX triplet: ED, BB and A7. RGB value is (237,187,167). Sum of RGB (Red+Green+Blue) = 237+187+167=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBA7 is #124458. Grayscale: #C7C7C7. Windows color (decimal): -1197145 or 10992621. OLE color: 10992621.

HSL color Cylindrical-coordinate representation of color #EDBBA7: hue angle of 17.14º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDBBA7 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237187167-
CMYK00.210.300.07
HSL17.14º66.04%79.22%-
HSV(B)17.14º29.54%92.94%-
XYZ59.6756.3444.29-
YUV199.67109.56154.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 167 (65.62% from 255) = 28.26%
R=40.10%
G=31.64%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718716700.210.300.0717.1466.0479.22
HexEDBBA70151E711424f
Octal35527324702536721102117
Binary111011011011101110100111010101111101111000110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBA7; }

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

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

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

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

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

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

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

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