#EEBDAF

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

Shades of Zinnwaldite #EEBDAF

Tints of Zinnwaldite #EEBDAF

Color information

#EEBDAF (or 0xEEBDAF) is unknown color: approx Zinnwaldite. HEX triplet: EE, BD and AF. RGB value is (238,189,175). Sum of RGB (Red+Green+Blue) = 238+189+175=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDAF is #114250. Grayscale: #CACACA. Windows color (decimal): -1131089 or 11517422. OLE color: 11517422.

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

Color convert

RGB238189175-
CMYK00.210.260.07
HSL13.33º64.95%80.98%-
HSV(B)13.33º26.47%93.33%-
XYZ61.257.6748.46-
YUV202.05112.73153.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.53%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=39.53%
G=31.40%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818917500.210.260.0713.3364.9580.98
HexEEBDAF0151A7d4151
Octal35627525702532715101121
Binary11101110101111011010111101010111010111110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDAF; }

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

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

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

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

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

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

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

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