#EEC2B1

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

Shades of Zinnwaldite #EEC2B1

Tints of Zinnwaldite #EEC2B1

Color information

#EEC2B1 (or 0xEEC2B1) is unknown color: approx Zinnwaldite. HEX triplet: EE, C2 and B1. RGB value is (238,194,177). Sum of RGB (Red+Green+Blue) = 238+194+177=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC2B1 is #113D4E. Grayscale: #CDCDCD. Windows color (decimal): -1129807 or 11649774. OLE color: 11649774.

HSL color Cylindrical-coordinate representation of color #EEC2B1: hue angle of 16.72º 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 #EEC2B1 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238194177-
CMYK00.180.260.07
HSL16.72º64.21%81.37%-
HSV(B)16.72º25.63%93.33%-
XYZ62.4959.9449.87-
YUV205.22112.08151.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 194 (76.17% from 255) = 31.86%
BLUE value IS 177 (69.53% from 255) = 29.06%
R=39.08%
G=31.86%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819417700.180.260.0716.7264.2181.37
HexEEC2B10121A7114051
Octal35630226102232721100121
Binary111011101100001010110001010010110101111000110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC2B1; }

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

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

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

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

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

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

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

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