#EEBDA4

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

Shades of Zinnwaldite #EEBDA4

Tints of Zinnwaldite #EEBDA4

Color information

#EEBDA4 (or 0xEEBDA4) is unknown color: approx Zinnwaldite. HEX triplet: EE, BD and A4. RGB value is (238,189,164). Sum of RGB (Red+Green+Blue) = 238+189+164=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDA4 is #11425B. Grayscale: #C8C8C8. Windows color (decimal): -1131100 or 10796526. OLE color: 10796526.

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

Color convert

RGB238189164-
CMYK00.210.310.07
HSL20.27º68.52%78.82%-
HSV(B)20.27º31.09%93.33%-
XYZ60.1657.2543-
YUV200.8107.23154.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 164 (64.45% from 255) = 27.75%
R=40.27%
G=31.98%
B=27.75%

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
Decimal23818916400.210.310.0720.2768.5278.82
HexEEBDA40151F714454f
Octal35627524402537724105117
Binary111011101011110110100100010101111111111010010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDA4; }

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

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

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

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

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

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

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

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