#EBC0AE

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

Shades of Zinnwaldite #EBC0AE

Tints of Zinnwaldite #EBC0AE

Color information

#EBC0AE (or 0xEBC0AE) is unknown color: approx Zinnwaldite. HEX triplet: EB, C0 and AE. RGB value is (235,192,174). Sum of RGB (Red+Green+Blue) = 235+192+174=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC0AE is #143F51. Grayscale: #CACACA. Windows color (decimal): -1326930 or 11452651. OLE color: 11452651.

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

Color convert

RGB235192174-
CMYK00.180.260.08
HSL17.7º60.4%80.2%-
HSV(B)17.7º25.96%92.16%-
XYZ60.7558.4248.12-
YUV202.8111.75150.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 192 (75.39% from 255) = 31.95%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=39.10%
G=31.95%
B=28.95%

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
Decimal23519217400.180.260.0817.760.480.2
HexEBC0AE0121A8123c50
Octal35330025602232102274120
Binary111010111100000010101110010010110101000100101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0AE; }

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

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

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

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

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

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

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

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