#EDBCA8

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

Shades of Zinnwaldite #EDBCA8

Tints of Zinnwaldite #EDBCA8

Color information

#EDBCA8 (or 0xEDBCA8) is unknown color: approx Zinnwaldite. HEX triplet: ED, BC and A8. RGB value is (237,188,168). Sum of RGB (Red+Green+Blue) = 237+188+168=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCA8 is #124357. Grayscale: #C8C8C8. Windows color (decimal): -1196888 or 11058413. OLE color: 11058413.

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

Color convert

RGB237188168-
CMYK00.210.290.07
HSL17.39º65.71%79.41%-
HSV(B)17.39º29.11%92.94%-
XYZ59.9856.844.85-
YUV200.37109.73154.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 168 (66.02% from 255) = 28.33%
R=39.97%
G=31.70%
B=28.33%

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
Decimal23718816800.210.290.0717.3965.7179.41
HexEDBCA80151D711424f
Octal35527425002535721102117
Binary111011011011110010101000010101111011111000110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCA8; }

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

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

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

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

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

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

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

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