#EBC2AD

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

Shades of Zinnwaldite #EBC2AD

Tints of Zinnwaldite #EBC2AD

Color information

#EBC2AD (or 0xEBC2AD) is unknown color: approx Zinnwaldite. HEX triplet: EB, C2 and AD. RGB value is (235,194,173). Sum of RGB (Red+Green+Blue) = 235+194+173=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2AD is #143D52. Grayscale: #CBCBCB. Windows color (decimal): -1326419 or 11387627. OLE color: 11387627.

HSL color Cylindrical-coordinate representation of color #EBC2AD: hue angle of 20.32º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBC2AD is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235194173-
CMYK00.170.260.08
HSL20.32º60.78%80%-
HSV(B)20.32º26.38%92.16%-
XYZ61.159.2647.75-
YUV203.86110.58150.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 194 (76.17% from 255) = 32.23%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=39.04%
G=32.23%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519417300.170.260.0820.3260.7880
HexEBC2AD0111A8143d50
Octal35330225502132102475120
Binary111010111100001010101101010001110101000101001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2AD; }

 p { color: rgb(235,194,173); }

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

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

 a { background-color: rgb(235,194,173); }

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

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

 span { border-color: rgb(235,194,173); }

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