#EEBDA7

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

Shades of Zinnwaldite #EEBDA7

Tints of Zinnwaldite #EEBDA7

Color information

#EEBDA7 (or 0xEEBDA7) is unknown color: approx Zinnwaldite. HEX triplet: EE, BD and A7. RGB value is (238,189,167). Sum of RGB (Red+Green+Blue) = 238+189+167=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 167 (65.62% from 255 or 28.11% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDA7 is #114258. Grayscale: #C9C9C9. Windows color (decimal): -1131097 or 10993134. OLE color: 10993134.

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

Color convert

RGB238189167-
CMYK00.210.300.07
HSL18.59º67.62%79.41%-
HSV(B)18.59º29.83%93.33%-
XYZ60.4357.3644.45-
YUV201.14108.73154.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.07%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 167 (65.62% from 255) = 28.11%
R=40.07%
G=31.82%
B=28.11%

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
Decimal23818916700.210.300.0718.5967.6279.41
HexEEBDA70151E713444f
Octal35627524702536723104117
Binary111011101011110110100111010101111101111001110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDA7; }

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

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

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

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

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

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

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

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