#EEC1B2

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

Shades of Zinnwaldite #EEC1B2

Tints of Zinnwaldite #EEC1B2

Color information

#EEC1B2 (or 0xEEC1B2) is unknown color: approx Zinnwaldite. HEX triplet: EE, C1 and B2. RGB value is (238,193,178). Sum of RGB (Red+Green+Blue) = 238+193+178=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC1B2 is #113E4D. Grayscale: #CCCCCC. Windows color (decimal): -1130062 or 11715054. OLE color: 11715054.

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

Color convert

RGB238193178-
CMYK00.190.250.07
HSL15º63.83%81.57%-
HSV(B)15º25.21%93.33%-
XYZ62.3759.5350.32-
YUV204.74112.91151.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 193 (75.78% from 255) = 31.69%
BLUE value IS 178 (69.92% from 255) = 29.23%
R=39.08%
G=31.69%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819317800.190.250.071563.8381.57
HexEEC1B2013197f4052
Octal35630126202331717100122
Binary11101110110000011011001001001111001111111110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC1B2; }

 p { color: rgb(238,193,178); }

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

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

 a { background-color: rgb(238,193,178); }

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

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

 span { border-color: rgb(238,193,178); }

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