#EEBDA6

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

Shades of Zinnwaldite #EEBDA6

Tints of Zinnwaldite #EEBDA6

Color information

#EEBDA6 (or 0xEEBDA6) is unknown color: approx Zinnwaldite. HEX triplet: EE, BD and A6. RGB value is (238,189,166). Sum of RGB (Red+Green+Blue) = 238+189+166=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDA6 is #114259. Grayscale: #C9C9C9. Windows color (decimal): -1131098 or 10927598. OLE color: 10927598.

HSL color Cylindrical-coordinate representation of color #EEBDA6: hue angle of 19.17º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEBDA6 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB238189166-
CMYK00.210.300.07
HSL19.17º67.92%79.22%-
HSV(B)19.17º30.25%93.33%-
XYZ60.3457.3343.96-
YUV201.03108.23154.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 166 (65.23% from 255) = 27.99%
R=40.13%
G=31.87%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818916600.210.300.0719.1767.9279.22
HexEEBDA60151E713444f
Octal35627524602536723104117
Binary111011101011110110100110010101111101111001110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDA6; }

 p { color: rgb(238,189,166); }

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

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

 a { background-color: rgb(238,189,166); }

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

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

 span { border-color: rgb(238,189,166); }

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