#EBC4B0

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

Shades of Zinnwaldite #EBC4B0

Tints of Zinnwaldite #EBC4B0

Color information

#EBC4B0 (or 0xEBC4B0) is unknown color: approx Zinnwaldite. HEX triplet: EB, C4 and B0. RGB value is (235,196,176). Sum of RGB (Red+Green+Blue) = 235+196+176=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC4B0 is #143B4F. Grayscale: #CDCDCD. Windows color (decimal): -1325904 or 11584747. OLE color: 11584747.

HSL color Cylindrical-coordinate representation of color #EBC4B0: hue angle of 20.34º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBC4B0 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235196176-
CMYK00.170.250.08
HSL20.34º59.6%80.59%-
HSV(B)20.34º25.11%92.16%-
XYZ61.8460.2849.45-
YUV205.38111.42149.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 176 (69.14% from 255) = 29.00%
R=38.71%
G=32.29%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519617600.170.250.0820.3459.680.59
HexEBC4B0011198143c51
Octal35330426002131102474121
Binary111010111100010010110000010001110011000101001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4B0; }

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

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

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

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

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

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

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

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