#EDBDA7

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

Shades of Zinnwaldite #EDBDA7

Tints of Zinnwaldite #EDBDA7

Color information

#EDBDA7 (or 0xEDBDA7) is unknown color: approx Zinnwaldite. HEX triplet: ED, BD and A7. RGB value is (237,189,167). Sum of RGB (Red+Green+Blue) = 237+189+167=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDA7 is #124258. Grayscale: #C8C8C8. Windows color (decimal): -1196633 or 10993133. OLE color: 10993133.

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

Color convert

RGB237189167-
CMYK00.200.300.07
HSL18.86º66.04%79.22%-
HSV(B)18.86º29.54%92.94%-
XYZ60.157.1944.43-
YUV200.84108.9153.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 167 (65.62% from 255) = 28.16%
R=39.97%
G=31.87%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718916700.200.300.0718.8666.0479.22
HexEDBDA70141E713424f
Octal35527524702436723102117
Binary111011011011110110100111010100111101111001110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDA7; }

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

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

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

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

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

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

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

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