#EBBBA6

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

Shades of Zinnwaldite #EBBBA6

Tints of Zinnwaldite #EBBBA6

Color information

#EBBBA6 (or 0xEBBBA6) is unknown color: approx Zinnwaldite. HEX triplet: EB, BB and A6. RGB value is (235,187,166). Sum of RGB (Red+Green+Blue) = 235+187+166=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBA6 is #144459. Grayscale: #C7C7C7. Windows color (decimal): -1328218 or 10927083. OLE color: 10927083.

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

Color convert

RGB235187166-
CMYK00.200.290.08
HSL18.26º63.3%78.63%-
HSV(B)18.26º29.36%92.16%-
XYZ58.9155.9643.77-
YUV198.96109.4153.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 166 (65.23% from 255) = 28.23%
R=39.97%
G=31.80%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518716600.200.290.0818.2663.378.63
HexEBBBA60141D8123f4f
Octal35327324602435102277117
Binary111010111011101110100110010100111011000100101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBA6; }

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

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

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

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

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

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

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

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