#EDBCAA

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

Shades of Zinnwaldite #EDBCAA

Tints of Zinnwaldite #EDBCAA

Color information

#EDBCAA (or 0xEDBCAA) is unknown color: approx Zinnwaldite. HEX triplet: ED, BC and AA. RGB value is (237,188,170). Sum of RGB (Red+Green+Blue) = 237+188+170=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCAA is #124355. Grayscale: #C8C8C8. Windows color (decimal): -1196886 or 11189485. OLE color: 11189485.

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

Color convert

RGB237188170-
CMYK00.210.280.07
HSL16.12º65.05%79.8%-
HSV(B)16.12º28.27%92.94%-
XYZ60.1656.8745.84-
YUV200.6110.73153.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 170 (66.80% from 255) = 28.57%
R=39.83%
G=31.60%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718817000.210.280.0716.1265.0579.8
HexEDBCAA0151C7104150
Octal35527425202534720101120
Binary111011011011110010101010010101111001111000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCAA; }

 p { color: rgb(237,188,170); }

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

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

 a { background-color: rgb(237,188,170); }

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

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

 span { border-color: rgb(237,188,170); }

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