#EBC4AE

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

Shades of Zinnwaldite #EBC4AE

Tints of Zinnwaldite #EBC4AE

Color information

#EBC4AE (or 0xEBC4AE) is unknown color: approx Zinnwaldite. HEX triplet: EB, C4 and AE. RGB value is (235,196,174). Sum of RGB (Red+Green+Blue) = 235+196+174=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC4AE is #143B51. Grayscale: #CDCDCD. Windows color (decimal): -1325906 or 11453675. OLE color: 11453675.

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

Color convert

RGB235196174-
CMYK00.170.260.08
HSL21.64º60.4%80.2%-
HSV(B)21.64º25.96%92.16%-
XYZ61.6460.248.41-
YUV205.15110.42149.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 196 (76.95% from 255) = 32.40%
BLUE value IS 174 (68.36% from 255) = 28.76%
R=38.84%
G=32.40%
B=28.76%

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
Decimal23519617400.170.260.0821.6460.480.2
HexEBC4AE0111A8163c50
Octal35330425602132102674120
Binary111010111100010010101110010001110101000101101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4AE; }

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

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

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

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

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

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

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

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