#EBC2AE

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

Shades of Zinnwaldite #EBC2AE

Tints of Zinnwaldite #EBC2AE

Color information

#EBC2AE (or 0xEBC2AE) is unknown color: approx Zinnwaldite. HEX triplet: EB, C2 and AE. RGB value is (235,194,174). Sum of RGB (Red+Green+Blue) = 235+194+174=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2AE is #143D51. Grayscale: #CCCCCC. Windows color (decimal): -1326418 or 11453163. OLE color: 11453163.

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

Color convert

RGB235194174-
CMYK00.170.260.08
HSL19.67º60.4%80.2%-
HSV(B)19.67º25.96%92.16%-
XYZ61.1959.348.27-
YUV203.98111.08150.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 194 (76.17% from 255) = 32.17%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=38.97%
G=32.17%
B=28.86%

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
Decimal23519417400.170.260.0819.6760.480.2
HexEBC2AE0111A8143c50
Octal35330225602132102474120
Binary111010111100001010101110010001110101000101001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2AE; }

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

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

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

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

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

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

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

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