#EBC0AF

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

Shades of Zinnwaldite #EBC0AF

Tints of Zinnwaldite #EBC0AF

Color information

#EBC0AF (or 0xEBC0AF) is unknown color: approx Zinnwaldite. HEX triplet: EB, C0 and AF. RGB value is (235,192,175). Sum of RGB (Red+Green+Blue) = 235+192+175=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC0AF is #143F50. Grayscale: #CBCBCB. Windows color (decimal): -1326929 or 11518187. OLE color: 11518187.

HSL color Cylindrical-coordinate representation of color #EBC0AF: hue angle of 17º degrees, saturation: 0.6, 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 #EBC0AF is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235192175-
CMYK00.180.260.08
HSL17º60%80.39%-
HSV(B)17º25.53%92.16%-
XYZ60.8558.4648.63-
YUV202.92112.25150.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 192 (75.39% from 255) = 31.89%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=39.04%
G=31.89%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519217500.180.260.08176080.39
HexEBC0AF0121A8113c50
Octal35330025702232102174120
Binary111010111100000010101111010010110101000100011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0AF; }

 p { color: rgb(235,192,175); }

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

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

 a { background-color: rgb(235,192,175); }

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

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

 span { border-color: rgb(235,192,175); }

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