#EEBBA7

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

Shades of Zinnwaldite #EEBBA7

Tints of Zinnwaldite #EEBBA7

Color information

#EEBBA7 (or 0xEEBBA7) is unknown color: approx Zinnwaldite. HEX triplet: EE, BB and A7. RGB value is (238,187,167). Sum of RGB (Red+Green+Blue) = 238+187+167=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 167 (65.62% from 255 or 28.21% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBBA7 is #114458. Grayscale: #C8C8C8. Windows color (decimal): -1131609 or 10992622. OLE color: 10992622.

HSL color Cylindrical-coordinate representation of color #EEBBA7: hue angle of 16.9º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEBBA7 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB238187167-
CMYK00.210.300.07
HSL16.9º67.62%79.41%-
HSV(B)16.9º29.83%93.33%-
XYZ60.0156.5144.3-
YUV199.97109.4155.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.20%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 167 (65.62% from 255) = 28.21%
R=40.20%
G=31.59%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818716700.210.300.0716.967.6279.41
HexEEBBA70151E711444f
Octal35627324702536721104117
Binary111011101011101110100111010101111101111000110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBA7; }

 p { color: rgb(238,187,167); }

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

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

 a { background-color: rgb(238,187,167); }

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

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

 span { border-color: rgb(238,187,167); }

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