#EBC7B4

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

Shades of Zinnwaldite #EBC7B4

Tints of Zinnwaldite #EBC7B4

Color information

#EBC7B4 (or 0xEBC7B4) is unknown color: approx Zinnwaldite. HEX triplet: EB, C7 and B4. RGB value is (235,199,180). Sum of RGB (Red+Green+Blue) = 235+199+180=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7B4 is #14384B. Grayscale: #CFCFCF. Windows color (decimal): -1325132 or 11847659. OLE color: 11847659.

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

Color convert

RGB235199180-
CMYK00.150.230.08
HSL20.73º57.89%81.37%-
HSV(B)20.73º23.4%92.16%-
XYZ62.9261.851.79-
YUV207.6112.43147.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 199 (78.12% from 255) = 32.41%
BLUE value IS 180 (70.70% from 255) = 29.32%
R=38.27%
G=32.41%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519918000.150.230.0820.7357.8981.37
HexEBC7B40F178153a51
Octal35330726401727102572121
Binary11101011110001111011010001111101111000101011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7B4; }

 p { color: rgb(235,199,180); }

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

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

 a { background-color: rgb(235,199,180); }

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

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

 span { border-color: rgb(235,199,180); }

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