#EEC1A9

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

Shades of Zinnwaldite #EEC1A9

Tints of Zinnwaldite #EEC1A9

Color information

#EEC1A9 (or 0xEEC1A9) is unknown color: approx Zinnwaldite. HEX triplet: EE, C1 and A9. RGB value is (238,193,169). Sum of RGB (Red+Green+Blue) = 238+193+169=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 169 (66.41% from 255 or 28.17% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC1A9 is #113E56. Grayscale: #CBCBCB. Windows color (decimal): -1130071 or 11125230. OLE color: 11125230.

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

Color convert

RGB238193169-
CMYK00.190.290.07
HSL20.87º66.99%79.8%-
HSV(B)20.87º28.99%93.33%-
XYZ61.4959.1845.72-
YUV203.72108.41152.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.67%
GREEN value IS 193 (75.78% from 255) = 32.17%
BLUE value IS 169 (66.41% from 255) = 28.17%
R=39.67%
G=32.17%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819316900.190.290.0720.8766.9979.8
HexEEC1A90131D7154350
Octal35630125102335725103120
Binary111011101100000110101001010011111011111010110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC1A9; }

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

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

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

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

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

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

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

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