#EFC1B3

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

Shades of Zinnwaldite #EFC1B3

Tints of Zinnwaldite #EFC1B3

Color information

#EFC1B3 (or 0xEFC1B3) is unknown color: approx Zinnwaldite. HEX triplet: EF, C1 and B3. RGB value is (239,193,179). Sum of RGB (Red+Green+Blue) = 239+193+179=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1B3 is #103E4C. Grayscale: #CDCDCD. Windows color (decimal): -1064525 or 11780591. OLE color: 11780591.

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

Color convert

RGB239193179-
CMYK00.190.250.06
HSL14º65.22%81.96%-
HSV(B)14º25.1%93.73%-
XYZ62.859.7550.87-
YUV205.16113.24152.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 193 (75.78% from 255) = 31.59%
BLUE value IS 179 (70.31% from 255) = 29.30%
R=39.12%
G=31.59%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919317900.190.250.061465.2281.96
HexEFC1B3013196e4152
Octal35730126302331616101122
Binary11101111110000011011001101001111001110111010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC1B3; }

 p { color: rgb(239,193,179); }

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

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

 a { background-color: rgb(239,193,179); }

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

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

 span { border-color: rgb(239,193,179); }

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