#EEBEB1

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

Shades of Zinnwaldite #EEBEB1

Tints of Zinnwaldite #EEBEB1

Color information

#EEBEB1 (or 0xEEBEB1) is unknown color: approx Zinnwaldite. HEX triplet: EE, BE and B1. RGB value is (238,190,177). Sum of RGB (Red+Green+Blue) = 238+190+177=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBEB1 is #11414E. Grayscale: #CACACA. Windows color (decimal): -1130831 or 11648750. OLE color: 11648750.

HSL color Cylindrical-coordinate representation of color #EEBEB1: hue angle of 12.79º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEBEB1 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238190177-
CMYK00.200.260.07
HSL12.79º64.21%81.37%-
HSV(B)12.79º25.63%93.33%-
XYZ61.6158.1849.58-
YUV202.87113.4153.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=39.34%
G=31.40%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819017700.200.260.0712.7964.2181.37
HexEEBEB10141A7d4051
Octal35627626102432715100121
Binary11101110101111101011000101010011010111110110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEB1; }

 p { color: rgb(238,190,177); }

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

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

 a { background-color: rgb(238,190,177); }

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

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

 span { border-color: rgb(238,190,177); }

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