#EDBDA3

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

Shades of Zinnwaldite #EDBDA3

Tints of Zinnwaldite #EDBDA3

Color information

#EDBDA3 (or 0xEDBDA3) is unknown color: approx Zinnwaldite. HEX triplet: ED, BD and A3. RGB value is (237,189,163). Sum of RGB (Red+Green+Blue) = 237+189+163=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDA3 is #12425C. Grayscale: #C8C8C8. Windows color (decimal): -1196637 or 10730989. OLE color: 10730989.

HSL color Cylindrical-coordinate representation of color #EDBDA3: hue angle of 21.08º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDBDA3 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB237189163-
CMYK00.200.310.07
HSL21.08º67.27%78.43%-
HSV(B)21.08º31.22%92.94%-
XYZ59.7357.0442.51-
YUV200.39106.9154.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 163 (64.06% from 255) = 27.67%
R=40.24%
G=32.09%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718916300.200.310.0721.0867.2778.43
HexEDBDA30141F715434e
Octal35527524302437725103116
Binary111011011011110110100011010100111111111010110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDA3; }

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

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

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

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

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

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

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

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