#EFBFB2

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

Shades of Zinnwaldite #EFBFB2

Tints of Zinnwaldite #EFBFB2

Color information

#EFBFB2 (or 0xEFBFB2) is unknown color: approx Zinnwaldite. HEX triplet: EF, BF and B2. RGB value is (239,191,178). Sum of RGB (Red+Green+Blue) = 239+191+178=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBFB2 is #10404D. Grayscale: #CBCBCB. Windows color (decimal): -1065038 or 11714543. OLE color: 11714543.

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

Color convert

RGB239191178-
CMYK00.200.260.06
HSL12.79º65.59%81.76%-
HSV(B)12.79º25.52%93.73%-
XYZ62.2658.8350.19-
YUV203.87113.4153.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 178 (69.92% from 255) = 29.28%
R=39.31%
G=31.41%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919117800.200.260.0612.7965.5981.76
HexEFBFB20141A6d4252
Octal35727726202432615102122
Binary11101111101111111011001001010011010110110110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFB2; }

 p { color: rgb(239,191,178); }

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

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

 a { background-color: rgb(239,191,178); }

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

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

 span { border-color: rgb(239,191,178); }

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