#EBC2AF

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

Shades of Zinnwaldite #EBC2AF

Tints of Zinnwaldite #EBC2AF

Color information

#EBC2AF (or 0xEBC2AF) is unknown color: approx Zinnwaldite. HEX triplet: EB, C2 and AF. RGB value is (235,194,175). Sum of RGB (Red+Green+Blue) = 235+194+175=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2AF is #143D50. Grayscale: #CCCCCC. Windows color (decimal): -1326417 or 11518699. OLE color: 11518699.

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

Color convert

RGB235194175-
CMYK00.170.260.08
HSL19º60%80.39%-
HSV(B)19º25.53%92.16%-
XYZ61.2959.3448.78-
YUV204.09111.58150.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 194 (76.17% from 255) = 32.12%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=38.91%
G=32.12%
B=28.97%

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
Decimal23519417500.170.260.08196080.39
HexEBC2AF0111A8133c50
Octal35330225702132102374120
Binary111010111100001010101111010001110101000100111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2AF; }

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

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

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

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

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

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

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

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