#EDBBA8

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

Shades of Zinnwaldite #EDBBA8

Tints of Zinnwaldite #EDBBA8

Color information

#EDBBA8 (or 0xEDBBA8) is unknown color: approx Zinnwaldite. HEX triplet: ED, BB and A8. RGB value is (237,187,168). Sum of RGB (Red+Green+Blue) = 237+187+168=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBA8 is #124457. Grayscale: #C7C7C7. Windows color (decimal): -1197144 or 11058157. OLE color: 11058157.

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

Color convert

RGB237187168-
CMYK00.210.290.07
HSL16.52º65.71%79.41%-
HSV(B)16.52º29.11%92.94%-
XYZ59.7656.3744.78-
YUV199.78110.06154.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 168 (66.02% from 255) = 28.38%
R=40.03%
G=31.59%
B=28.38%

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
Decimal23718716800.210.290.0716.5265.7179.41
HexEDBBA80151D711424f
Octal35527325002535721102117
Binary111011011011101110101000010101111011111000110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBA8; }

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

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

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

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

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

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

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

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