#EFBFA6

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

Shades of Zinnwaldite #EFBFA6

Tints of Zinnwaldite #EFBFA6

Color information

#EFBFA6 (or 0xEFBFA6) is unknown color: approx Zinnwaldite. HEX triplet: EF, BF and A6. RGB value is (239,191,166). Sum of RGB (Red+Green+Blue) = 239+191+166=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 166 (65.23% from 255 or 27.85% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBFA6 is #104059. Grayscale: #CACACA. Windows color (decimal): -1065050 or 10928111. OLE color: 10928111.

HSL color Cylindrical-coordinate representation of color #EFBFA6: hue angle of 20.55º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFBFA6 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239191166-
CMYK00.200.310.06
HSL20.55º69.52%79.41%-
HSV(B)20.55º30.54%93.73%-
XYZ61.1158.3744.12-
YUV202.5107.4154.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 166 (65.23% from 255) = 27.85%
R=40.10%
G=32.05%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919116600.200.310.0620.5569.5279.41
HexEFBFA60141F615464f
Octal35727724602437625106117
Binary111011111011111110100110010100111111101010110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFA6; }

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

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

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

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

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

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

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

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