#EFC1B1

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

Shades of Zinnwaldite #EFC1B1

Tints of Zinnwaldite #EFC1B1

Color information

#EFC1B1 (or 0xEFC1B1) is unknown color: approx Zinnwaldite. HEX triplet: EF, C1 and B1. RGB value is (239,193,177). Sum of RGB (Red+Green+Blue) = 239+193+177=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1B1 is #103E4E. Grayscale: #CDCDCD. Windows color (decimal): -1064527 or 11649519. OLE color: 11649519.

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

Color convert

RGB239193177-
CMYK00.190.260.06
HSL15.48º65.96%81.57%-
HSV(B)15.48º25.94%93.73%-
XYZ62.659.6649.81-
YUV204.93112.24152.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 193 (75.78% from 255) = 31.69%
BLUE value IS 177 (69.53% from 255) = 29.06%
R=39.24%
G=31.69%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919317700.190.260.0615.4865.9681.57
HexEFC1B10131A6f4252
Octal35730126102332617102122
Binary11101111110000011011000101001111010110111110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC1B1; }

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

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

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

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

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

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

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

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