#EDBFB0

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

Shades of Zinnwaldite #EDBFB0

Tints of Zinnwaldite #EDBFB0

Color information

#EDBFB0 (or 0xEDBFB0) is unknown color: approx Zinnwaldite. HEX triplet: ED, BF and B0. RGB value is (237,191,176). Sum of RGB (Red+Green+Blue) = 237+191+176=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBFB0 is #12404F. Grayscale: #CBCBCB. Windows color (decimal): -1196112 or 11583469. OLE color: 11583469.

HSL color Cylindrical-coordinate representation of color #EDBFB0: hue angle of 14.75º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDBFB0 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237191176-
CMYK00.190.260.07
HSL14.75º62.89%80.98%-
HSV(B)14.75º25.74%92.94%-
XYZ61.3958.449.11-
YUV203.04112.74152.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 176 (69.14% from 255) = 29.14%
R=39.24%
G=31.62%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719117600.190.260.0714.7562.8980.98
HexEDBFB00131A7f3f51
Octal3552772600233271777121
Binary1110110110111111101100000100111101011111111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFB0; }

 p { color: rgb(237,191,176); }

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

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

 a { background-color: rgb(237,191,176); }

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

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

 span { border-color: rgb(237,191,176); }

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