#EFBFA7

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

Shades of Zinnwaldite #EFBFA7

Tints of Zinnwaldite #EFBFA7

Color information

#EFBFA7 (or 0xEFBFA7) is unknown color: approx Zinnwaldite. HEX triplet: EF, BF and A7. RGB value is (239,191,167). Sum of RGB (Red+Green+Blue) = 239+191+167=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBFA7 is #104058. Grayscale: #CACACA. Windows color (decimal): -1065049 or 10993647. OLE color: 10993647.

HSL color Cylindrical-coordinate representation of color #EFBFA7: hue angle of 20º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFBFA7 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239191167-
CMYK00.200.300.06
HSL20º69.23%79.61%-
HSV(B)20º30.13%93.73%-
XYZ61.258.444.61-
YUV202.62107.9153.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 167 (65.62% from 255) = 27.97%
R=40.03%
G=31.99%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919116700.200.300.062069.2379.61
HexEFBFA70141E6144550
Octal35727724702436624105120
Binary111011111011111110100111010100111101101010010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFA7; }

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

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

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

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

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

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

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

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