#EBC0A5

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

Shades of Zinnwaldite #EBC0A5

Tints of Zinnwaldite #EBC0A5

Color information

#EBC0A5 (or 0xEBC0A5) is unknown color: approx Zinnwaldite. HEX triplet: EB, C0 and A5. RGB value is (235,192,165). Sum of RGB (Red+Green+Blue) = 235+192+165=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC0A5 is #143F5A. Grayscale: #C9C9C9. Windows color (decimal): -1326939 or 10862827. OLE color: 10862827.

HSL color Cylindrical-coordinate representation of color #EBC0A5: hue angle of 23.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBC0A5 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235192165-
CMYK00.180.300.08
HSL23.14º63.64%78.43%-
HSV(B)23.14º29.79%92.16%-
XYZ59.958.0843.65-
YUV201.78107.25151.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 192 (75.39% from 255) = 32.43%
BLUE value IS 165 (64.84% from 255) = 27.87%
R=39.70%
G=32.43%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519216500.180.300.0823.1463.6478.43
HexEBC0A50121E817404e
Octal353300245022361027100116
Binary1110101111000000101001010100101111010001011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0A5; }

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

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

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

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

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

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

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

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