#EEC3AA

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

Shades of Zinnwaldite #EEC3AA

Tints of Zinnwaldite #EEC3AA

Color information

#EEC3AA (or 0xEEC3AA) is unknown color: approx Zinnwaldite. HEX triplet: EE, C3 and AA. RGB value is (238,195,170). Sum of RGB (Red+Green+Blue) = 238+195+170=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC3AA is #113C55. Grayscale: #CDCDCD. Windows color (decimal): -1129558 or 11191278. OLE color: 11191278.

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

Color convert

RGB238195170-
CMYK00.180.290.07
HSL22.06º66.67%80%-
HSV(B)22.06º28.57%93.33%-
XYZ62.0360.1146.36-
YUV205.01108.25151.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.47%
GREEN value IS 195 (76.56% from 255) = 32.34%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=39.47%
G=32.34%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819517000.180.290.0722.0666.6780
HexEEC3AA0121D7164350
Octal35630325202235726103120
Binary111011101100001110101010010010111011111011010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC3AA; }

 p { color: rgb(238,195,170); }

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

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

 a { background-color: rgb(238,195,170); }

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

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

 span { border-color: rgb(238,195,170); }

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