#EEC5AE

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

Shades of Zinnwaldite #EEC5AE

Tints of Zinnwaldite #EEC5AE

Color information

#EEC5AE (or 0xEEC5AE) is unknown color: approx Zinnwaldite. HEX triplet: EE, C5 and AE. RGB value is (238,197,174). Sum of RGB (Red+Green+Blue) = 238+197+174=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC5AE is #113A51. Grayscale: #CECECE. Windows color (decimal): -1129042 or 11453934. OLE color: 11453934.

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

Color convert

RGB238197174-
CMYK00.170.270.07
HSL21.56º65.31%80.78%-
HSV(B)21.56º26.89%93.33%-
XYZ62.8761.1748.54-
YUV206.64109.58150.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 197 (77.34% from 255) = 32.35%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=39.08%
G=32.35%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819717400.170.270.0721.5665.3180.78
HexEEC5AE0111B7164151
Octal35630525602133726101121
Binary111011101100010110101110010001110111111011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC5AE; }

 p { color: rgb(238,197,174); }

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

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

 a { background-color: rgb(238,197,174); }

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

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

 span { border-color: rgb(238,197,174); }

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