#EEC0B3

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

Shades of Zinnwaldite #EEC0B3

Tints of Zinnwaldite #EEC0B3

Color information

#EEC0B3 (or 0xEEC0B3) is unknown color: approx Zinnwaldite. HEX triplet: EE, C0 and B3. RGB value is (238,192,179). Sum of RGB (Red+Green+Blue) = 238+192+179=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0B3 is #113F4C. Grayscale: #CCCCCC. Windows color (decimal): -1130317 or 11780334. OLE color: 11780334.

HSL color Cylindrical-coordinate representation of color #EEC0B3: hue angle of 13.22º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEC0B3 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB238192179-
CMYK00.190.250.07
HSL13.22º63.44%81.76%-
HSV(B)13.22º24.79%93.33%-
XYZ62.2559.1350.78-
YUV204.27113.74152.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 192 (75.39% from 255) = 31.53%
BLUE value IS 179 (70.31% from 255) = 29.39%
R=39.08%
G=31.53%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819217900.190.250.0713.2263.4481.76
HexEEC0B3013197d3f52
Octal3563002630233171577122
Binary1110111011000000101100110100111100111111011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC0B3; }

 p { color: rgb(238,192,179); }

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

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

 a { background-color: rgb(238,192,179); }

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

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

 span { border-color: rgb(238,192,179); }

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