#EEC3A8

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

Shades of Zinnwaldite #EEC3A8

Tints of Zinnwaldite #EEC3A8

Color information

#EEC3A8 (or 0xEEC3A8) is unknown color: approx Zinnwaldite. HEX triplet: EE, C3 and A8. RGB value is (238,195,168). Sum of RGB (Red+Green+Blue) = 238+195+168=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC3A8 is #113C57. Grayscale: #CCCCCC. Windows color (decimal): -1129560 or 11060206. OLE color: 11060206.

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

Color convert

RGB238195168-
CMYK00.180.290.07
HSL23.14º67.31%79.61%-
HSV(B)23.14º29.41%93.33%-
XYZ61.8460.0345.37-
YUV204.78107.25151.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 195 (76.56% from 255) = 32.45%
BLUE value IS 168 (66.02% from 255) = 27.95%
R=39.60%
G=32.45%
B=27.95%

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
Decimal23819516800.180.290.0723.1467.3179.61
HexEEC3A80121D7174350
Octal35630325002235727103120
Binary111011101100001110101000010010111011111011110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC3A8; }

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

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

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

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

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

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

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

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