#EBC0A7

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

Shades of Zinnwaldite #EBC0A7

Tints of Zinnwaldite #EBC0A7

Color information

#EBC0A7 (or 0xEBC0A7) is unknown color: approx Zinnwaldite. HEX triplet: EB, C0 and A7. RGB value is (235,192,167). Sum of RGB (Red+Green+Blue) = 235+192+167=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 167 (65.62% from 255 or 28.11% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC0A7 is #143F58. Grayscale: #CACACA. Windows color (decimal): -1326937 or 10993899. OLE color: 10993899.

HSL color Cylindrical-coordinate representation of color #EBC0A7: hue angle of 22.06º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBC0A7 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235192167-
CMYK00.180.290.08
HSL22.06º62.96%78.82%-
HSV(B)22.06º28.94%92.16%-
XYZ60.0958.1544.62-
YUV202.01108.25151.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 192 (75.39% from 255) = 32.32%
BLUE value IS 167 (65.62% from 255) = 28.11%
R=39.56%
G=32.32%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519216700.180.290.0822.0662.9678.82
HexEBC0A70121D8163f4f
Octal35330024702235102677117
Binary111010111100000010100111010010111011000101101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0A7; }

 p { color: rgb(235,192,167); }

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

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

 a { background-color: rgb(235,192,167); }

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

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

 span { border-color: rgb(235,192,167); }

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