#EBC3B0

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

Shades of Zinnwaldite #EBC3B0

Tints of Zinnwaldite #EBC3B0

Color information

#EBC3B0 (or 0xEBC3B0) is unknown color: approx Zinnwaldite. HEX triplet: EB, C3 and B0. RGB value is (235,195,176). Sum of RGB (Red+Green+Blue) = 235+195+176=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC3B0 is #143C4F. Grayscale: #CCCCCC. Windows color (decimal): -1326160 or 11584491. OLE color: 11584491.

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

Color convert

RGB235195176-
CMYK00.170.250.08
HSL19.32º59.6%80.59%-
HSV(B)19.32º25.11%92.16%-
XYZ61.6159.8349.37-
YUV204.79111.75149.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 195 (76.56% from 255) = 32.18%
BLUE value IS 176 (69.14% from 255) = 29.04%
R=38.78%
G=32.18%
B=29.04%

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
Decimal23519517600.170.250.0819.3259.680.59
HexEBC3B0011198133c51
Octal35330326002131102374121
Binary111010111100001110110000010001110011000100111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3B0; }

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

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

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

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

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

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

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

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