#EBC7B7

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

Shades of Zinnwaldite #EBC7B7

Tints of Zinnwaldite #EBC7B7

Color information

#EBC7B7 (or 0xEBC7B7) is unknown color: approx Zinnwaldite. HEX triplet: EB, C7 and B7. RGB value is (235,199,183). Sum of RGB (Red+Green+Blue) = 235+199+183=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 183 (71.88% from 255 or 29.66% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7B7 is #143848. Grayscale: #D0D0D0. Windows color (decimal): -1325129 or 12044267. OLE color: 12044267.

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

Color convert

RGB235199183-
CMYK00.150.220.08
HSL18.46º56.52%81.96%-
HSV(B)18.46º22.13%92.16%-
XYZ63.2361.9353.42-
YUV207.94113.93147.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 199 (78.12% from 255) = 32.25%
BLUE value IS 183 (71.88% from 255) = 29.66%
R=38.09%
G=32.25%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519918300.150.220.0818.4656.5281.96
HexEBC7B70F168123952
Octal35330726701726102271122
Binary11101011110001111011011101111101101000100101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7B7; }

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

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

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

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

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

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

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

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