#EEBFAD

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

Shades of Zinnwaldite #EEBFAD

Tints of Zinnwaldite #EEBFAD

Color information

#EEBFAD (or 0xEEBFAD) is unknown color: approx Zinnwaldite. HEX triplet: EE, BF and AD. RGB value is (238,191,173). Sum of RGB (Red+Green+Blue) = 238+191+173=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBFAD is #114052. Grayscale: #CBCBCB. Windows color (decimal): -1130579 or 11386862. OLE color: 11386862.

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

Color convert

RGB238191173-
CMYK00.200.270.07
HSL16.62º65.66%80.59%-
HSV(B)16.62º27.31%93.33%-
XYZ61.4358.4647.58-
YUV203111.07152.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.53%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=39.53%
G=31.73%
B=28.74%

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
Decimal23819117300.200.270.0716.6265.6680.59
HexEEBFAD0141B7114251
Octal35627725502433721102121
Binary111011101011111110101101010100110111111000110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFAD; }

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

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

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

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

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

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

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

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