#EEC0B4

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

Shades of Zinnwaldite #EEC0B4

Tints of Zinnwaldite #EEC0B4

Color information

#EEC0B4 (or 0xEEC0B4) is unknown color: approx Zinnwaldite. HEX triplet: EE, C0 and B4. RGB value is (238,192,180). Sum of RGB (Red+Green+Blue) = 238+192+180=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0B4 is #113F4B. Grayscale: #CCCCCC. Windows color (decimal): -1130316 or 11845870. OLE color: 11845870.

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

Color convert

RGB238192180-
CMYK00.190.240.07
HSL12.41º63.04%81.96%-
HSV(B)12.41º24.37%93.33%-
XYZ62.3559.1751.32-
YUV204.39114.24151.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 192 (75.39% from 255) = 31.48%
BLUE value IS 180 (70.70% from 255) = 29.51%
R=39.02%
G=31.48%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819218000.190.240.0712.4163.0481.96
HexEEC0B4013187c3f52
Octal3563002640233071477122
Binary1110111011000000101101000100111100011111001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC0B4; }

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

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

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

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

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

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

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

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