#EEBEAD

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

Shades of Zinnwaldite #EEBEAD

Tints of Zinnwaldite #EEBEAD

Color information

#EEBEAD (or 0xEEBEAD) is unknown color: approx Zinnwaldite. HEX triplet: EE, BE and AD. RGB value is (238,190,173). Sum of RGB (Red+Green+Blue) = 238+190+173=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBEAD is #114152. Grayscale: #CACACA. Windows color (decimal): -1130835 or 11386606. OLE color: 11386606.

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

Color convert

RGB238190173-
CMYK00.200.270.07
HSL15.69º65.66%80.59%-
HSV(B)15.69º27.31%93.33%-
XYZ61.2258.0247.51-
YUV202.41111.4153.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=39.60%
G=31.61%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819017300.200.270.0715.6965.6680.59
HexEEBEAD0141B7104251
Octal35627625502433720102121
Binary111011101011111010101101010100110111111000010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBEAD; }

 p { color: rgb(238,190,173); }

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

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

 a { background-color: rgb(238,190,173); }

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

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

 span { border-color: rgb(238,190,173); }

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