#EEBDA5

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

Shades of Zinnwaldite #EEBDA5

Tints of Zinnwaldite #EEBDA5

Color information

#EEBDA5 (or 0xEEBDA5) is unknown color: approx Zinnwaldite. HEX triplet: EE, BD and A5. RGB value is (238,189,165). Sum of RGB (Red+Green+Blue) = 238+189+165=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDA5 is #11425A. Grayscale: #C9C9C9. Windows color (decimal): -1131099 or 10862062. OLE color: 10862062.

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

Color convert

RGB238189165-
CMYK00.210.310.07
HSL19.73º68.22%79.02%-
HSV(B)19.73º30.67%93.33%-
XYZ60.2557.2943.48-
YUV200.92107.73154.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.20%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 165 (64.84% from 255) = 27.87%
R=40.20%
G=31.93%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818916500.210.310.0719.7368.2279.02
HexEEBDA50151F714444f
Octal35627524502537724104117
Binary111011101011110110100101010101111111111010010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDA5; }

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

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

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

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

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

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

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

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