#EBBCA6

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

Shades of Zinnwaldite #EBBCA6

Tints of Zinnwaldite #EBBCA6

Color information

#EBBCA6 (or 0xEBBCA6) is unknown color: approx Zinnwaldite. HEX triplet: EB, BC and A6. RGB value is (235,188,166). Sum of RGB (Red+Green+Blue) = 235+188+166=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBCA6 is #144359. Grayscale: #C7C7C7. Windows color (decimal): -1327962 or 10927339. OLE color: 10927339.

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

Color convert

RGB235188166-
CMYK00.20.290.08
HSL19.13º63.3%78.63%-
HSV(B)19.13º29.36%92.16%-
XYZ59.1356.3843.84-
YUV199.54109.07153.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 166 (65.23% from 255) = 28.18%
R=39.90%
G=31.92%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518816600.20.290.0819.1363.378.63
HexEBBCA60141D8133f4f
Octal35327424602435102377117
Binary111010111011110010100110010100111011000100111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCA6; }

 p { color: rgb(235,188,166); }

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

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

 a { background-color: rgb(235,188,166); }

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

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

 span { border-color: rgb(235,188,166); }

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