#EEBBA8

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

Shades of Zinnwaldite #EEBBA8

Tints of Zinnwaldite #EEBBA8

Color information

#EEBBA8 (or 0xEEBBA8) is unknown color: approx Zinnwaldite. HEX triplet: EE, BB and A8. RGB value is (238,187,168). Sum of RGB (Red+Green+Blue) = 238+187+168=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBBA8 is #114457. Grayscale: #C8C8C8. Windows color (decimal): -1131608 or 11058158. OLE color: 11058158.

HSL color Cylindrical-coordinate representation of color #EEBBA8: hue angle of 16.29º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEBBA8 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB238187168-
CMYK00.210.290.07
HSL16.29º67.31%79.61%-
HSV(B)16.29º29.41%93.33%-
XYZ60.156.5444.79-
YUV200.08109.9155.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 168 (66.02% from 255) = 28.33%
R=40.13%
G=31.53%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818716800.210.290.0716.2967.3179.61
HexEEBBA80151D7104350
Octal35627325002535720103120
Binary111011101011101110101000010101111011111000010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBA8; }

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

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

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

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

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

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

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

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