#EBBBAA

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

Shades of Zinnwaldite #EBBBAA

Tints of Zinnwaldite #EBBBAA

Color information

#EBBBAA (or 0xEBBBAA) is unknown color: approx Zinnwaldite. HEX triplet: EB, BB and AA. RGB value is (235,187,170). Sum of RGB (Red+Green+Blue) = 235+187+170=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBAA is #144455. Grayscale: #C7C7C7. Windows color (decimal): -1328214 or 11189227. OLE color: 11189227.

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

Color convert

RGB235187170-
CMYK00.200.280.08
HSL15.69º61.9%79.41%-
HSV(B)15.69º27.66%92.16%-
XYZ59.2956.1145.73-
YUV199.41111.4153.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 170 (66.80% from 255) = 28.72%
R=39.70%
G=31.59%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518717000.200.280.0815.6961.979.41
HexEBBBAA0141C8103e4f
Octal35327325202434102076117
Binary111010111011101110101010010100111001000100001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBAA; }

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

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

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

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

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

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

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

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