#EEBCAD

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

Shades of Zinnwaldite #EEBCAD

Tints of Zinnwaldite #EEBCAD

Color information

#EEBCAD (or 0xEEBCAD) is unknown color: approx Zinnwaldite. HEX triplet: EE, BC and AD. RGB value is (238,188,173). Sum of RGB (Red+Green+Blue) = 238+188+173=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCAD is #114352. Grayscale: #C9C9C9. Windows color (decimal): -1131347 or 11386094. OLE color: 11386094.

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

Color convert

RGB238188173-
CMYK00.210.270.07
HSL13.85º65.66%80.59%-
HSV(B)13.85º27.31%93.33%-
XYZ60.7957.1647.36-
YUV201.24112.06154.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.73%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=39.73%
G=31.39%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818817300.210.270.0713.8565.6680.59
HexEEBCAD0151B7e4251
Octal35627425502533716102121
Binary11101110101111001010110101010111011111111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCAD; }

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

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

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

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

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

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

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

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