#EBC5B0

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

Shades of Zinnwaldite #EBC5B0

Tints of Zinnwaldite #EBC5B0

Color information

#EBC5B0 (or 0xEBC5B0) is unknown color: approx Zinnwaldite. HEX triplet: EB, C5 and B0. RGB value is (235,197,176). Sum of RGB (Red+Green+Blue) = 235+197+176=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC5B0 is #143A4F. Grayscale: #CECECE. Windows color (decimal): -1325648 or 11585003. OLE color: 11585003.

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

Color convert

RGB235197176-
CMYK00.160.250.08
HSL21.36º59.6%80.59%-
HSV(B)21.36º25.11%92.16%-
XYZ62.0660.7349.53-
YUV205.97111.09148.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 197 (77.34% from 255) = 32.40%
BLUE value IS 176 (69.14% from 255) = 28.95%
R=38.65%
G=32.40%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519717600.160.250.0821.3659.680.59
HexEBC5B0010198153c51
Octal35330526002031102574121
Binary111010111100010110110000010000110011000101011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5B0; }

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

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

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

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

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

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

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

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