#EEBCA9

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

Shades of Zinnwaldite #EEBCA9

Tints of Zinnwaldite #EEBCA9

Color information

#EEBCA9 (or 0xEEBCA9) is unknown color: approx Zinnwaldite. HEX triplet: EE, BC and A9. RGB value is (238,188,169). Sum of RGB (Red+Green+Blue) = 238+188+169=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCA9 is #114356. Grayscale: #C8C8C8. Windows color (decimal): -1131351 or 11123950. OLE color: 11123950.

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

Color convert

RGB238188169-
CMYK00.210.290.07
HSL16.52º66.99%79.8%-
HSV(B)16.52º28.99%93.33%-
XYZ60.457.0145.36-
YUV200.78110.06154.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 169 (66.41% from 255) = 28.40%
R=40%
G=31.60%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818816900.210.290.0716.5266.9979.8
HexEEBCA90151D7114350
Octal35627425102535721103120
Binary111011101011110010101001010101111011111000110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCA9; }

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

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

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

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

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

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

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

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