#EBC5AF

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

Shades of Zinnwaldite #EBC5AF

Tints of Zinnwaldite #EBC5AF

Color information

#EBC5AF (or 0xEBC5AF) is unknown color: approx Zinnwaldite. HEX triplet: EB, C5 and AF. RGB value is (235,197,175). Sum of RGB (Red+Green+Blue) = 235+197+175=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC5AF is #143A50. Grayscale: #CDCDCD. Windows color (decimal): -1325649 or 11519467. OLE color: 11519467.

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

Color convert

RGB235197175-
CMYK00.160.260.08
HSL22º60%80.39%-
HSV(B)22º25.53%92.16%-
XYZ61.9760.6949.01-
YUV205.85110.59148.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=38.71%
G=32.45%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519717500.160.260.08226080.39
HexEBC5AF0101A8163c50
Octal35330525702032102674120
Binary111010111100010110101111010000110101000101101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5AF; }

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

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

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

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

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

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

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

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